* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}

li {
    list-style: none;
}

a:focus,
button:focus,
input:focus {
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

i {
    font-style: normal;
}

img {
    vertical-align: middle;
}

label,
button,
input {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img {
    -webkit-touch-callout: none;
}

body>a {
    display: none;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.w75 {
    width: 815px;
}

.w50 {
    width: 540px;
}

.w25 {
    width: 265px;
}

.h17 {
    height: 170px;
}

.h35 {
    height: 350px;
}

.h71 {
    height: 710px;
}

.df {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

header {
    padding-top: 30px;
    height: 110px;
    background-color: #E13812;
    min-width: 1090px;
}

.header_white {
    background-color: #fff;
    border-bottom: 2px solid #F13B11;
    height: 90px;
}

.header {
    width: 1090px;
    margin: 0 auto;
}

.top {
    height: 78px;
}

.top img {
    width: 176px;
}

.top .fr {
    padding-top: 10px;
}

.top .search {
    position: relative;
    height: 38px;
    display: inline-block;
}

.top .search input {
    padding-left: 17px;
    width: 515px;
    height: 38px;
    background-color: #C92D0F;
    border-radius: 19px;
    color: #fff;
    font-size: 16px;
}

.top .search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 38px;
    background-color: #fff;
    border-radius: 0px 19px 19px 0px;
    color: #E13812;
    font-size: 16px;
    cursor: pointer;
}

.top .fr span {
    margin-left: 38px;
    color: #fff;
    cursor: pointer;
}

.top .fr span a{
    color: #fff;
    padding:0;
}

.top .fr span img {
    width: 19px;
    margin-right: 14px;
}

.top .fr .cart {
    position: relative;
}

.top .fr .cart i {
    position: absolute;
    left: 13px;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #F23B11;
    text-align: center;
    line-height: 18px;
    font-size: 13px;
}

.menu.pof {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    border-bottom: 2px solid #F23B11;
    background-color: #fff;
    padding: 10px 0;
}

.menu>.df {
    justify-content: space-between;
}

.menu.pof>.df {
    width: 1090px;
    margin: 0 auto;
}

.menu.pof>.df>li a {
    color: #414141;
}

.menu.pof>.df>li.act>a,
.menu.pof>.df>li.hover>a {
    color: #F23B11;
    border-color: #F23B11;
}

.menu>ul>li {
    font-size: 15px;
    position: relative;
    height: 32px;
    padding: 0 19px;
    cursor: pointer;
}

.menu li ul {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    width: 1090px;
    font-size: 14px;
    display: none;
    top: 32px;
    padding-bottom: 20px;
}

.menu li li {
    text-align: center;
    width: 109px;
    float: left;
    margin-top: 30px;
    position: relative;
    white-space: nowrap;
}

.menu li li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

.menu li li img {
    width: 60px;
    height: 60px;
}

.menu li.act>a,
.menu li.hover>a {
    border-bottom: 3px solid #fff;
    font-weight: 600;
}

.menu li a {
    color: #fff;
    padding-bottom: 7.5px;
}

section {
    background-color: #F5F5F5;
    padding: 10px 0 53px;
}

.type {
    width: 1090px;
    margin: 50px auto;
    margin-bottom: 0px;
}

.type h2 {
    border-left: 5px solid #F23C11;
    padding-left: 10px;
    font-size: 24px;
    margin-bottom: 24px;
}

.type h2 a {
    color: #929293;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
}

footer {
    padding-bottom: 15px;
    text-align: center;
    color: #9C9C9D;
    font-size: 13px;
    background-color: #ffffff;
    padding-top: 2px;
}

.ensure {
    margin: 50px auto;
    width: 1090px;
    justify-content: space-between;
}

.ensure li {
    position: relative;
    text-align: left;
    padding-left: 68px;
    font-size: 16px;
}

.ensure li img {
    position: absolute;
    width: 52px;
    left: 0;
}

.ensure li p {
    font-size: 18px;
    color: #313131;
}

.intro {
    font-size: 20px;
    padding-bottom: 20px;
}

.beian a {
    color: #9C9C9D;
}

.download {
    position: fixed;
    top: 180px;
    z-index: 9;
}

.download img {
    width: 98px;
}

.scrolltop {
    position: fixed;
    bottom: 50px;
    display: none;
    cursor: pointer;
}

.scrolltop div {
    padding-top: 10px;
    width: 58px;
    height: 48px;
    background-color: #F23C11;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.scrolltop #back-to-top {
    background-color: #fff;
    color: #F23C11;
}

.login,
.addsite,
.mobile {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    display: none;
}

.login .content,
.addsite .add,
.mobile .content {
    padding: 0 34px;
    width: 352px;
    height: 438px;
    margin: 10% auto;
    background-color: #fff;
    border-radius: 8px;
    font-size: 14px;
    position: relative;
}

.login .content .logo,
.mobile .content .logo {
    width: 178px;
    margin: 28px 0;
}

.login .content .close,
.addsite .add .close,
.mobile .content .close {
    width: 17px;
    position: absolute;
    right: 14px;
    top: 14px;
    cursor: pointer;
}

.login p {
    text-align: left;
    color: #F13B11;
    padding-left: 20px;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
}

.login label {
    display: block;
    position: relative;
    line-height: 34px;
    margin-top: 15px;
}

.login label input {
    padding: 0 12px;
    width: 292px;
    height: 34px;
    border: 1px solid #E7E7E7;
}

.login label input:focus {
    border-color: #89B9FC;
}

.login label input.error {
    border-color: #F13B11;
}

.login label #sendCode {
    position: absolute;
    right: 30px;
    color: #89B9FC;
    cursor: pointer;
}

.login label #codeImg {
    position: absolute;
    right: 17px;
    cursor: pointer;
    height: 36px;
}

.login button {
    width: 152px;
    height: 46px;
    background-color: #F13B11;
    font-size: 18px;
    color: #fff;
    margin: 20px 0 20px;
    cursor: pointer;
}

.login .agree {
    color: #404040;
    margin-top: 10px;
}

.login .agree input[type='checkbox'] {
    -webkit-appearance: none;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('/style/img/check.png') no-repeat;
    background-size: contain;
}

.login .agree input[type='checkbox']:checked {
    background: url('/style/img/checked.png') no-repeat;
    background-size: contain;
}

.mobile .content {
    height: 236px;
}

.mobile .content p,
.mobile .content h3 {
    text-align: left;
    padding-left: 33px;
}

.mobile .content h3 {
    font-size: 40px;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.login .cap{float:left;margin:25px 25px 0 25px;width:290px;text-align:center;position:relative;z-index:2;background-color:#fff;}
.login .cap a{float:left;width:290px;font-size:14px;height:25px;}
.login .cap .a1{font-weight:700;color:#000;border-bottom:#0099FF solid 1px;}
.login .cap .a2{color:#999;border-bottom:#EEEEEE solid 1px;}
.login .cap a:hover{text-decoration:none;}
.login .cap2 a{width:145px;}
.login .cap3 a{width:96px;}
.login #ts{float:left;height:20px;margin:15px 25px 0 25px;padding-left:20px;width:290px;color:#ff0000;}
.login #motts{float:left;height:20px;margin:15px 25px 0 25px;padding-left:20px;width:290px;color:#ff0000;}
.login .dts{background:url(img/err.gif) left top no-repeat;}
.login .u1{float:left;width:290px;margin:10px 25px 0 25px;}
.login .u1 li{float:left;}
.login .u1 .l1{width:290px;height:55px;}
.login .u1 .l1 .inp{float:left;width:240px;border:#CCCCCC solid 1px;height:22px;padding:10px 0 0 40px;font-size:14px;}
.login .u1 .l1 .inp1{background:url(img/reg1.gif) left center no-repeat;}
.login .u1 .l1 .inp2{background:url(img/reg2.gif) left center no-repeat;}
.login .u1 .l1 .inp3{background:url(img/reg3.gif) left center no-repeat;}
.login .u1 .l1 .inp4{background:url(img/reg4.gif) left center no-repeat;}
.login .u1 .l1 .inp5{background:url(img/reg2.gif) left center no-repeat;}
.login .u1 .l1 .inp0{width:133px;border-right:0;}
.login .u1 .l1 img{float:left;}
.login .u1 .l1 .a1{float:left;color:#fff;text-align:center;padding:8px 0 0 0;width:107px;height:26px;background-color:#0099FF;}
.login .u1 .l1 .a1:hover{text-decoration:none;}
.login .u1 .l1 .a2{float:left;text-align:center;padding:8px 0 0 0;width:107px;height:26px;background-color:#CCCCCC;}
.login .u1 .l1 .a2:hover{text-decoration:none;}
.login .u1 .l2{width:290px;padding:0 0 20px 0;text-align:center;color:#999;}
.login .u1 .l2 input{float:left;width:290px;height:40px;color:#fff;border-radius:3px;border:0;background-color:#0066CC;font-size:14px;cursor:pointer;}
.login .u1 .l2 img{margin:0 0 8px 0;}
.login .d1{float:left;width:290px;height:50px;text-align:right;margin:0 25px;}
.login .d1 a{color:#31A0E7;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.login .u1 .l1 .inp{width:290px;height:34px;padding-top:0;}
.login .u1 .l1 .inp0{width:183px;}
}
.login #wxlogin{float:left;width:260px;margin-left:20px;margin-top:-40px;position:relative;z-index:1;}