*{margin: 0;padding: 0;color: #333333;font-family: "Microsoft YaHei"}
a{text-decoration: none}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cccccc;
}
input:-moz-placeholder,textarea:-moz-placeholder {
    color: #cccccc;
}
input::-moz-placeholder,textarea::-moz-placeholder {
    color: #cccccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #cccccc;
}
.mart60{
    margin-top: 60px;
}


.LoginBox{
    width: 1030px;
    height: 720px;
    margin: 80px auto 0;
    position: relative;
}
.LoginDiv{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.LoginLogo{
    width: 252px;
    margin: 0 auto;
    display: block;
}
.LoginDiv01{
    width: 580px;
    height: 600px;
    margin: 32px auto 0; 
    border-radius: 2px;
}
.LoginDiv02{
    width: 420px;
    margin: 0 auto;
}
.LoginDiv03{
    line-height: 20px;
    padding: 65px 0 40px;
}
.LoginDiv03 span{
    font-size: 20px;
}
.LoginDiv04{
    border:1px solid #e0e0e0;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    text-indent: 10px;
}
.LoginCheckNo{
    width: 16px;
    height: 16px;
    background: url(../images/icon/LoginCheckNo.png);
    background-size:16px 16px;
    margin: 0 6px;
}
.LoginCheckYes{
    background: url(../images/icon/LoginCheckYes.png);
    background-size:16px 16px;
}
.LoginDiv05{
    line-height: 16px;
    margin: 15px 6px 43px;
}
.LoginBtn{
    height: 56px;
    line-height: 56px;
    background: #1ab394;
    border-radius: 8px;
    cursor: pointer;
}
.LoginDiv06{
    line-height: 16px;
    margin: 50px 0 30px 0;
}
.LoginDiv06 span{
    width: 154px;
    height: 1px;
    background: #e0e0e0;
    margin-top: 7px;
}
.LoginDiv06 label{
   padding: 0 14px;
}
.LoginDiv07 span{
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.LoginSanImg01{
    background: url(../images/icon/LoginSanImg01.png);
    background-size:60px 60px;
    margin: 0 59px 0 57px;
}
.LoginSanImg02{
    background: url(../images/icon/LoginSanImg02.png);
    background-size:60px 60px;
    margin-right: 10px;
}
.LoginSanImg03{
    background: url(../images/icon/LoginSanImg03.png);
    background-size:60px 60px;
    margin-left: 42px;
}
.LoginSanImg01:hover{
    background: url(../images/icon/LoginSanImg1.png);
    width: 70px;
    height: 70px;
    margin: -5px 54px 0 52px;
}
.LoginSanImg02:hover{
    background: url(../images/icon/LoginSanImg2.png);
    width: 70px;
    height: 70px;
    margin: -5px 5px 0 -5px;
}
.LoginSanImg03:hover{
    background: url(../images/icon/LoginSanImg3.png);
    width: 70px;
    height: 70px;
    margin: -5px 0 0 37px;
}
.LoginP01{
    padding: 66px 0 12px 0;
}
.LoginBg{
    position: absolute;
    bottom: 94px;
    left: 20px;
    width: 1020px;
}
.LoginDiv08{
    padding: 65px 80px 40px 68px;
}
.LoginDiv09{
    line-height: 56px;
}
.LoginDiv09 span{
    width: 130px;
    text-align: right;
    padding-right: 15px;
}
.LoginDiv09 .InputFirst{
    border:1px solid #e0e0e0;
    width: 358px;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    text-indent: 10px;
}
.LoginDiv09 .Inputlast{
    border:1px solid #e0e0e0;
    width: 218px;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    text-indent: 10px;
}
.YzmDiv{
    border:1px solid #1ab394;
    width: 128px;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    color: #1ab394;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.LoginDiv10{
    line-height: 16px;
    margin-left: 139px;
}
.RegisterBtn{
    width: 360px;
    height: 56px;
    line-height: 56px;
    background: #1ab394;
    border-radius: 8px;
    cursor: pointer;
    margin-left: 139px;
}
.ForgetPwdBtn{
    margin-top: 53px;
}


#focus-banner{
    position: relative;
    width: 100%;
    height: 480px;
    /*overflow: hidden;*/
    top: 0px;
    left: 0px;
    margin-top: 139px;
}

#focus-banner-list{
    position: relative;
    width: 100%;
    height: 100%;
}
#focus-banner-list li{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.focus-banner-img{
    display: block;
    width: 100%;
    height: 100%;
}

#focus-banner .focus-handle{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 100;
    width: 50px;
    height: 70px;

}
#focus-bubble{
    position: absolute;
    left: 50%;
    bottom: 14px;
    z-index: 999;
}
#focus-bubble li{
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #979611;
    cursor: pointer;
}
#focus-bubble li a{
    display: block;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=0);
    opacity: 0;
}
#focus-bubble li.current{
    background: #ffffff;
}

.NoticeDiv{
    height: 50px;
    line-height: 50px;
}
.NoticeSpan01{
    width: 60px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #1ab394;
    border-radius: 10px;
    margin-top: 11px;
}
.NoticeDiv .overflowHidden{
    color: #a5a5a5;
    width: 290px;
    margin-left: 50px;
}
.NoticeMoreBtn{
    color: #a5a5a5;
    background: url(../images/icon/NoticeMoreImg.png) right center no-repeat;
    background-size: 14px 14px;
    padding-right: 24px;
}
.NoticeMoreBtn:hover{
    color: #1ab394;
    background: url(../images/icon/NoticeMoreImg01.png) right center no-repeat;
    background-size: 14px 14px;
}

.NoticeUl{
    height: 185px;
}
.NoticeUl li{
    width: 300px;
}
.NoticeUl li img{
    width: 95px;
    margin: 36px 25px 0 0;
}
.NoticeUlDiv{
    width: 180px;
    margin-top: 32px;
}
.NoticeUlDiv h2{
    font-weight: normal;
}
.NoticeUlDiv p{
    line-height: 20px;
}
.NoticeBox{
    box-shadow: 0px 10px 20px #e7e7e7;
    margin-bottom: 20px;
}

.IndexListTit{
    height: 76px;
}
.IndexListImg01{
    width: 205px;
    margin: 24px 16px 0 10px;
}
.IndexListTitFr{
    width: 957px;
}
.IndexListTitFr a{
    width: 45px;
    line-height: 12px;
    margin: 24px 0 10px 0;
    background: url(../images/icon/IndexListImg02.png) right center no-repeat;
    display: block;
}
.IndexListTitFr p{
    height: 2px;
    border-top: 1px solid #1ab394;
    border-bottom: 1px solid #1ab394;
}
.IndexListUl{
    padding-bottom: 10px;
}
.IndexListUl li{
    width: 228px;
    height: 330px;
    margin: 10px 0 0 10px;
}
.IndexListUl li img{
    width: 100%;
    height: 228px;
    display: block;
}
.IndexListDiv{
    height: 100px;
    display: block;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 0 9px;
}
.IndexListDiv .overflowHidden{
    line-height: 44px;
    height: 38px;
}
.IndexListPrice .redColor:first-child{
    padding-top:7px;    
}
.IndexListPrice .redColor:nth-child(2){
    font-size: 22px;
}
.ThroughIframe{
    text-decoration:line-through;
}

.IndexListBox{
    margin-bottom: 25px !important;
}
.AnnounceTit{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 145px !important;
    height: 60px;
    line-height: 60px;
}
.AnnounceUl li{
    height: 56px;
    line-height: 56px;
    background: #f7f7f7;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 20px 0 18px;
}
.AnnounceUl li:hover{
    background: #d8faf3;
}
.AnnounceUl li:hover span{
    color: #1ab394 !important;
}
.AnnounceUl .overflowHidden{
    width: 970px;    
}
.AnnounceBox{
     min-height: 430px;
}
.AnnounceDiv{
    padding: 0 30px 10px;   
}
.AnnounceDiv h2{
    font-size: 20px;
    line-height: 90px;
    font-weight:bold;
}

/*开始答题  分页 样式*/
.page{max-width: 750px;margin: 0 auto;line-height: 38px;overflow: hidden;}
.page .current,.page .tcdNumber{width:38px;height:38px;border-radius:2px;}
.page .tcdNumber{border: 1px solid #e0e0e0;color:#666;font-size:16px;}
.page .current{border: 1px solid #1ab394;color: #1ab394;}
.page .turndown,.page .nextPage,.page .disabled,.page .prevPage{padding: 0 16px;width: 58px;height: 38px;border: 1px solid #e0e0e0;
    border-radius: 2px;color: #666;}
/*.page .prevPage,.page .disabled_prev{background: url(../images/icon/PrevPageBtn.png) no-repeat center center;height: 38px;border:1px solid #e0e0e0;}
.page .nextPage,.page .disabled_next{background: url(../images/icon/NextPageBtn.png) no-repeat center center;height: 38px;border:1px solid #e0e0e0;}*/
.page .prevPage,.page .disabled_prev{height: 38px;border:1px solid #e0e0e0;}
.page .nextPage,.page .disabled_next{height: 38px;border:1px solid #e0e0e0;}
.page .tcdNumber:hover{border-color: #1ab394;color: #1ab394 !important}
.page .disabled{cursor: no-drop;border:0;height: 38px;border-radius: 2px;border:1px solid #e0e0e0}
.page input{width: 40px;height: 38px;margin: 0 10px;border: 1px solid #e0e0e0;padding: 0 5px;}
.goods:hover,.page input:focus{border-color: #1ab394;}
.page .turndown{display: inline-block;position: relative;left:-10px;top:2px;border-left: 0;}
.page .pagecount{width: 52px;height: 38px;}
.countYe{
    display: none;
}
.AnnouncePage{padding:24px 0 34px;}
.CheckPage{padding:18px 0 38px;}

.AnnounceDetail{
    padding: 0 30px 10px;  
    min-height: 857px; 
}
.AnnounceDetailTit{
    font-size: 22px;
    font-weight: normal;
    padding: 36px 0 18px 0;
}
.AnnounceDetailTime{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
}
.AnnounceDetailP{
    padding: 20px 100px 0;
}
.AnnounceDetailP .size14{
    color: #4c4c4c;
    line-height: 24px;
    padding-top: 30px;
}

.CheckClassify{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 162px !important;    
}
.CheckPaiXu{
    margin-top: 14px !important;    
    margin-bottom: 16px !important;    
}
.CheckClassify01{
    padding: 28px 0 17px 30px;
}
.CheckClassify01 span{
    padding-right: 40px;
}
.CheckClassify01 li{
    padding-right: 30px;
    cursor: pointer;
}
.CheckClassify01 li:hover{
    color: #1ab394;
}
.CheckClassify02{
    height: 45px;
    padding-left: 30px;
    padding-top: 15px;
}
.CheckClassify03{
    width: 298px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}
.CheckClassify03 input{
    width: 252px;
    height: 28px;
    border:none;
    margin-left: 10px;
}
.CheckClassify03 img{
    cursor: pointer;
}
.CheckClassify03 input::-webkit-input-placeholder{
    color: #999999;
}
.CheckClassify03 input:-moz-placeholder{
    color: #999999;
}
.CheckClassify03 input::-moz-placeholder{
    color: #999999;
}
.CheckClassify03 input:-ms-input-placeholder{
    color: #999999;
}
.CheckPaiXu{
    height: 46px;
    line-height: 46px;    
}
.CheckPaiXu li{
    padding-left: 30px;
    cursor: pointer;
}
.CheckPaiXu li:hover{
    color: #1ab394;
}
.CheckPaiXu span{
   padding-right: 20px;
}
.checkDetail01{
    width: 255px;
    height: 255px;
    margin: 20px 47px 20px 20px;
}
.CheckDetail02{
    width: 860px;
}
.CheckDetail02 p{
    padding: 35px 0;
}
.CheckDetail02 span{
    line-height: 53px;
}
.CheckDetail02 span:nth-child(2){
    font-size: 30px;
    line-height: 41px;
}
.CheckDetail02 span:nth-child(3){
    padding: 0 32px 0 17px;
}
.CheckDetail04 div{
    width: 140px;
    height: 42px;
    line-height: 42px;    
    margin-right: 20px;
    border-radius: 10px;
    cursor: pointer;
}
.CheckDetail04 div:first-child{
    background: #1ab394;
    text-align: center;
}
.CheckDetail04 div:last-child{
    background: #e09a5f url(../images/icon/xingIcon.png) 24px center no-repeat;
    text-indent: 52px;
}
.xing01Icon{
     background: #e09a5f url(../images/icon/xing01Icon.png) 24px center no-repeat !important;
}
.CheckDetail05{
    width: 290px;
}
.CheckDetail06{
    padding-bottom: 20px;

}
.CheckDetail06 img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 24px auto 14px;
    display: block;
}
.CheckDetail07{
    width: 250px;
    margin: 0 auto;
    border-top: 1px dashed #e5e5e5;
}
.CheckDetail07 li{
    color: #4c4c4c;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px dashed #e5e5e5;
}
.CheckDetail08{
    width: 190px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    margin: 0 auto 15px;
    background: #1ab394 url(../images/icon/CheckDetail08.png) 42px center no-repeat;
    text-indent: 68px;
    cursor: pointer;
}
.CheckDetail09{
    width: 190px;
    height: 38px;
    line-height: 38px;
    border:1px solid #1ab394;
    border-radius: 5px;
    margin: 0 auto 30px;
    background: url(../images/icon/CheckDetail09.png) 42px center no-repeat;
    text-indent: 68px;
    cursor: pointer;
}
.CheckDetail10{
    width: 837px;
    padding: 0 25px;
}
.CheckDetail11{
    border-bottom: 1px solid #e0e0e0;
    height: 52px;
    line-height: 52px;
}
.CheckDetail11 p{
    border-bottom: 2px solid #1ab394;
    height: 50px;
    display: inline-block;
}
.CheckDetail12{
    line-height: 30px;
    padding: 30px 0;
}
.CheckDetail13{
    padding: 30px 60px 75px; 
}
.CheckDetail13 img{
    width: 100%;
}
.CheckDetailBox{
    margin-bottom: 80px;
}

.PayBox{
    padding-bottom: 410px;
}
.PayFrBox{
    width: 887px;
}
.PayFrH2{
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: url(../images/icon/PayH2Bg.png);
}
.PayFrDiv01{
    height: 114px;   
}
.PayFrDiv01 label{
    line-height: 114px;  
    padding-left: 20px; 
}
.PayFrDiv01 img{
    margin: 38px 0 0 36px;
}
.PayFrDiv01 span:first-child{
    line-height: 114px;
}
.PayFrDiv01 span:last-child{
    font-size: 24px;
    line-height: 108px;
    padding-right: 30px;
}
.PayFrDiv02{
    width: 835px;
    height: 250px;
    border-radius: 10px;
    background: #fafafa;
    border:1px solid #e6e6e6;
    margin: 0 auto;
}
.PayFrDiv02 h3{
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    border-bottom:1px solid #e6e6e6;
}
.PayUl li{
    margin-top: 20px;
}
.PayNoChose{
     background: url(../images/icon/PayNoChose.png);
    background-size: 27px 27px;
    margin: 20px 20px 0 50px;
    width: 27px;
    height: 27px;
    cursor: pointer;
}
.PayYesChose{
    background: url(../images/icon/PayYesChose.png);
    background-size: 27px 27px;
}
.PayUlDiv{
    width: 643px;
    height: 65px;
    line-height: 65px;
    border: 1px solid #e6e6e6;
}
.PayUlDiv .PayImg02{
    margin: 15px 18px 0 42px;
}
.PayUlDiv .PayImg03{
    margin: 15px 18px 0 37px;
}
.ShengMoney{
    color: #cccccc;
}
.PayRechangeBtn{
    padding: 0 18px 0 20px;
    text-decoration:underline;
}
.SurePayBtn{
    width: 190px;
    height: 38px;
    line-height: 38px;
    background: #1ab394;
    border-radius: 5px;
    margin: 35px auto 60px;
    cursor: pointer;
}
.PayRechangeBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
}
.PayRechangeBox .huiBg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1003;
    background: black;
    opacity: 0.5;
}
.PayRechangeDiv{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1004;
    width: 490px;
    height: 240px;
    margin-left: -245px;
    margin-top: -120px;
    border-radius: 4px;
}
.PayCloseImg{
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}
.PayRechangeNei{
    padding: 73px 0 67px 140px; 
    line-height: 24px;
}
.PayRechangeNei .redColor{
    font-size: 24px;
}
.PayReSureTkBtn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #1ab394;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}
.WeiXinPayFrH2{
    background: #fafafc;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
}

.WeiXinPayDiv{
    width: 1127px;
    height: 575px;
    margin:0 auto;
    border:1px solid #e0e0e0;
}
.WeiXinPayBox {
    padding-bottom: 130px;
    margin-bottom: 80px;
}
.PayphoneBg{
    margin: 50px 190px 0 0;
}
.WeiXinPayDiv02{
    width: 300px;
    padding-top: 32px;
}
.WeiXinPayDiv02 img{
    width: 280px;
    height: 280px;
    margin: 44px auto 18px;
    display: block;
}
.WeiXinPayDiv02 .size16{
    height: 58px;
    background: #1ab394;
    padding-top: 10px;
}
.WeiXinPayDiv02 .size16 p{
    color: #eeeeee;
    line-height: 22px;
    padding-left: 90px;
}
.WeiXinPayDiv .PayWz{
    padding: 28px 40px 0 10px;
}

.StudioAppFrPhone{
    height: 40px;
    line-height: 40px;
    margin: 36px 0 60px 0;
}
.StudioAppFrPhone span{
    width: 78px;
    padding-left: 8px;
}
.StudioAppFrPhone input{
    width: 326px;
    height: 38px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    text-indent: 10px;
}

.ImgKuangBox{
     width: 264px;
     margin-right: 57px;
}
.ImgKuangDiv{
    background: url(../images/Icon/ImgKuangIcon.png);
    background-size: 264px 164px;
    width: 264px;
    height: 164px;
    position: relative;    
    margin-bottom: 8px;
}
.ImgKuangDiv img{
    position: absolute;
    top: 10px;
    left: 22px;
    z-index: 10;
    width: 216px;
    height: 138px;
}
.ImgKuangDiv input{
    position: absolute;
    top: 13px;
    left: 24px;
    z-index: 11;
    width: 216px;
    height: 138px;
    opacity: 0;
    cursor: pointer;
}
.ImgKuang{
    padding: 35px 0 60px;
}
.StudioAppBtn{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #1ab394;
    border-radius: 4px;
    margin: 75px auto;
    cursor: pointer;
}
.StudioAppP{
    margin-top: 95px;
}

.ChangePwdUl{
    padding-top: 44px;
}
.ChangePwdUl li{
    height: 40px;
    line-height: 40px;
    margin-bottom: 22px;
}
.ChangePwdUl span{
    width: 285px;
    text-align: right;
    margin-right: 30px;
}
.ChangePwdUl input{
    width: 326px;
    height: 38px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    text-indent: 10px;
}
.FeeBackTArea{
    border: 1px solid #f0f0f0;
    background: #fcfcfc;
    width: 96%;
    padding: 20px 2%;
    height: 130px;
    margin: 27px 0 12px 0;
    line-height: 24px;
    resize: none;
}
.FeeBackBtn{
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #1ab394;
    border-radius: 4px;
    cursor: pointer;
}
.AccountBindUl{
    padding-top: 30px;
}
.AccountBindUl li{
    height: 54px;
    line-height: 54px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
}
.AccountBindUl li label{
    padding-right: 20px;
}
.AccountBindImg01{
    margin: 16px 20px 0 22px;
}
.AccountBindImg02{
    margin: 16px 14px 0 18px;
}
.AccountBindImg03{
   margin: 16px 14px 0 18px;
}
.AccountTkP01{
    padding: 57px 0 18px 0;
}
.AccountTkP02{
    padding-bottom: 35px;
}

.ShopDetailTit{
    height: 250px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 140px !important;
    background: url(../images/Icon/shopDetailTitBg.jpg);
    background-size: 100% 250px;
    z-index: 1002;
}
.ShopDetailTitImg{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 68px 15px 0 40px;
}
.ShopDetailTitDiv{
    width: 800px;
    padding-top: 85px;
}
.ShopDetailTitDiv h2{
    padding-bottom: 16px;
}
.ShopDetailTitDiv01{
    line-height: 30px;
}
.ShopDetailTitDiv01 span:first-child{
    padding-right: 40px;
}
.ShopDetailQQ{
    background: url(../images/Icon/ShopDetailQQ.png);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin: 106px auto 12px;
    display: block;
}
.ShopDetailCollectNo{
     background: url(../images/Icon/ShopDetailCollectNo.png);
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    margin: 106px auto 12px;
    display: block;
}
.ShopDetailCollectYes{
    background: url(../images/Icon/ShopDetailCollectYes.png);
    background-size: 30px 30px;
}
.ShopDetailTitDiv02{
    width: 70px;
    cursor: pointer;
    margin-right: 40px;
}

.IntroduceTit{
    width: 500px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
    padding: 30px 0;
}
.IntroduceTit label{
    padding: 0 10px;
}
.IntroduceTit span{
   width: 200px;
   height: 1px;
   background: #e0e0e0;
   margin-top: 9px;
}
.IntroduceText{
    line-height: 32px;
    padding: 0 30px 30px;
}
.IntroduceBox{
    margin-bottom: 15px !important;
}
.ShopDetailClassifyDiv{
    height: 54px;
    margin-bottom: 10px;
}
.ShopDetailClassify{
    height: 50px;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}
.ShopDetailClassify li{
    width: 130px;
    text-align: center;
    cursor: pointer;
     height: 50px;
}
.ShopDetailClassify li span{
    height: 16px;
    line-height: 16px;
    margin-top: 17px;
    display: block;
}
.ShopDetailClassify li:last-child{
    width: 170px;
}
.ClassifyLiHover{
    border-top: 2px solid #1ab394;
    background: #ffffff url(../images/Icon/TopJiaoIcon.png) top center no-repeat;
    border-right: 1px solid #e0e0e0;
    height: 49px !important;
}
.ClassifyLiHover span{
   border-right: none !important;
   color: #1ab394;
    margin-top: 15px !important;
}
.ShopDetailList{
    margin-bottom: 30px !important;
}
.DetailPage{
    padding: 40px 0 60px 0;
}
.CommentLiFl{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 20px 20px 0;
}
.CommentLiFr{
    width: 1066px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}
.CommentUl li:last-child .CommentLiFr{
    border-bottom: none;
}
.CommentLiFrDiv{
    height: 24px;
    line-height: 24px;
    padding: 28px 0 10px;
}
.CommentLiFrDiv .overflowHidden{
    max-width: 500px;
}
.HaoPingIcon{
    background: #ffffff url(../images/Icon/HaoPingIcon.png) left center no-repeat;
    margin-left: 70px;
    padding-left: 30px;
}
.ChaPingIcon{
    background: #ffffff url(../images/Icon/ChaPingIcon.png) left center no-repeat;
    margin-left: 70px;
    padding-left: 30px;
}
.CommentLiFr p{
    line-height: 24px;
}

.MyCheckFl{
    margin-bottom: 16px;
    padding-bottom: 10px;
}
.MyCheckFl img{
    width: 254px;
    height: 256px;
    display: block;
    margin: 20px auto 0;
}
.MyCheckFl p{
    line-height: 24px;
    padding: 10px 25px;
}
.MyCheckFl span.redColor{
    line-height: 35px;
    padding-left: 25px;
}
.MyCheckFl label.redColor{
    font-size: 22px;
}
.MyCheckFr{
    width: 890px;
}
.MyCheckFr01{
    background: #fcf8e3;
    border:1px solid #f9f1c5;
    min-height: 74px;
}
.MyCheckFr01 img{
    margin: 12px 13px 0 18px;
    width: 22px;
}
.MyCheckFr01 p{
    line-height: 21px;
    color: #ef8e3d;
}
.MyCheckFr01 p:first-child{
    padding-top: 14px;
}
.MyCheckFr02Tit{
    width: 840px;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #e0e0e0;
    margin-left: 24px;
    margin-bottom: 30px;
}
.MyCheckFr02Tit span{
    height: 51px;
    border-bottom: 2px solid #1ab394;
    display: inline-block;
}
.MyCheckFr02Input{
    height: 42px;
    line-height: 42px;
}
.MyCheckFr02Input span,.MyCheckFr02Select span,.MyCheckFr02File span{
    width: 90px;
    padding-left: 25px;
    line-height: 42px;
}
.MyCheckFr02Input input{
    width: 508px;
    height: 40px;
    text-indent: 10px;
    border:1px solid #e0e0e0;
    border-radius: 2px;
}
.MyCheckFr02Select select{
    width: 508px;
    height: 40px;
    border: 1px solid #e0e0e0;
    appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url("../images/Icon/SelectDownIcon.png") no-repeat scroll 485px center transparent;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
  cursor: pointer;
  color: #b2b2b2;
}
.MyCheckFr02Select select::-ms-expand { display: none; }

.MyCheckFr02Input input::-webkit-input-placeholder{
    color: #b2b2b2;
}
.MyCheckFr02Input input:-moz-placeholder{
    color: #b2b2b2;
}
.MyCheckFr02Input input::-moz-placeholder{
    color: #b2b2b2;
}
.MyCheckFr02Input input:-ms-input-placeholder{
    color: #b2b2b2;
}
.SendFileDiv{
    width: 139px;
    height: 42px;
    position: relative;
}
.SendFileDiv img{
    width: 139px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0
    z-index:1;
}
.SendFileDiv input{
    width: 139px;
    height: 42px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.MyCheckFr02File p{
    width: 510px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color:#b2b2b2; 
    margin-left: 10px;
    text-indent: 20px;
}
.MyCheckExplain{
    width: 670px;
    margin-left: 110px;
}
.MyCheckBtn{
    width: 140px;
    height: 42px;
    line-height: 42px;
    background: #1ab394;
    border-radius: 5px;
    cursor: pointer;
    margin: 28px 0 0 110px;
}
.MyCheckFr02{
    padding-bottom: 33px;
}
.MyCheckNoticeTit{
    height: 16px;
    line-height: 16px;
    padding: 38px 0 35px;
}
.MyCheckNoticeTit label{
    color: #808080;
    padding: 0 26px;
}
.MyCheckNoticeTit span{
   width: 370px;
   height: 1px;
   border-top: 1px dashed #e1e1e1;
   margin-top: 8px;
}
.MyCheckNoticeUl li{
    margin-bottom: 20px;
}
.MyCheckNoticeUl li span{
   min-width: 100px;
   height: 28px;
   line-height: 28px;
   text-indent: 8px;
   border-radius: 2px;
   margin-right: 20px;
}
.MyCheckNoticeUl li:nth-child(even) span{
    background: #ed7800;
}
.MyCheckNoticeUl li:nth-child(odd) span{
    background: #1ab394;
}
.MyCheckNoticeUl li p{
   width: 760px;
   color: #808080;
   line-height: 24px;
}
.MyContributeNoticeUl li{
    color: #808080;
    line-height: 34px;
}
.MyWeightDiv {
    padding: 15px 0 410px 0;
}
.MyWeightDiv span{
    padding: 0 20px 0 26px;
    line-height: 36px;
}
.MyWeightDiv01{
    width: 120px;
    height: 36px;
}
.MyWeightDiv01 img{
    width: 35px;
    height: 36px;
    cursor: pointer;
}
.MyWeightDiv01 input{
    width: 48px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e0e0e0;
    text-align: center;
    font-weight: bold;
}
.MyWeightBtn{
    width: 140px;
    height: 42px;
    line-height: 42px;
    background: #1ab394;
    border-radius: 5px;
    cursor: pointer;
    margin-right:20px;
}
 
.MyContriFirstDiv{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1004;
    width: 490px;
    height: 300px;
    margin-left: -245px;
    margin-top: -150px;
    border-radius: 4px;
}
.MyContriFirstDiv .SuccessIcon{
    margin: 21px auto 30px;
    display: block;
}
.MyContriFirstP{
    padding: 10px 0 30px;
}
.MyContrilastDiv{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 1004;
    width: 490px;
    height: 220px;
    margin-left: -245px;
    margin-top: -110px;
    border-radius: 4px;
}
.MyContriLastP{
    padding: 70px 0 40px;
}


.selectDown {
    background: url(../images/Icon/SelectDownIcon.png) no-repeat scroll 485px center transparent !important;
}