html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
menu,
hgroup,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-font-smoothing: antialiased;
    font-family: "微软雅黑", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 12px;
    background: #f8f8f8;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #333;
}

input,
textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    border-radius: 0;
    background: #fff;
    border: 0;
    /*-webkit-appearance: none;*/
}

img {
    border: none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:hover {
    color: #eb3434;
}

input:focus,
textarea:focus {
    outline: none;
}

h1,
h2,
h3 {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

.or {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.ftz14 {
    font-size: 14px;
}

.ftz16 {
    font-size: 16px;
}

.ftz20 {
    font-size: 20px;
}

.ftz22 {
    font-size: 22px;
}

.ftz26 {
    font-size: 26px;
}

.ftz32 {
    font-size: 32px;
}

.colccc {
    color: #ccc;
}

.coleb3434 {
    color: #eb3434;
}

.colfff {
    color: #fff;
}

.mrt5 {
    margin-top: 5px;
}

.mrt20 {
    margin-top: 20px;
}

.mrt30 {
    margin-top: 30px;
}

.mrt35 {
    margin-top: 35px;
}

.mrt_80 {
    margin-top: 80px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt35 {
    padding-top: 35px;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.bckf6f6f6 {
    background-color: #f6f6f6;
}

.bck242424 {
    background-color: #242424;
}

.minhei400 {
    min-height: 400px;
}

.Disable {
    background-color: #cbcbcb;
}

.headerfiex {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99998;
}

.container {
    /* width: 1400px; */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.container2 {
    /* width: 1460px; */
    width: 1460px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.container3 {
    height: 108px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    display: flex;
    align-items: center;
}

.headertop {
    height: 60px;
    background-color: #2b2b2b;
    line-height: 60px;
    color: #fff;
    /* padding: 0 231px 0 230px; */
    /* min-width: 1200px; */
    /* width: 1920px; */
}

.headertop a {
    color: #ccc;
}

.headertopleft {
    float: left;
    font-size: 16px;
}

.headertopleft ul {}

.headertopleft ul li {
    float: left;
    margin-right: 30px;
}

.headertopleft ul li .currse,
.headertopleft ul li a:hover {
    color: #fff100;
}

.headertopright {
    float: right;
}

.headertopright ul {}

.headertopright ul li {
    float: left;
    margin-left: 20px;
}

.headertopright ul li.message {
    margin-right: 25px;
}

.vipbnt {
    /* margin-right: 36px; */
    position: relative;
}

.vip_des {
    width: 280px;
    height: 275px;
    position: absolute;
    left: -120px;
    top: 60px;
    background-color: #fff;
    display: none;
    z-index: 9997;
}

.vipbnt:hover .vip_des {
    display: block;
}

.vip_bot {
    text-align: center;
}

.vip_bot ul {
    padding: 10px 30px 0;
}

.vip_bot ul li {
    height: 26px;
    line-height: 26px;
    float: none;
    color: #000;
    margin-top: 7px;
    text-align: left;
}

.vip_bot ul li a {
    width: 66px;
    heigth: 24px;
    border: 1px solid #ddd;
    border-radius: 3px;
    float: right;
    text-align: center;
    line-height: 24px;
}

.vip_bot ul li a:hover {
    border: 1px solid #000;
    color: #000;
}

.vip_icon {
    width: 24px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.vip_01 {
    background: url(../image/v01.png);
}

.vip_02 {
    background: url(../image/v02.png);
}

.vip_03 {
    background: url(../image/v03.png);
}

.vip_bot a.govip {
    width: 96px;
    height: 25px;
    line-height: 25px;
    background-color: #fff100;
    display: inline-block;
    color: #222;
}

.vip_bot a.govip:hover {
    background-color: #f7ee57;
}

.fast_login_bnt a {
    width: 58px;
    height: 30px;
    margin-top: 15px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.normalvar {
    position: relative;
}

.user_box {
    width: 280px;
    height: 275px;
    position: absolute;
    right: 0;
    top: 60px;
    background-color: #fff;
    display: none;
    z-index: 9997;
}

.normalvar:hover .user_box {
    display: block;
}

.user_box_top {
    height: 108px;
    background-color: #fff100;
    padding: 19px 22px;
    line-height: 22px;
    box-sizing: border-box;
}

.user_pic {
    width: 70px;
    height: 70px;
    float: left;
}

.user_pic img {
    width: 70px;
    height: 70px;
    float: left;
}

.user_info {
    margin-left: 80px;
    padding-top: 10px;
    color: #222;
}

.username {
    font-size: 16px;
}

.userleval {
    margin-top: 8px;
}

.user_bot {
    text-align: center;
    line-height: 24px;
    margin-top: 25px;
}

.user_bot dl {
    display: inline-block;
    width: 30%;
}

.user_bot dl dt {
    font-size: 20px;
    color: #333;
}

.user_bot dl dd {
    font-size: 12px;
    color: #222;
}

.user_bot_ad {
    margin-top: 25px;
}

.regist_bnt {
    border: 1px solid #fff;
}

.regist_bnt:hover {
    border: 1px solid #fff100;
    background-color: #fff100;
    color: #2b2b2b;
}

.fast_login_bnt a.regist_bnt {
    border: 1px solid #fff;
}

.fast_login_bnt a.regist_bnt:hover {
    border: 1px solid #fff100;
    background-color: #fff100;
    color: #2b2b2b;
}

.fast_login_bnt a.login_bnt {
    border: 1px solid #fff100;
    background-color: #fff100;
    color: #2b2b2b;
    /* margin-top: 25px; */
}

.fast_login_bnt a.login_bnt:hover {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.headebot {
    height: 108px;
    background-color: #fff;
    padding: 0 232px 0 220px;
    min-width: 1200px;
}

.headerfiex .headebot {
    height: 88px;
}

.logo {
    /* float: left; */
    width: 208px;
    height: 67px;
    margin-top: 10px;
    margin-left: 10px;
}

.logo a {
    display: block;
    height: 67px;
    background: url(../image/logo.png) no-repeat;
}

.search-top {
    /* float: left; */
    margin-left: 210px;
    /* margin-top: 38px; */
    display: flex;
}

.search-top .search-input {
    width: 560px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #7c7c7c;
    border-right: 0 none;
    padding: 0 20px;
    font-size: 14px;
    float: left;
    border-radius: 5px 0 0 5px;
    box-sizing: border-box;
}

.search-bnt {
    width: 68px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
    background-color: #000;
    display: inline-block;
    font-size: 14px;
    float: left;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    box-sizing: border-box;
}

.search-bnt:hover {
    background-color: #2b2b2b;
    color: #fff;
    border: 1px solid #2b2b2b;
}

.solgen {
    width: 265px;
    height: 71px;
    background: url(../image/solen.jpg) no-repeat;
    float: right;
    margin-top: 15px;
}

.tel {
    width: 170px;
    float: right;
    padding-top: 95px;
    margin-right: 40px;
}

.tel i {
    width: 34px;
    overflow: hidden;
    display: block;
    float: left;
    margin-top: 2px;
}

.tel ul {
    float: right;
    color: #c33132;
    width: 130px;
    font-size: 12px;
    font-style: italic;
}

.tel ul strong {
    font-size: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.erweima {
    float: right;
    padding-top: 60px;
}

.erweima dl {
    float: left;
    margin-left: 15px;
    text-align: center;
    color: #666;
}

.erweima dd {
    padding-top: 8px;
}


/*分页*/

.pagination {
    text-align: center;
    font-size: 14px;
}

.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    display: inline-block;
    line-height: 36px;
    padding: 0 16px;
    color: #666;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 5px;
}

.pagination .active span,
.pagination a:hover {
    background-color: #fff100;
    color: #222;
    border: 1px solid #fff100;
}

.pagination .page_disabled span {
    background-color: #f9f9fa;
}


/*input*/

.txt {
    border: 1px solid #d2d2d2;
    height: 39px;
    line-height: 39px;
    padding: 0 13px;
    background-color: #fbfbfb;
    font-size: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.txt:focus {
    border: 1px solid #aeaeae;
    color: #737373;
}


/*弹框*/

.laday {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    display: none;
    z-index: 1000;
}

.ladayx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    display: none;
    z-index: 1000;
}

.headermtk {
    width: 200px;
    height: 224px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 90px;
    border: 1px solid #eaeaea;
    z-index: 119998;
    display: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.headermtkb {
    background: url(http://model.aosenone.com/public/static/newdefault/images/mtopb.jpg) no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 150px;
}

.headermtk dl {}

.headermtk dl dt {
    padding-top: 13px;
}

.headermtk dl dd {
    color: #666;
    padding-top: 8px;
}

.laday2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    display: none;
}

.ermboxlady {
    width: 328px;
    height: 378px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -164px;
    margin-top: -189px;
    display: none;
    z-index: 101100;
}

.ermboxlady {
    width: 328px;
    height: 378px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -164px;
    margin-top: -189px;
    display: none;
    z-index: 101100;
}

.closeerm {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(http://model.aosenone.com/public/static/newdefault/images/close.png) no-repeat;
    display: block;
}

.ermboxlady dl {
    text-align: center;
}

.ermboxlady dl dt {
    padding-top: 45px;
}

.ermboxlady dl dd {
    margin-top: 25px;
    font-size: 18px;
}


/*未登录弹出*/

.login-box {
    width: 420px;
    height: 226px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -113px 0 0 -210px;
    background-color: #fff;
    z-index: 999;
    display: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .1);
    z-index: 1003;
}

.login-box .close a {
    background: url(http://model.aosenone.com/public/static/newdefault/images/close.png) no-repeat;
    display: block;
    height: 14px;
}

.login-box .close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.login-box h1 {
    font-size: 16px;
    text-align: center;
    margin-top: 60px;
}

.login-box .btn {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.login-box .btn a {
    background: #fbfbfb;
    width: 112px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    margin: 0 10px;
}

.login-box .btn a.b1 {
    background: #eb3434;
    border: 1px solid #eb3434;
    color: #fff;
}

.login-box .btn .close {
    position: inherit;
}


/*公用右侧栏*/

.side-pannel {
    position: fixed;
    width: 50px;
    bottom: 150px;
    right: 0px;
    z-index: 11199;
    border-bottom: 1px solid #dcdcdc;
}

.side-bar a {
    width: 48px;
    height: 48px;
    background: #fff;
    position: relative;
    text-align: center;
    display: block;
    cursor: pointer;
    float: left;
    border: 1px solid #dcdcdc;
    border-bottom: 0;
}

.side-bar a:hover {
    background: #f7f7f7;
}

.side-bar a em {
    background: url(http://model.aosenone.com/public/static/newdefault/images/side.png) no-repeat;
    display: block;
    margin: 12px auto 0 auto;
}

.side-bar a.app em {
    background-position: 0 0;
    width: 13px;
    height: 20px;
}

.side-bar a.wx em {
    background-position: 0 -30px;
    width: 21px;
    height: 17px;
    margin-top: 14px;
}

.side-bar a.gotop em {
    background-position: 0 -56px;
    width: 19px;
    height: 11px;
    margin-top: 18px;
}

.side-bar a .side_dl {
    width: 175px;
    height: 190px;
    position: absolute;
    left: -175px;
    top: 50%;
    margin-top: -55px;
    display: none;
    background-position: 0 0
}

.side-bar a:hover .side_dl {
    display: block;
}

.side-bar a .side_dl i {
    background: url(http://model.aosenone.com/public/static/newdefault/images/side_san.png) no-repeat;
    display: block;
    width: 10px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50px;
}

.side-bar a .side_dl .side_dl_con {
    background: #fff;
    width: 155px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    text-align: center;
    padding: 10px 0;
    color: #666;
    line-height: 30px;
}

.slider {
    width: 200px;
    background-color: #fff;
    border-top: 4px solid #2b2b2b;
}

.footer {
    color: #fff;
    /* margin-top: 50px; */
}

.footertop {
    height: 230px;
    background-color: #2a2d2e;
    padding: 0 200px;
    border-bottom: 1px solid #000;
}

.footerleft {
    float: left;
    padding-top: 35px;
}

.fastnav {
    float: left;
    width: 155px;
}

.fastnav dl {
    color: #fff;
}

.fastnav dl a {
    color: #fff;
}

.fastnav dl a:hover {
    color: #fff100;
}

.fastnav dl dt {
    font-size: 16px;
    margin-bottom: 15px;
}

.fastnav dl dd {
    font-size: 14px;
    line-height: 28px;
}

.modelList,
.pj-list {
    width: 1460px;
    margin: 0 auto;
}

.zizhilist {
    margin-top: 20px;
}

.zizhilist img {
    margin-right: 10px;
}

.list {
    width: 1460px;
    margin: 0 auto;
}

.footcenter {
    float: left;
    margin-top: 25px;
    border-left: 1px dotted #444647;
    border-right: 1px dotted #444647;
    padding: 10px 0 5px 100px;
}

.kfbox {
    float: left;
    margin-right: 85px;
}

.ftcbar {
    font-size: 16px;
}

.kfimg {
    margin-top: 23px;
}

.kfnum {
    font-size: 26px;
    line-height: 26px;
    margin-top: 20px;
}

.kfsm {
    margin-top: 7px;
    font-size: 14px;
}

.wxbox {
    float: left;
}

.wxbox dl {
    margin-right: 70px;
    text-align: center;
    float: left;
    margin-top: 16px;
}

.wxbox dl dd {
    font-size: 14px;
    margin-top: 8px;
}

.footerright {
    float: right;
    text-align: right;
    margin-top: 80px;
}

.footerbot {
    /* height: 148px; */
    border-top: 2px solid #444647;
    background-color: #2a2d2e;
    text-align: center;
    line-height: 90px;
    padding: 0 200px;
    font-size: 14px;
}


/*支付头部*/

.pay_header {
    height: 103px;
    background-color: #fff;
}

.paylogo {
    float: left;
    width: 352px;
    height: 68px;
    background: url(../image/paylogo.png);
    margin-top: 10px;
    margin-left: 30px;
}

.pay_header {
    line-height: 103px;
}

.pay_header .user_box {
    top: 103px;
}

.layer_mask {
    background: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    display: block;
    position: fixed;
}

.layer_model {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 999999;
    position: fixed;
}

.layer_model .layer_close {
    position: absolute;
    right: -20px;
    top: -25px;
    cursor: pointer;
    background: url(../image/cloase.png);
    width: 50px;
    height: 50px;
}

.layer_model .layer_close .iconfont {}

.layer_selectType_wrap {
    padding: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 800px;
    height: 600px;
    background: url(http://model.aosenone.com/public/static/newdefault/img/bg_type.png)
}

.layer_selectType_wrap p {
    color: #72c0e7;
    font-size: 22px;
    text-align: center;
    margin-top: 30px
}

.layer_selectType_wrap .layer_close {
    top: -30px;
    right: -30px
}

.layer_selectType_wrap .layer_close .iconfont {
    color: #fff;
    font-size: 30px
}

.layer_selectType_wrap .type_box {
    width: 730px;
    margin: 255px auto 0
}

.layer_selectType_wrap .type_box li {
    display: inline-block;
    width: 200px;
    height: 254px;
    margin-right: 60px;
    text-align: center;
    font-size: 22px;
    color: #9bceeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer
}

.layer_selectType_wrap .type_box li:last-child {
    margin-right: 0
}

.layer_selectType_wrap .type_box li.on {
    background: #f4f4f4;
    color: #72c0e7
}

.layer_selectType_wrap .type_box li.on .radius {
    color: #72c0e7
}

.layer_selectType_wrap .type_box li:hover {
    background: #f4f4f4;
    color: #72c0e7
}

.layer_selectType_wrap .type_box li:hover .radius {
    color: #72c0e7
}

.layer_selectType_wrap .type_box li .radius {
    height: 130px;
    width: 130px;
    margin: 20px auto 30px;
    text-align: center;
    line-height: 130px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #9bceeb;
    -webkit-box-shadow: 0 3px 10px #ccc;
    -moz-box-shadow: 0 3px 10px #ccc;
    box-shadow: 0 3px 10px #ccc;
    background: #fff
}

.layer_selectType_wrap .type_box li .radius .iconfont {
    font-size: 68px
}

.onposition {
    color: #454545;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    /* padding: 0 200px; */
}

.page_login_box {
    width: 724px;
    height: 440px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -362px;
    margin-top: -220px;
    background-color: #fff;
    z-index: 9999999;
}

.login_left {
    float: left;
    width: 240px;
}

.login_right {
    width: 484px;
    float: left;
    padding: 0 32px;
    box-sizing: border-box;
}

.login_nav {
    border-bottom: 1px solid #878788;
    overflow: hidden;
}

.login_nav ul {}

.login_nav ul li {
    width: 50%;
    float: left;
    height: 70px;
    text-align: center;
    font-size: 24px;
}

.login_nav ul li a {
    height: 67px;
    line-height: 67px;
}

.login_nav ul li a.cur {
    display: block;
    border-bottom: 3px solid #fff100;
}

.login_type {
    text-align: center;
}

.login_type ul {
    padding-top: 10px;
}

.login_type ul li {
    width: 50%;
    float: left;
    font-size: 15px;
}

.login_type ul li a {
    color: #a3a3a3;
}

.login_type ul li a.cur {
    color: #222;
}

.login_input {
    height: 35px;
    line-height: 35px;
    border: 1px solid #acacac;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
}

.login_input_item {
    position: relative;
    height: 37px;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.input_icon {
    position: absolute;
    width: 23px;
    height: 23px;
    left: 8px;
    top: 7px;
}

.login_icon {
    background: url(../image/usericon.png);
}

.paswad_icon {
    background: url(../image/pawicon.png);
}

.button_bnt {
    height: 39px;
    background-color: #fff100;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 5px;
}

.remindpassd {
    text-align: right;
    margin-top: 8px;
    color: #6b6b6b;
}

.vipbnt img {
    width: 100px;
    margin-right: 20px;
}

.three_login {
    text-align: center;
    margin-top: 35px;
}

.three_login a {
    display: inline-block;
    width: 49%;
}

.three_login .iconfont {
    width: 48px;
    height: 48px;
    display: inline-block;
}

.iconQQ {
    background: url(../image/QQ.png);
}

.iconweixin {
    background: url(../image/wxicon.png);
}

.iconicon-user {
    background: url(../image/userinco.png);
    width: 15px;
    height: 19px;
}

.iconicon-pasword {
    background: url(../image/paswordicon.png);
    width: 15px;
    height: 19px;
}

.iconyanzhengma {
    background: url(../image/yzmicon.png);
    width: 15px;
    height: 19px;
}

.aqm_icon {
    background: url(../image/aqmicon.png);
    width: 23px;
    height: 23px;
}

.three_login a:hover .iconfont {
    background-position: left bottom;
}

.phone_num {
    width: 92px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #acacac;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    float: left;
}

.listtpage {
    text-align: center;
}

.phones {
    width: 297px;
    float: right;
    background: url(../image/phoneicon.png) no-repeat 12px center;
}

.aqm_input {
    width: 244px;
}

.aqm_bnt {
    width: 159px;
    height: 37px;
    float: right;
    background-color: #fff100;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
}

.reg_xy {
    background: url(../image/yescheck.png) no-repeat left center;
    font-size: 14px;
    padding-left: 26px;
    height: 16px;
    line-height: 16px;
    margin-top: 18px;
}

.reg_bnt_mk {
    margin-top: 10px;
}


/*登录 注册 弹框*/

.loginbox {
    width: 800px;
    height: 520px;
    background-color: #fff;
    border-radius: 8px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -260px;
    z-index: 1000;
}

.loginbox2 {
    width: 800px;
    height: 520px;
    background-color: #fff;
    border-radius: 8px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -260px;
    z-index: 1000;
}

.logincontbox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.loginimg {
    width: 400px;
}

.loginform {
    width: 400px;
    height: 100%;
    position: relative;
}

.logincont {
    padding: 50px;
    box-sizing: border-box;
}

.formitem {
    padding-top: 20px;
}

.forminput {
    height: 40px;
    line-height: 40px;
    border: 1px solid #e7e7e9;
    width: 100%;
    padding-left: 10px;
    border-radius: 5px
}

.forminput-code {
    width: 70%;
}

.loginbnt {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    border-radius: 5px;
    height: 44px;
    background-color: #fff100;
    line-height: 44px;
    text-align: center;
    color: #000;
}

.loginbot {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    color: #939393;
}

.loginbot a {
    color: #000;
}

.forgetbnt {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.loginformbnt {
    margin-top: 40px;
}

.closebnt {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 1000;
}

.swiper-pagination {
    width: 100%;
    text-align: center;
}

.headertopright ul li.userli {
    font-size: 16px;
    margin-left: 0;
}

.userli a {
    margin: 0 5px;
}

.filter {
    filter: blur(10px);
    /* 这里的5px是模糊的程度，你可以根据需要调整 */
}

.cont-id,
.cont-title {
    font-size: 18px;
    /* font-weight: bold; */
    color: #000;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.copy .btn {
    width: 41px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;
}

.flex-left {
    font-size: 22px;
    color: #232323;
    font-weight: bold;
}

.pj-list {
    padding-top: 67px;
    color: #000;
}

.flex-right {
    display: flex;
    align-items: center;
    font-size: 14px;
    /* padding-bottom: 5px; */
}

.flex-right a {
    margin-right: 38px;
    color: #6B6B6B;
    font-size: 16px;
    padding-bottom: 13px;
    position: relative;
}

.flex-right .cur {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.list2 {
    width: 1460px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
}

.vip {
    width: 273px;
    height: 60px;
    float: left;
    display: block;
    background-color: #fff100;
    border-radius: 10px;
    font-size: 22px;
    color: #333;
    text-align: center;
    line-height: 60px;
    margin-bottom: 10px;
}

.join-box {
    width: 100%;
    margin: 20px auto 0;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.joinBox-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.joinList .cur {
    border-bottom: 2px solid #2b2b2b;
    padding-bottom: 10px;
}

.joinList a {
    margin: 0 10px;
    color: #2b2b2b;
    padding-bottom: 13px;
    position: relative;
}