#top{
    width: 100%;
    height:60px;
    line-height: 70px;
    background: #3d3d40;
}

#top div{
    float: left;
}

#top .return{
    width: 20%;
    height: 60px;

}
#top .return a img{
    display: block;
    margin-top: 26px;
    margin-left: 20px;
    width: 13%;
}

#top .tit{
    width: 60%;
    height: 60px;
   font-size: 18px;
    text-align: center;
    color:  #fff;
}

#top .resgin{
    width: 20%;
    height: 60px;

}
#top .resgin a{
    width: 20%;
    height: 60px;
    font-size: 18px;

    text-align: right;
    margin-left: 20px;
    color:  #cecece;

}
#main{
    width: 80%;
    height: auto;
    margin: 0 auto;
    
}
#main .login_m{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 40px;
}

#main .login_m img{
    display: block;
    width: 72%;
    text-align: center;
    margin: 0 auto;
}

#main .name{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cecece;
    margin-top: 20px;
}

#main .name select{
    font-size: 14px;
    color: #4a4a4a;
    border: 0;
}

#main .name select option {
    font-size: 14px;
    color: #4a4a4a;
}

#main .name input{
    font-size: 14px;
    color: #4a4a4a;
    border: 0;
	display: inline;
}

#main .password{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #cecece;
    margin-top: 20px;
}

#main .password input{
    font-size: 14px;
    color: #4a4a4a;
    border: 0;

}

#main .submit input[type='submit']{
    width: 100%;
    height: 50px;
    background: #00bb00;
    text-align: center;
    border-radius: 25px;
    line-height: 50px;
    font-size: 20px;color: #fff;
    margin-top:30px;
    border: 0;
}
#main .forget{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#main .forget a{
    font-size: 16px;
    color: #9b9b9b;

}


#part1{
    width: 100%;
}

#part1 .one{
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    background: #3d3d40;
}
#part1 .one img{
    float: right;
    width: 5%;
    display: inline-block;
    margin-right: 5%;
    margin-top: 3%;
}
#part1 .two{
    width: 100%;
    height: 65px;
    background: #3d3d40;
	padding-bottom: 15px;
}
#part1 .two .left{
    width: 20%;
    display: inline-block;
    margin-left: 20px;
}
#part1 .two .left img{
    width: 80%;
    border-radius: 50%;

}
#part1 .two .right{
    width: 70%;
    display: inline-block;
}
#part1 .two .right .tel span{

    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: top;
    position: relative;
    top: -10px;
}

#part1 .two .right .xinji{
    display: inline-block;
}
#part1 .two .right .xinji a{
    color: #fff
}
#part1 .two .right .xinji img{
    width: 30px;
    display: inline;
}

#part1 .three{
    width: 98%;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-bottom: 1px solid #cecece;
    border-top: 5px solid #ebebf0;
    padding-left: 2%;
    font-weight: bold;
    color: #2b2b2b;
    font-size: 18px;
}

#part1 .four{
    width: 100%;
    height: 100px;
    background: #f9f9fb;
    margin: 5px 0;
}

#part1 .four .left{
    width: 50%;
    height: 100px;
    float: left;
}


#part1 .four .left .left_m{
    width: 30%;
    height: 100px;
    float: left;
}

#part1 .four .left .left_m img{
    margin-top: 30px;
    width: 80%;
    margin-left: 5%;
}

#part1 .four .left .right_m a{
    margin-top: 25px;
    display: inline-block;
    color: #c09c64;
    font-size: 18px;
}
#part1 .four .left .right_m p{
    margin-top: 5px;
    display: inline-block;
    color: #636363;
    font-size: 14px;
}
#part1 .four .right{
    width: 50%;
    height: 100px;
    float: right;
}
#part1 .four .right a{
    display: inline-block;
    width: 100px;
    height: 30px;
    background: #caa36e;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin-top: 30px;
    margin-left: 45px;

}

#part1 .five{
    width: 100%;
    height: auto;
    background: #f9f9fb;

}
#part1 .five ul li{
    float: left;
    width: 32%;
    border: 1px solid #f4f4f7;
    padding: 10px 0;

}
#part1 .five ul li a{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto;


}
#part1 .five ul li a p{
    margin-top: 15px;
    color: #575757;
    font-size: 15px;
    clear: both;
}

#part1 .five ul li a img{
    width: 33%;
    height: 36px;
    clear: both;
}

#footer{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #fff;
    -webkit-box-shadow: #909090 0px 0px 8px;
    -moz-box-shadow: #909090 0px 0px 8px;
    box-shadow: #909090 0px 0px 8px;

    position: fixed;
    bottom: 0;


}

#footer a{
    display: inline-block;
    width: 32%;
    height: 55px;
    text-align: center;
}

#footer a img{
    width: 76%;
    margin-top:5px;
}


#center {
    width: 95%;
    height: auto;
    margin: 0 auto;
	padding-bottom: 10px;
}

#center  .tit{
    margin-top: 15px;
    margin-bottom: 10px;
}

#center  .tit span{
vertical-align: super;
}

#center .list ul li{
    
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
}
#center .list ul li:last-child{
  padding-bottom:50px;
}
#center .list ul li a{
    display: block;
    width: 100%;
    height: 80px;

}
#center .list ul li a .left{
    width: 35%;
    height: 80px;
    background: #000;
    float: left;
}

#center .list ul li a .left img{
    width:100%;
    height: 80px;
}
#center .list ul li a .right{
    width: 60%;
    height: 80px;
    float: left;
}

#center .list ul li a .right p{
    font-size: 16px;
    color: #262626;
    margin-left: 5px;
    height: 20px;
    overflow: hidden;

}
#center .list ul li a .right span{
    font-size: 14px;
    color: #909090;
    margin-left: 5px;
display: block;
}

#shezhi .list_m{
    width: 100%;
    height: 60px;
    line-height: 60px; border-bottom: 2px solid #f6f6f6;
}

#shezhi .list_m .list1{
    font-size: 16px;
    color: #313131;
    float: left;
    margin-left: 2%;

}

#shezhi .list_m .list2{
    font-size: 16px;
    color: #313131;
    float: right;
    margin-right: 3%;
}

#shezhi p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
    text-align: center;
    margin-top: 20px;
}

#shezhi p a{
    display: block;
    width: 100%;
    height: 60px;
}


#center .title{
    font-size: 16px;
    color: #323232;
    margin: 20px 0 10px 0;
    text-align: center;
}

#center .content img{
    display: block;
    text-align: center;
    margin: 0 auto;
	 width: 100%;
}

#center .content {
    font-size: 14px;
    line-height: 30px;

    color: #424242;

}

#center .content p{
    text-indent: 2em;
}


#xiugai_top{
    width: 100%;
    height: auto;
    background: #3d3d40;
}

#xiugai_top .return{
    width: 100%;
    display: inline-block;
    margin-top: 3%;
}


#xiugai_top .return a img{
    width: 3%;margin-left: 8%;
}

#xiugai_top .box{
    width: 90%;
    height: auto;
    margin-left: 4%;
    padding-bottom: 8%;
}

#xiugai_top .box .box_left{

    display: inline-block;
    margin-top: 5%;

    float: left;
}

#xiugai_top .box .box_left img{
   width: 70px;
    height: 70px;
    border-radius: 50%;
}

#xiugai_top .box .box_right{

    width: 72%;
    display: inline-block;
    margin-left: 3%;
}
#xiugai_top .box .box_right span{
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

#xiugai_top .box .box_right a{
    font-size: 14px;

    color: #c10034;
    margin-left: 5%;
}

#xiugai_top .box .box_right img{
    margin-left: 5%;
}

#xiugai_top .box .box_right p{
    font-size: 14px;

    color: #b0b0b0;
    margin-bottom: 2%;
    margin-top: 2%;
}

#xiugai_top .box .box_right p a{
    display: block;
    width: 115px;
    height: 30px;
    color: #caa36e;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #caa36e;
    border-radius: 4px;
}


#xiugai_bot .three{
    width: 98%;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-bottom: 1px solid #cecece;
    border-top: 5px solid #ebebf0;
    padding-left: 2%;
    font-weight: bold;
    color: #2b2b2b;
    font-size: 18px;
}

#xiugai_bot .four{
    width: 100%;
    height: 100px;
    background: #f9f9fb;
    margin: 5px 0;
}

#xiugai_bot .four .left{
    width: 50%;
    height: 100px;
    float: left;
}


#xiugai_bot .four .left .left_m{
    width: 30%;
    height: 100px;
    float: left;
}

#xiugai_bot .four .left .left_m img{
    margin-top: 30px;
    width: 80%;
    margin-left: 5%;
}

#xiugai_bot .four .left .right_m a{
    margin-top: 37px;
    display: inline-block;
    color: #c09c64;
    font-size: 18px;
}
#xiugai_bot .four .left .right_m p{
    margin-top: 5px;
    display: inline-block;
    color: #636363;
    font-size: 14px;
}
#xiugai_bot .four .right{
    width: 50%;
    height: 100px;
    float: right;
}
#xiugai_bot .four .right a{
    display: inline-block;
    width: 100px;
    height: 30px;
    background: #caa36e;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    margin-top: 30px;
    margin-left: 45px;

}


#xiugai_one{

    width: 100%;
    height: auto;


}

#xiugai_one .tit img{

    width: 100%

}

#xiugai_one p span{
   font-size: 16px;
    color: #0a0204;
    margin-left: 10%;
    margin-right: 10%;
}
#xiugai_one p{
    margin-top: 3%;
}
#xiugai_one  p input{
    width: 60%;
    height: 28px;
    background: #ffffff;
}

#xiugai_one input[type='submit']{
    text-align: center;
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    line-height: 34px;
    border: 0;
    background: #c10034;
    color: #ffffff;
    font-size: 18px;
    margin-top: 3%;
    border-radius: 4px;
}



#xiugai_two{

    width: 100%;
    height: auto;
    margin-top: 10%;


}

#xiugai_two .tit img{

    width: 100%

}

#xiugai_two table input{

 width:90%;
 height: 28px;


}
#xiugai_two table tr td:nth-child(2){

 width:72%;

}


#xiugai_two  p span{
    font-size: 16px;
    color: #0a0204;
    margin-left: 10%;
    margin-right: 5%;
}
#xiugai_two  p{
    margin-top: 3%;
}
#xiugai_two  p input{
    width: 60%;
    background: #ffffff;
    height: 28px;
}

#xiugai_two input[type='submit']{
    text-align: center;
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    line-height: 34px;
    border: 0;
    background: #c10034;
    color: #ffffff;
    font-size: 18px;
    margin-top: 3%;
    border-radius: 4px;
	position: absolute;
}



#xiugai_three{

    width: 100%;
    height: auto;
    margin-top: 10%;

    margin-bottom:30%;


}

#xiugai_three .tit img{

    width: 100%

}

#xiugai_three  p span{
    font-size: 16px;
    color: #0a0204;
    margin-left: 10%;
    margin-right: 5%;
}
#xiugai_three  p{
    margin-top: 3%;
}
#xiugai_three  p input{
    width: 60%;
    height: 28px;
    background: #ffffff;
}

#xiugai_three input[type='submit']{
    text-align: center;
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    line-height: 34px;
    border: 0;
    background: #c10034;
    color: #ffffff;
    font-size: 18px;
    margin-top: 3%;
    border-radius: 4px;
}

#xiugai_three ul li {
    margin-left: 4%;
    margin-top: 3%;
    margin-bottom: 5%;
    display: inline-block;
}

#xiugai_three ul li img{
    width: 70px;
    height: 70px;
}

#xiugai_three a.bendi{
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #aaaaaa;
    border-radius: 4px;
    clear: both;
    display: block;
    color: #ffffff;
    margin: 0 auto;

}

#vip_pay_one{
    width: 92%;
    height: auto;
    background: #000;
    margin: 0 auto;
    clear: both;

}




#vip_pay_one ul li{
    width: 48%;
    height: 140px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    float: left;
    text-align: center;
    margin-right: 1%;
    background: #ffffff;
    margin-top: 5%;
    margin-bottom: 2%;


}
#vip_pay_one ul li.active{
    border: 1px solid #dbaf74;
}



#vip_pay_one ul li p{

    font-size: 16px;
    color: #717171;
    margin: 16px 0;
}
#vip_pay_one ul li p span{

    font-size: 20px;
    color: #dbaf74;
}

#vip_pay_oneul li p del{

    font-size: 16px;
    color: #888888;
}
#vip_pay_one ul li .jieyue{
    width: 90px;
    height:26px ;
    background: #dbaf74;
    color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    line-height: 26px;
    text-align: center;
}


#vip_pay_two{
    width: 92%;
    height: auto;

    margin: 0 auto;
    margin-top: 10%;
    clear: both;
    border: 1px #dcdcdc solid;

    border-top: none;
    margin-bottom: 30%;
}



#vip_pay_two #tab_con{
    width: 100%;
    height: auto;
    display: inline-block;
}

#vip_pay_two ul li {
    float: left;
    width: 49%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px #dcdcdc solid;

    border-right: none;

    /*border-bottom: none;*/
    cursor: pointer;
    font-size: 16px;
    color: #888888;
}

#vip_pay_two ul li.fli {


    border-top: 1px solid #dbaf74;
    /*border-left: none;*/
    border-right: none;
    border-bottom: none;



}

#vip_pay_two ul {
    overflow: hidden;
    zoom: 1;
    list-style-type: none;
}

#vip_pay_two #tab_con div{
    width: 100%;
    height: auto;
    display: none;
    /*border: 1px #bbb solid;*/
    border-top: none;
}
#vip_pay_two #tab_con div i{
    display: inline-block;
    margin: 10px 0 0 5px;
    float: left;

}
#vip_pay_two #tab_con div i img{
   width: 100px;
    height: 100px;

}
#vip_pay_two #tab_con div dl{
    margin-left: 5px;
    float: left;
}

#vip_pay_two #tab_con div dl p{

    font-size: 14px;
    color: #717171;
    margin: 16px 0;
}

#vip_pay_two #tab_con div dl p span{

    font-size: 20px;
    color: #dbaf74;
}

#vip_pay_two #tab_con div dl p del{

    font-size: 14px;
    color: #888888;
}

#vip_pay_two #tab_con div dl .jieyue{
    width: 110px;
    height:26px ;
    background: #dbaf74;
    color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}

#vip_pay_two #tab_con div.fdiv{
    display: block;

}

#guanli_m{
    width: 93%;

    border:1px solid   #d2d2d2;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 10%;
    border-radius: 4px;
}

#guanli_m .add{
   margin: 0 auto;
    text-align: center;
    padding: 2% 0;

}

#guanli_m .add img{
     width: 20%;
 }

#guanli_m .add span{
    vertical-align: top;
    display: inline-block;
    /* line-height: initial; */
    margin-top: 26px;
}

#guanli_m_list{
    width: 93%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 45%;
}

#guanli_m_list .head{

    font-size: 18px;
    color: #0a0204;

}
#guanli_m_list .list ul a{
    display: block;
    width: 100%;
    height: 60px;
}
#guanli_m_list .list ul li{
    margin-top: 5%;
    height: 60px;
    overflow: hidden;
}
#guanli_m_list .list ul li .left{
    width: 28%;
    float: left;
    
}
#guanli_m_list .list ul li .left img{
    width: 100%;
    height: 60px;
}

#guanli_m_list .list ul li .right{
    width: 60%;
    float: left;
    margin-left: 2%;
}
#guanli_m_list .list ul li .right p{
    font-size: 15px;
    color: #0a0204;
}

#guanli_m_list .list ul li .right span{
    font-size: 12px;
    color: #0a0204;
}

#guanli_m_list .list ul li .xuanze_m{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;

    border: 1px solid #d2d2d2;
    background: #fff;
    float: right;
    text-align: center;
    margin-top: 15px;
    border-radius: 4px;
}
#guanli_m_list .list ul li .xuanze_m span{

    width: 10px;
    height: 10px;
    display: block;
    position: relative;
    top: 5px;
    left: 5px;
    text-align: center;
    border-radius: 4px;

}
#guanli_m_list .list ul li .xuanze_m span.act1{

    background: #80c269;
    
}

#delete{
    width: 100%;
    height: 50px;
    background: #f3f3f3;
    position: fixed;
    bottom: 55px;
}

#delete .delete_m{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;

    border: 1px solid #d2d2d2;
    background: #fff;
    float: left;
    text-align: center;
    margin-top: 15px;
    border-radius: 4px;
    margin-left: 3%;
}
#delete .delete_m span{

    width: 10px;
    height: 10px;
    display: block;
    position: relative;
    top: 5px;
    left: 5px;
    text-align: center;
    border-radius: 4px;

}
#delete .delete_m span.act1{

    background: #80c269;

}

#delete .right_del{
    width: 25%;
    height: 50px;
    float: right;
    background: #00bb00;
    color: #ffffff;
    text-align: center;
    line-height:50px;
    font-size: 20px;
}


#shangchuang_m .shipin_sc{
    width: 100%;
    /*height: 350px;*/
}

#shangchuang_m .shipin_sc p span{
    font-size: 15px;
    color: #464646;

    margin-left: 5px;
    margin-right: 5px;
}





#shangchuang_m .shipin_sc p i{
    color: #f00;
    margin-right: 5px;
}
#shangchuang_m .shipin_sc p a{

    margin-left: 3px;
    font-size: 14px;
}
#shangchuang_m .shipin_sc p input{
    width: 50%;
    height: 25px;
    margin-top: 20px;
}
#shangchuang_m .shipin_sc p:nth-child(3){
    margin-top: 20px;
}
#shangchuang_m .shipin_sc p:nth-child(3) span{
    font-size: 15px;
    color: #464646;
    vertical-align: top;

}

#shangchuang_m .shipin_sc p:nth-child(3) textarea{
    width: 75%;
    height: 100px;
    padding: 10px ;
    font-size: 14px;
    color: #b6b6b6;


}


#shangchuang_m input[type='submit']{
    font-size: 20px;
    color: #ffffff;
    background: #c10034;
    width: 100px;
    height: 30px;
    border: 0;
    margin-left: 112px;
    margin-top: 28px;
}


#xufei_vip{
    width: 93%;
    height: 150px;
    margin: 0 auto;
    background: #dfad45;
    margin-top: 5%;
}


#xufei_vip .xufei_vip_left{
    float: left;
    width: 30%;
    margin-left: 5%;
    margin-top: 5%;
}
#xufei_vip .xufei_vip_left img{
    width: 70%;
    border-radius: 50%;
    margin-left: 15%;
    margin-top: 15%;
}
#xufei_vip .xufei_vip_right{
    float: left;
    height: 150px;
    width: 65%;

}

#xufei_vip .xufei_vip_right p{
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 15%;
}

#xufei_vip .xufei_vip_right span{
    display: block;
    font-size: 15px;
    color: #3c3c3c;
}
#xufei_vip .xufei_vip_right a{
    display: block;
    font-size: 14px;
    color: #e2b14d;
    width: 150px;
    height: 30px;
    border-radius: 25px;
    background: #ffffff;
    line-height: 30px;
    text-align: center;
}

#dindan_edit{
    width: 98%;
    height:auto;
    margin: 0 auto;
    margin-top: 3%;
}


#dindan_edit .dindan_edit_left{
    width: 100%;
     font-size: 14px;

}

#dindan_edit .dindan_edit_left ul li .xiu{
    width: 10%;
    float: left;
}
#dindan_edit .dindan_edit_left ul li .xiu p{
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    border: 1px solid #d2d2d2;
    background: #fff;

    text-align: center;
    margin-top: 20px;
    border-radius: 4px;
}
#dindan_edit .dindan_edit_left ul li .xiu p span{
    width: 8px;
    height: 8px;
    display: block;
    position: relative;
    top: 4px;
    left: 3px;
    text-align: center;
    border-radius: 4px;

}
#dindan_edit .dindan_edit_left ul li .xiu p span.act2{
    background: #80c269;

}


#dindan_edit .dindan_edit_left ul li:nth-child(1){
    height: 20px;
    width: 100%;
    /* padding-left: 10%; */
}
#dindan_edit .dindan_edit_left ul li:nth-child(1) span:nth-child(1){
    margin-right: 14%;
    padding-left: 1%;
}
#dindan_edit .dindan_edit_left ul li:nth-child(1) span:nth-child(2){
    margin-right: 10%;
}
#dindan_edit .dindan_edit_left ul li:nth-child(1) span:nth-child(3){
    margin-right: 10%;
}
#dindan_edit .dindan_edit_left ul li {
    width: 100%;
    margin-bottom:2%;
    line-height: 22px;
}




#dindan_edit .dindan_edit_left ul li .list_zhuangtai{
    width: 99%;
    float: left;
    border: 1px solid #cecece;
	margin-top: 2%;
	padding-bottom: 4%;
}

#dindan_edit .dindan_edit_left ul li .list_zhuangtai span:nth-child(1){
    width: 28%;
    display: inline-block;
    padding-left: 1%;
}
#dindan_edit .dindan_edit_left ul li .list_zhuangtai span:nth-child(2){
    width: 18%;
    display: inline-block;
	vertical-align: top;
    margin-top: 22px;
}

#dindan_edit .dindan_edit_left ul li .list_zhuangtai span:nth-child(3){
    width: 33%;
    display: inline-block;
	
    margin-top: 22px;
}

#dindan_edit .dindan_edit_left ul li .list_zhuangtai span:nth-child(4){
display: inline-block;
   color: #caa36e;
   vertical-align: top;
    margin-top: 22px;
}




























