@font-face {
    font-family: 'iconfont';  /* project id 1291594 */
    src: url('//at.alicdn.com/t/font_1291594_9h231x5vc9g.eot');
    src: url('//at.alicdn.com/t/font_1291594_9h231x5vc9g.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1291594_9h231x5vc9g.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1291594_9h231x5vc9g.woff') format('woff'),
    url('//at.alicdn.com/t/font_1291594_9h231x5vc9g.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1291594_9h231x5vc9g.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.home-service{
    position: fixed;
    top:0;
    right: 0;
    width:40px;
    background-color:#383838;
    z-index: 9999;
    height: 100%;
}
.home-service .content{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width:40px;
}
.home-service .content .qq{
    background-color: #ff2832;
    padding:10px 0;
}
.home-service .content .qq i.iconfont{
    padding:0 0;
    text-align: center;
    display: block;
    font-size:20px;
    font-weight: 500;
    color:white;
}
.home-service .content .qq h2{
    text-align: center;
    font-size:12px;
    line-height: 15px;
    color: white;
    margin-top: 5px;
}
.home-service .content .wechat{
    padding:10px 0;
    cursor: pointer;
    position: relative;
}
.home-service .content .wechat i.iconfont{
    padding:0 0;
    text-align: center;
    display: block;
    font-size:20px;
    color:white;
    font-weight: 500;
}
.home-service .content .wechat h2{
    text-align: center;
    font-size:12px;
    line-height: 15px;
    color: white;
    margin-top: 5px;
}
.home-service .content .wechat:hover .wecode{
    display: block;
}
.home-service .content .wechat .wecode{
    position: absolute;
    right:40px;
    top:50%;
    transform: translateY(-50%);
    padding:14px;
    border:1px solid #eeeeee;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.home-service .content .wechat .wecode h2{
    font-size: 14px;
    text-align: center;
    color: #666666;
    margin-top:0px;
}
.home-service .content .wechat .wecode div{
    width:95px;
    height: 95px;
    background-color:#f5f5f5;
    margin-top: 8px;
}
.home-service .content .wechat .wecode div img{
    width:100%;
    height: 100%;
}
.home-service .content .wechat .wecode i.iconfont{
    position: absolute;
    right: -11px;
    font-size: 15px;
    top:50%;
    transform: translateY(-50%);
    color:white;
}
.home-service .content .shopping{
    height: 80px;
    position: relative;
}
.home-service .content .shopping i{
    font-size:20px;
    color:white;
    text-align: center;
    display: block;
    line-height: 80px;
}
.home-service .content .shopping span{
    position: absolute;
    right: 2px;
    top: 25px;
    color: white;
    min-width:14px;
    height: 14px;
    border-radius: 8px;
    display: block;
    text-align: center;
    font-size:12px;
    background-color: #ff7a2a;
}
.home-service .content .shopping span em{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.75);
    display: block;
}
.home-service .content .help{
    height: 60px;
    position: relative;
    cursor: pointer;
}
.home-service .content .help i{
    font-size:20px;
    color:white;
    text-align: center;
    display: block;
    line-height: 60px;
}
.home-service .content .help .help-tip{
    position: absolute;
    right:40px;
    top:50%;
    transform: translateY(-45%);
    padding:14px;
    border:1px solid #eeeeee;
    display: none;
    width:80px;
    font-size:16px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.home-service .content .help:hover .help-tip{
    display: block;
}
.home-service .content .help .help-tip i.iconfont{
    position: absolute;
    right: -11px;
    font-size: 15px;
    top:50%;
    transform: translateY(-50%);
    color:white;
}

/*濠㈣埖鎸抽崕锟�*/
.IndexTop{
    width:100%;
    height: 30px;
    background: #f2f2f2;
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
}
.IndexTopMain{
    height:30px;
    line-height: 30px;

}
.IndexTopMainLeft{
    float:left;
}
.IndexTopMainLeft li{
    display: inline-block;
    margin-right: 10px;
}
.IndexTopMainLeft li a{
    font-size: 12px;
    color: #666666;
}
.IndexTopMainLeft li.actives a{
    color: #ff2832;
}
.IndexTopMainLeft li a span{
    display: inline-block;
    width: 10px;
    height: 14px;
}
.IndexTopMainRight{
    float: right;
}
.IndexTopMainRight li{
    display: inline-block;
    margin-left: 41px;
}
.IndexTopMainRight li a{
    font-size: 12px;
    color: #666666;
}
.IndexTopMainRight li.actives a{
    color: #ff2832;
}
/*闁告艾楠歌ぐ瀵镐焊妤ｅ啫鍔�*/
.adminIndexBottom{
    padding:30px 0;
    box-sizing: border-box;
    background: #fff;
}
.AIndexBBTop{
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 40px;
}
.AIndexBBTop li{
    float: left;
    min-width: 207px;
    height: 48px;
    margin-right: 124px;
    overflow: hidden;
}
.AIndexBBTop li:last-child{
    margin-right: 0;
}
.AIndexBBTop li>a div{
    float: left;
}
.AIndexBBTop li>a div b{
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    color: #222222;
}
.AIndexBBTop li>a div p{
    font-size: 16px;
    line-height: 20px;
    color: #555555;
}
.AIndexBBTop li a div:last-child{
    height:100%;
    margin-left: 10px;
}
.AIndexBBFooetr{
    margin-top: 19px;
    overflow: hidden;
}
.AIndexBBFooetr div{
    display: inline-block;
}
.AIndexBBFooetr_left ul{
    margin-bottom: 10px;
}

.AIndexBBFooetr_left ul>li{
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}
.AIndexBBFooetr_right{
    float: right;
    overflow: hidden;
}
.AIndexBBFooetr_right div{
    float: left;
}
.AIndexBBFooetr_right div:first-child{
    width: 46px;
    height: 42px;
    line-height: 55px;
    margin-right: 20px;
}
.AIndexBBFooetr_right div:first-child img{
    display: inline-block;
    vertical-align: middle;
}
.AIndexBBFooetr_right div:last-child h1{
    font-size: 24px;
    color: #ff2832;
}
.AIndexBBFooetr_right div:last-child p{
    font-size: 14px;
    color: #666666;
}
/*闁谎嗩嚙缂嶏拷*/
.loginHeader{
    width: 100%;
    height: 79px;
    line-height: 79px;
    background-color: #ffffff;
    /* border: solid 1px #acacac; */
}
.loginHeaderMain{
    padding-left: 168px;
    box-sizing: border-box;
}
.loginHeaderMain>a{
    width: 167px;
    height: 52px;
    display: inline-block;
    vertical-align: middle;
}
.loginHeaderMain>span{
    display: inline-block;
    width: 1px;
    height: 34px;
    background: #999;
    vertical-align:middle;
    margin-right: 15px;
}
.loginHeaderMain>h1{
    display: inline-block;
    font-size: 18px;
    color: #808080;
    vertical-align: middle;
 }
.LoginMainBox{
    overflow: hidden;
    background: url(../images/updateIndex/login-back_02.png?v=20250424134039) no-repeat center center;
    background-size: 100% 738px;
    min-height: 738px;
}

/*.LoginMainBox>div:first-child{
    width:639px;
    height:470px;
    line-height: 470px;
    margin-top: 100px;
}
.LoginMainBox>div:first-child>img{
    width:100%;
    height:100%;
 }*/

.LoginMainContent{
    margin-top: 150px;
    margin-right: 80px;
    background-color:#FFFFFF;
}
.LMC-Top{
    width:471px;
    text-align: center;
}
.LMC-Top>ul>li{
    display: inline-block;
    font-size: 11px;
    color: #808080;
    margin-right: 30px;
}
.LMC-Top>ul>li img{
    display: inline-block;
    vertical-align: middle;
}
.LMC-box{
    width: 471px;
    border-top: 4px solid #ff2832;
    padding: 26px;
    box-sizing: border-box;
    background-color: white;
    position: absolute;
    top: 206px;
    right: 0;
}
.LMC-box .messageBoxs{
	height:30px;
	text-align:center;
	color:red;
}
.LMC-box>h1{
    font-size: 14px;
    font-weight: bold;
    color:#000;
    margin-bottom: 40px;
}
.LMC-box>h1>span>a{
    font-size: 14px;
    color: #f0007d;
}
.LMC-box>h1>span>a:hover{
    text-decoration: underline;
}
.LMC-box>div{
    width: 421px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.LMC-box>div>span{
    width: 12px;
    height: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    border-right: 1px solid #eaeaea;
}
.LMC-box>div>input{
    width:200px;
    text-indent: 19px;
    border: none;
}
.LMC-box>p{
    margin-top: 40px;
}
.LMC-box>p>input[type='checkbox']{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.LMC-box>p>a{
    font-size: 14px;
    color: #f0007d;
}
.LMC-box>p>a:hover{
    text-decoration: underline;
}
.LMC-box .LoginYzm{
	border:none;
}
.LMC-box .LoginYzm>label{
	font-size:14px;
}
.LMC-box .LoginYzm>input{
	display:inline-block;
	width:100px;
	height:30px;
	border:1px solid #ebebeb;
}
.LMC-box .LoginYzm img{
	margin-left:40px;
	margin-top:-5px;
	vertical-align: middle;
}
.LMC-box .LoginYzm a{
	color:red;
	margin-left:20px;
}
.LMC-box .submit{
    width: 100%;
    height: 43px;
    background-color: #ff2832;
    box-shadow: 0 0 10px 0 rgba(240, 0, 125, 0.33);
    border-radius: 4px;
    margin-top: 50px;
    color: #fff;
    border: none;
    cursor: pointer;
}
.LoginFooter{
    text-align: center;
    padding: 30px 0;
    font-size: 15px;
    color: #808080;
}
/*婵炲鍔岄崬锟�*/
.registered>div:last-child{
    height: 403px;
}
#dx{
    display: inline-block;
    width: 253px;
}
.yzm{
    width: 132px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
    border: solid 1px #ff2832;
    background: #fff;
    color: #f0007d;
    margin-left: 20px;
}
.LMC-box .submit2{
    width: 421px;
    height: 43px;
    background-color: #ff2832;
    box-shadow: 0px 0px 10px 0px
    rgba(240, 0, 125, 0.33);
    border-radius: 4px;
    margin-top: 20px;
    color:#fff;
    border: none;
}
.LMC-box>p:last-child{
    margin-top: 20px;
    font-size: 11px;
    color: #808080;
}

/*闊洦顭堥鍥╋拷闈涙閻栵拷*/
.ForgotPasswordMain{
    /* margin-top: 100px; */
    width: 471px;
    border: 1px solid #eaeaea;
    border-top: 4px solid #ff2832;
    padding:26px;
    box-sizing: border-box;
}
.ForgotPasswordMain>h1{
    font-size: 14px;
    font-weight: bold;
    color:#000;
    margin-bottom: 40px;
}
.ForgotPasswordMain>h1>span>a{
    font-size: 14px;
    color: #f0007d;
}
.ForgotPasswordMain>h1>span>a:hover{
    text-decoration: underline;
}
.ForgotPasswordBox{
    /* margin: 50px 0; */
}
.FPB-top>ul>li{
    width:30%;
    height:auto;
    display: inline-block;
    font-size: 12px;
    color: #cccccc;
    margin-bottom: 40px;
}
.FPB-top>ul>li:nth-child(2n){
    margin: 0 2%;
}
.FPB-top>ul>li>div{
    height:20px;
    position: relative;
    margin-bottom: 10px;
}
.FPB-top>ul>li>div>span{
    display: block;
    margin: 0 auto;
    width:19px;
    height:19px;
    line-height: 19px;
    text-align: center;
    background-color: #ccc;
    border-radius: 50%;
    position: relative;
    z-index: 100;
    color: #fff;
    font-size: 12px;
}
.FPB-top>ul>li>div>p{
    width:100%;
    height: 4px;
    background-color: #ccc;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    z-index: -1;
}
.FPB-top>ul>li.active{
    color:#8ebd57;
}
.FPB-top>ul>li.opacity{
    opacity: 0.5;
}
.FPB-top>ul>li.active>div>span,.FPB-top>ul>li.active>div>p{
    background-color: #8ebd57;
}
.FPB-top>ul>li>p{
    text-align: center;
}
.FPB-content .onePhone{
    display: inline-block;
    width: 421px;
    height: 34px;
    border: solid 1px #ccc;
    text-indent: 20px;
}
.FPB-content input::-webkit-input-placeholder{
    color:#ccc;
}
.ForgotPasswordMain>button{
    width: 421px;
    height: 43px;
    background-color: #ff2832;
    box-shadow: 0px 0px 10px 0px
    rgba(240, 0, 125, 0.33);
    border-radius: 4px;
    color:#fff;
    border: none;
}
#one{
    display: block;
}
#two{
    display: none;
}
#three{
    display: none;
}
/*缂佹鍏涚花鈺侇潰閿燂拷*/
.FPB-content .pwd{
    margin-bottom: 20px;
}
.FPB-content .pwd>label{
    display: inline-block;
    width:20%;
    text-align: right;
}
.FPB-content .pwd>input{
    width: 75%;
    height: 34px;
    border: solid 1px #cccccc;
    text-indent: 20px;
}
.FPB-content .yz{
	margin-top:20px;
}
.FPB-content .yz>input{
    width: 141px;
    height: 34px;
    border: solid 1px #cccccc
}
.FPB-content .yz>button{
    margin-left: 20px;
    width: 87px;
    height: 34px;
    border-radius: 4px;
    border: solid 1px #ff2832;
    background: #fff;
    color: #ff2832;
}
.FPB-content img{
    display:block;
    margin: 0 auto;
}
#FPB-Ok{
    display:block;
    text-align: center;
    margin: 15px 0;
    font-size: 12px;
    color: #333333;
}
.ForgotPasswordMain a.submit{
    display: block;
    /* width: 421px; */
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #ff2832;
    box-shadow: 0px 0px 10px 0px
    rgba(240, 0, 125, 0.33);
    border-radius: 4px;
    color:#fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #fefefe;
}

/*update-2019-4-2*/
.ls-right{
    position: absolute;
    width: 60%;
    top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 40px;
}
.ls-ndlr,.ls-ssfh,.ls-yjcz,.ls-bzbl{
    position: absolute;
}
.ls-ssfh{
    width: 240px;
    height: 167px;
    top: 109px;
    left: 15px;
    background: url("../images/updateIndex/ls-ssfh.png?v=20250424134039") no-repeat center center;
}
.ls-ndlr{
    width: 356px;
    height: 243px;
    top: 120px;
    left: 275px;
    background: url("../images/updateIndex/ls-ndlr.png?v=20250424134039") no-repeat center center;
}
.ls-yjcz{
    width: 273px;
    height: 195px;
    top: 345px;
    left: 0;
    background: url("../images/updateIndex/ls-yjcz.png?v=20250424134039") no-repeat center center;
}
.ls-bzbl{
    width: 273px;
    height: 167px;
    top: 410px;
    left: 375px;
    background: url("../images/updateIndex/ls-bzbl.png?v=20250424134039") no-repeat center center;
}
.ls-ssfh div,.ls-ndlr div,
.ls-yjcz div,.ls-bzbl div{
    position: absolute;
    top: 50%;
    left: 58%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height:normal;
}
.ls-ssfh div{
    width: 143px;
}
.ls-ndlr div{
    width: 230px;
    top: 59%;
}
.ls-yjcz div{
    width: 180px;
    top: 55%;
}
.ls-bzbl div{
    width: 175px;
    top: 54%;
}
.ls-ssfh div p,
.ls-ndlr div p,
.ls-yjcz div p,
.ls-bzbl div p{
    line-height: 20px;
    font-family: PingFangSC-Regular, sans-serif;
}
.ls-ssfh div p{
    color: #e9497d;
}
.ls-ndlr div p{
    color: #c33c68;
}
.ls-yjcz div p,.ls-bzbl div p{
    color: #c64847;
}
.ls-ssfh div h3,
.ls-ndlr div h3,
.ls-yjcz div h3,
.ls-bzbl div h3{
    color: white;
    font-size: 18px;
    margin-top: 20px;
}
.ls-right h2{
    background: url("../images/updateIndex/diu.png?v=20250424134039") no-repeat center center;
    height: 70px;
}

/*甯歌闂*/
.ali-body{
    width: 100%;
    text-align: center;
    min-height: 560px;
    background-color: #ffffff;
}
.ali-body-w1200{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    border-bottom:none;
}

.context-right{
    min-height: 594px;
    width: 600px;
    float: right;
    box-sizing: border-box;
    border-right:1px solid  #eeeeee;
    background-color: #fff;
}
.ali-body-w1200>ul>li{
    float: left;
}
.ali-body-w1200 li.head-left,.ali-body-w1200 div.menu-list-left{
    width: 204px;
    float: left;
    
}
.ali-body-w1200 li.head-left,.ali-body-w1200 div.menu-list-left ul{
    /*height:802px;*/
    display: inline-block;
}
.ali-body-w1200 li.head-right,.ali-body-w1200 div.context-right{
    width:634px;
    float: left;
    height: 100%;
}
.ali-body-w1200 div.menu-list-left{
    border: solid 1px #ececec;
    box-sizing: border-box;
    float: left;
    border-bottom: none;
    border-top: none;
    min-height: 560px;
    background-color: #fff;
}
.head-left{
    width: 100%;
    height: 77px;
    line-height: 77px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #ff2832;
    border: 1px solid #ff2832;
    box-sizing: border-box;
}
.head-right h4{
    font-size: 18px;
    width: 90%;
    margin:0.5%  5% 0.5% 5% ;
    color: #000;
    text-align: left;
}

.head-right{
    background: #f6f4f4;
    width: 100%;
    height: 77px;
}
.head-right div{
    height: 32px;
    width: 90%;
    margin:0%  5% 1% 5% ;
    border: 1px solid #eaefff;
}
.head-right div input{
    float:left;
    height: 32px;
    border:none;
    width: 88%;
    padding-left: 2%;

}
.head-right div button{
    width: 10%;
    height: 32px;
    background: #ff2832;
    border: 1px solid #ff2832;
    float: right;
    color: #ffffff;
    cursor: pointer;
}
.menu-list-left h3{
    padding:0 20px;
    box-sizing: border-box;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #ff2832;
    float: left;
    width: 100%;
    text-align: left;
    line-height: 30px;
    border-top:1px solid  #EEEEEE;
}
.menu-list-left h3.top{
    border-top:none;
}
.menu-list-left h3 em{
    float: right;
    background: url(../img/menuleft-img.png?v=20250424134039);
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: 5px;
}
.menu-list-left li a{
    display: inline-block;
    width: 170px;
}
.menu-list-left li span{
    width: 3px;
    height: 13px;
    display: inline-block;
    background: transparent;
    float: left;
    margin: 4px 5px 0 0px;
}
.menu-list-left li:first-child{
    margin-top:10px ;
}
.menu-list-left li{
    margin-top:6px ;
}
.menu-list-left li:hover span,.menu-list-left .active span{
    background: #ff2832;
}

.menu-list-left li{
    font-size: 14px;
    color: #333333;
    float: left;
    text-align: left;
    cursor: pointer;
    line-height:20px;
    padding: 0 0 0 12px ;
}
.context-right div{
    width: 100%;
    height: 300px;
    margin: 20px;
}
.context-right h2{
    color: #ff2832;
    width: 100%;
    font-size: 16px;
    font-weight:600;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}
.context-right p{
    width: 90%;
    float: left;
    color: #666666;
    text-align: left;
    font-size: 16px;
	margin: 20px;
}
.context-right p>a{
    color: blue;
}
.context-right img{
    /* margin-top:10px;
    width: 100%;
    height: 197px;
    float: left; */
    max-width: 97%;
}
