body, button, input, select, textarea {
    font-family: "思源黑体 CN Regular"!important;
}
html {
    position: relative;
    min-height: 100%;
}
body{
    background: #f8f8f8;
}
input, textarea {
    outline: none;
    border: none;
}
ul,dl,dt,dd{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
input,textarea{
    outline:none;
}
em,i{
    font-style:normal;
}
a{
    text-decoration:none;!important;
}
.clear{
    clear:both;
}
img{
    border:0;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?t99bve');
    src:  url('../fonts/icomoon.eot?t99bve#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?t99bve') format('truetype'),
    url('../fonts/icomoon.woff?t99bve') format('woff'),
    url('../fonts/icomoon.svg?t99bve#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-x-altx-alt:before {
    content: "\e901";
}
.icon-search:before {
    content: "\e900";
}


.clear{
    clear: both;
}

button{
    border: none;
    outline: none;
    background: none;
}

/*--header--*/
/*-- daohang start --*/
.nav{
    width: 100%;
    height: 50px;
    background: white;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    z-index: 99999;
    border-bottom: 1px solid #dedede;
}
.nav-left{
    width: 55%;
    float: left;
    padding-left: 0;
    padding-right: 0;
}
.nav-left-content{
    padding-left: 0;
    padding-right: 0;
}
/*--按钮--*/
.three{
    width: 60px;
    /*padding: 9px 0;*/
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*background-color: #0b60a9;*/
    background: url("../images/nav.jpg") no-repeat center/cover;
    color: #ecf0f1;
    text-align: center;
    cursor: pointer;
}

.hamburger .line{
    width: 30px;
    height:4px;
    background-color: #ecf0f1;
    display: block;
    margin:5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
    cursor: pointer;
}

#intro-step1.is-active{
    background: url("../images/nav1.jpg") no-repeat center/cover;
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
/*--按钮 end--*/

.nav .logo{
    line-height: 50px;
}
.nav .logo img{
    vertical-align: middle;
}
.search{
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    height: 50px;
    padding: 10px 0;
    position: relative;
}

.search .icon-search{
    font-size: 14px;
    color: rgb(136, 136, 136);
    padding-left: 0;
    padding-right: 0;
    margin-top: 2px;
}

.search input{
    border: none;
    border-left:1px solid #d1d1d1;
    height: 30px;
    outline: none;
    color: rgb(191, 191, 191);
    /*padding-left: 0;*/
    padding-right: 0;
    padding-left: 20px;
}

.search .icon-x-altx-alt{
    height: 30px;
    font-size: 14px;
    color: rgb(231, 231, 231);
    background: none;
    padding-left: 0;
    padding-right: 0;
}

/*--  nav-right start  --*/
.nav-right{
    width: 45%;
    float: left;
    height: 50px;
}
.nav-right .nav-text ul li{
    float: left;
    line-height: 50px;
}
.portrait{
    float: right;
}
.touxiang{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 20px;
    border-radius: 80px;
    line-height: 50px;
    position: relative;
}

.menuDiv {
    overflow: hidden;
    display:inline-block;
    line-height: 50px;
}

/* 去掉a标签的下划线 */
.menuDiv a {
    display: inline-block;
}

/* 设置ul和li的样式 */
.menuDiv ul , .menuDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    line-height: 50px;
}
.menuDiv>ul>li>a>img{
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 80px;
    line-height: 50px;
    vertical-align: middle;
}
/* 设置二级菜单绝对定位，并隐藏 */
.menuDiv > ul > li > ul {
    position: fixed;
    right: 10px;
    top: 50px;
    display: none;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

/* 设置二级菜单的li的样式 */
.menuDiv > ul > li > ul > li {
    float: none;
    position: relative;
}

/* 鼠标放在一级菜单上，显示二级菜单 */
.menuDiv > ul > li:hover ul {
    display: block;
}

/* 一级菜单 */
.menuDiv > ul > li > a {
    width: 100px;
    line-height: 50px;
    color: #666666;
    text-align: center;
    display: block;
    font-size: 16px;
}
.portrait-img a:first-child{
    width: 180px;
    /*padding-right: 20px;*/
}

/* 在一级菜单中，第一个不设置左边框 */
.menuDiv > ul > li:first-child > a {
    border-left: none;
}

/* 二级菜单 */

.menuDiv > ul > li > ul > li{
    width: 180px;
    line-height: 50px;
    color: #456;
    background-color: #ffffff;
    text-align: center;
    display: block;
}
.menuDiv > ul > li > ul > li > a{
    width:180px;
    display: inline-block;
    color: #333333;
}
.topbar-user-footer{
    /*width: 200px;*/
    height: 50px;
    background: #ff700b;
    color: #ffffff;
    border-top: 1px solid #c9c9c9;
}
/* 在二级菜单中，第一个设置顶边框 */
.menuDiv > ul > li > ul > li:first-child > a {
    border-top: 1px solid #ccc;
}

/* 在二级菜单中，鼠标放上去的样式 */
.menuDiv > ul > li > ul > li > a:hover {
    color: #ff700b;
    background-color: #f7f7f7;
}
@media screen and (max-width:940px){
    .portrait-img a:first-child{
        width: 150px;
        /*padding-right: 20px;*/
    }
}
@media screen and (max-width:865px){
    .portrait-img a:first-child{
        width: 100px;
        /*padding-right: 20px;*/
    }
    .menuDiv > ul > li > ul > li{
        width: 100px;
    }
    .menuDiv > ul > li > ul > li > a{
        width:100px;
    }
}
/*--  nav-right end  --*/


/*--leftnav--*/
.leftNav{
    /*width: 50%;*/
    max-width: 280px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 50px;
    left: -50%;
}
.leftNav ul li{
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    text-align: left;
    padding-left: 80px;
}
.leftNav ul .current{
    border-bottom:2px solid #0099ff;
}
.leftNav ul li:first-child{
    width: 100%;
    height: 70px;
    background: #f2f2f2;
    line-height: 70px;
    font-size: 20px;
}

.leftNav ul li a{
    display: inline-block;
    color: #333333;
    line-height: 50px;
}

.leftNav ul li a img{
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px
}
.leftNav ul li:hover{
    background-color: #f5f5f5;
}
.leftNav ul li:first-child:hover{
    background: #e6e6e6;
}
.bgDiv{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 999;
    bottom: 0;
}
/*-- daohang end --*/
/*--header  end--*/


/*home-leftNav*/
.home-leftNav {
    width: 94%;
    margin:120px auto;
    display: flex;
    /*margin-top: 100px;*/
    background: white;
    padding: 50px 0;
}
.right-box {
    width: 100%;
    margin: 0 5%;
}
.right-boxTop {
    width: 100%;
    padding: 10px 0;
    line-height: 0.5rem;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}
.right-boxTop span {
    display: inline-block;
    width: 100%;
    color: #273c47;
    font-size: 0.24rem;
}
.right-boxTop small{
    font-size: 0.12rem!important;
}
.right-boxTop a{
    color:#ff6177;
    margin-left: 10px;
}
label {
    color: #999999;
    font-size: 0.14rem;
}
#wechart_code {
    z-index: auto;
    text-align: center !important;
}

/*home-footer*/
.home-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #a5a6a7;
    color: rgb(228, 228, 230);
    font-size: 16px;
    padding: 20px 0 10px 0;
    display: block;
}

/*userMessage-content start*/
.userMessage-content {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    width: 100%;
}
.userMessage-form-table {
    width: 100%;
}
.form-control{
    border-radius: 0;
    border: 1px solid #b3cef9;
    height: 0.5rem;
}
.userMessage-form-table>.inviteFriend>a {
    font-size: .16rem;
    color: #b2dba1;
    cursor: pointer;
}
.userMessage-form-table>.inviteFriend>span {
    font-size: .18rem;
    color: #c9302c;
    font-weight: bold;
}
.userMessage-form-table .xinxikuang {
    width: 47%;
    margin-top: 0.5rem;
    margin-right: 0.1rem;
    border-radius: 0!important;
}
.userMessage-form-table div input { height: 0.5rem; }
.pwd-btn {
    width: 0.8rem;
    height: 0.3rem;
    display: inline-block;
    background: #91bdec;
    color: #ffffff;
    text-align: center;
    line-height: 0.3rem;
    border-radius: 0;
    font-size: 0.14rem;
    cursor: pointer;
    position: absolute;
    margin-top: 0 !important;
    right: 5%;
    bottom: 12.5%;
}
.operate-btn input {
    font-size: 0.18rem !important;
    text-align: center;
    margin-top: 0.6rem;
    width: 45%;
    margin-left: 0.15rem;
    border-radius: 0;
}

.operate-btn input:last-child{
    margin-left:0.4rem;
}

.btn-info{
    background: #91bdec!important;
    border-radius: 0;
    border: 0;
}
.btn-info:hover{
    background: #91bdec;
    opacity: 0.8;
}
/*-----------------------基本信息 end-----------------------*/


/*------------------------会员中心--------------------------*/
.members{
    width:100%;
    margin: 0 auto;
    text-align: center;
}

.members>ul>li{
    list-style: none;
    width: 28%;
    background: white;
    text-align: center;
    line-height: 30px;
    margin-left: 50px;
    float: left;
    margin-top: 40px;
    cursor: pointer;
    box-shadow: 0px 5px 8px #e6e6e6;
}

.members-text-title{
    padding: 20px 0;
    background: #f1f9ff;
}
.members-text-title h3{
    font-size: 18px;
}
.members-text-title p{
    font-size: 18px;
    padding-top: 15px;
}
.members-text-title strong{
    font-size: 0.30rem;
    color: #ff6177;
    font-weight: normal;
}

.members-text-center{
    padding: 50px 0;
}

.members-text-bottom button{
    width: 100%;
    padding: 10px 0;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top: 2px solid #91bdec;
    background: white;
    outline: none;
    font-size: 0.18rem;
}

.members-text-bottom1 button{
    width: 100%;
    padding: 10px 0;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top: 2px solid #91bdec;
    background: white;
    outline: none;
    font-size: 0.18rem;
}
.members-text-bottom1 button:hover{
    background: #f1f9ff;
}

.members-text1{
    text-align: left;
    background: white;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    padding: 0;
    height: auto;
    padding-bottom: 30px;
}

.members-text1 span{
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    background: #f1f9ff;
}
.vipText-center{
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
    height: 3.2rem;
    overflow-y:auto;
    border: none;
}

.vipText-center p{
    line-height: 31px;
}

.vipText-center::-webkit-scrollbar {
    width: 3px;
    height: 1px;
}
.vipText-center::-webkit-scrollbar-thumb {
    border-radius:3px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #cdeaff;
}
.vipText-center::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 2px;
    background: #f6f6f6;
}
/*--充值中心--*/
.members-zx{
    width: 50%;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    background: white;
}
.members-zxtop{
    padding: 10px 0;
    padding-left: 20px;
    background: #91bdec;
    color: white;
}
/*--充值中心 end--*/

/*------------------------会员中心 end--------------------------*/


/*------------------------企业信息------------------------*/

/*---表单---*/
.enteInfor-content {
    margin-top: 0.2rem;
    width: 100%;
}


.enteInfor-form-table div {
    margin-top: 0.3rem;
}

.zuziguanli h4{
    width: 100%;
    padding: 20px 0;
    background: #f5f6fb;
    border: 1px solid #b3cef9;
    padding-left: 20px;
    color: #333333;
}
.zuziguanli a{
    padding: 10px 20px;
    margin-top: 20px;
    background: #b3cef9;
    border: 0;
    border-radius: 0;
    color: white;
}
.zuziguanli a:hover{
    color: white;
    opacity: 0.8;
}
/*--表单 end--*/

/*fileImg*/
.fileImg {
    height: 1.7rem;
    border: 1px dashed #b3cef9;
    border-radius: 0.05rem;
    position: relative;
    background: url("../images/up.png") no-repeat center/cover;
}
.fileImg>img {
    max-width: 100%;
    margin: auto;
}
.buttonDot {
    position: absolute;
    left: 25%;
    top: 14%;
    width: 50%;
    height: 1.2rem;
}
.buttonDot>span {
    margin-top: .5rem;
    color: #878787;
    font-size: .14rem;
}
.button {
    width: 100%;
    height: 100%;
    position: relative;
}

/*---上传文件---*/
.aui-photo {
    padding: 15px;
    border-radius: 3px;
    margin-top: 20px;
}

.aui-photo .aui-file-up {
    position: relative;
}

.aui-file-up .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    cursor: pointer;
}

.aui-photo .aui-up-section {
    position: relative;
    margin-right: 15px;
}

.aui-up-section .aui-close-up-img {
    position: absolute;
    top: -10px;
    right: -12px;
    display: none;
    z-index: 10;
    width: 20px;
    cursor:pointer;
}

.aui-up-section .aui-up-span {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0,0,0,.5);
    border: 1px solid #ddd;
}

.aui-up-section:hover {
    border: 1px solid #F45859;
}

.aui-up-section:hover .aui-close-up-img {
    display: block;
}

.aui-up-section:hover .aui-up-span {
    visibility: visible;
}

.aui-photo .aui-to-up-img {
    display: block;
    width: 100%;
    height: 100%;
    border:1px solid #ddd;
}

.loading {
    border: 1px solid #D1D1D1;
    background: url(../images/loading.gif) no-repeat center;
    background-size:20px;
}

.aui-up-clarity {
    opacity: 0;
}

.aui-img-name-p {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.aui-content-full {
}

.aui-up-img .aui-up-section {
    width: 130px;
    height: 130px;
}

.aui-content-img-box .aui-up-img .aui-file-up {
    width: 130px;
    height: 130px;
}

.aui-file-up .add-img {
    display: block;
    width: 130px;
    height: 130px;
    border:1px dashed #ddd;
    border-radius:3px;
}

/*---上传文件---*/
/*------------------------企业信息 end------------------------*/


/*------------------------组织管理------------------------*/

/*--申请--*/
.management-tab{
    width: 100%;
}
.management-tabTitle{
    width: 100%;
    margin: 0 auto;
    background: #f1f9ff;
    border: 1px solid #dfe7eb;
}
.management-tabTitle .tab-item{height:40px; border-bottom:1px solid #dfe7eb; background-color:#f1f9ff; position:relative;}
.management-tabTitle .tab-item ul{position:relative;}
.management-tabTitle .tab-item ul li{float:left; position:relative; display:inline-block; line-height:40px;}
.management-tabTitle .tab-item ul li a{text-decoration: none; color:#888; height:40px; padding:0 26px; white-space:nowrap;}
.management-tabTitle .tab-item ul li a:hover{color:#2897ff;}
.management-tabTitle .tab-item ul li.cyhover{background:#fff; border-left:1px solid #dfe7eb; border-right:1px solid #dfe7eb; border-top:2px solid #2897ff; top:-1px; left:-1px;  z-index:111; height:37px; line-height:38px;}
.management-tabTitle .tab-item ul li.cyhover a{color:#2897ff; font-weight:bold; position: relative; *bottom:-3px; left:0; z-index:1111; display:inline-block; background-color:#fff;}

/*--下--*/
.tabcontent-list{
    width: 100%;
    display: none;
}
.list-active{
    display: block;
}
.tab-cson1{
    border:1px dashed #c0d9f8;
    height: 49px;
    line-height: 48px;
    border-left: 0px;
}
.tab-cson1 span{
    float: left;
    display: inline-block;
    text-align: center;
    width:14%;
    *width:15%;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}


/*---表头---*/
.t-head1{
    padding-left: 10px;
    height:48px;
    border-bottom:1px solid #dfe7eb;
    background-color:#ffffff;
    position:relative;
}
.t-head1 ul li{
    float:left;
    width:14%;*width:16.6%;
    line-height:48px;
    color:#3787eb;
    font-weight:bold;
    text-align:center;
    font-size: 16px;
}
.yue ul li span .delete{
    color:#3787eb;
}

/*--申请列表--*/
.sqlb{
    width: 100%;
}
.sqlb ul li{
    position: relative;
    width: 100%;
    padding: 15px 15px 20px 0;
    margin-top: 20px;
    background: #f5f6fb;
    border: 1px solid #b3cef9;
}
.sqlb ul li span{
    margin-left: 10px;
}
.sqlb ul li .shenqin{
    display: inline-block;
    position: absolute;
    right:4%;
    top: 12px;
}

.sqlb ul li .shenqin button{
    padding: 5px 15px;
    margin-left:10px;
    display: inline-block;
    background: #91bdec;
    color: #ffffff;
    text-align: center;
    border-radius: 0;
    font-size: 0.14rem;
    cursor: pointer;
    border: 0;
    outline: none;
}
.sqlb ul li .shenqin button:hover{
    opacity: 0.8;
}
/*------------------------组织管理 end------------------------*/



/*-----------------充值记录-------------------*/
.nianfen{
    width:100%;
    float:left;
    margin-top: 30px;
}

.yue ul{
    position: relative;
    overflow: hidden;
}
.yue ul li{
    padding-left: 10px;
    height:51px;
    line-height:50px;
    margin-bottom: 10px;
    background: url(../images/li_xx.gif) no-repeat 0px center;
    position: relative;
    cursor:pointer;
}

ul.xuz li{
    padding-left: 10px;
    background: url(../images/li_xz.gif) no-repeat 0px center;
    position: relative;
}

ul.xuz .tab-cson{
    border:1px solid #a2cbff;
    height: 49px;
    line-height: 48px;
    border-left: 0px;
    background-color:#ebf5ff;
}

.tab-cson{
    border:1px dashed #c0d9f8;
    height: 49px;
    line-height: 48px;
    border-left: 0px;
}
.tab-cson span{
    float: left;
    display: inline-block;
    text-align: center;
    width:11%;
    *width:18%;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}



.blue{
    background:url(../images/li_xz.gif) no-repeat 0px center !important;
}
.blue div{
    background:#ebf5ff;
    border-style:solid;
    border-color:#a2cbff;
}

/*---表头---*/
.t-head{
    padding-left: 10px;
    height:48px;
    border-bottom:1px solid #dfe7eb;
    background-color:#f1f9ff;
    position:relative;
    margin-top:20px;
}
.t-head ul li{
    float:left;
    width:11%;*width:16.6%;
    line-height:48px;
    color:#3787eb;
    font-weight:bold;
    text-align:center;
    font-size: 16px;
}

/*--分页--*/
.page{
    font:15px/30px "Helvetica";
    padding:3px;
    text-align:center;
    clear:both;
    margin: 50px 0;
}
.page a{
    font:15px/30px "Helvetica";
    margin:2px;
    padding:10px 15px;
    border:1px solid #cccccc;
    color:#474747;
    text-decoration:none;
    border-radius: 4px;
}
.page a:hover{
    color:#fff;
    background-color:#c0d9f8;
}
.page a:active{
    color:#fff;
    background-color:#c0d9f8;
}
.page span{
    margin:2px;
    padding:10px 15px;
    border:1px solid #cccccc;
    color:#9e9e9e;
    font-size:15px;
    border-radius: 4px;
}
.page span.strong {
    margin:2px;
    padding:10px 15px;
    font-weight:bold;
    color:#fff;
    background-color:#c0d9f8;
    border-radius: 3px;
}
/*--分页 end--*/
/*----------------------充值记录 end---------------------*/

/*----------------------账号安全-----------------------*/
.zhanghao{
    position: relative;
    padding-left:50px;
}
.weixin{
    position: absolute;
    top:45%;
    left: 10px;
    z-index: 99;
    width: 30px;
    height: 30px;
    background: url("../images/weixin.png") no-repeat center/cover;
}
/*----------------------账号安全 end------------------------*/



/*-------------------------媒体查询---------------------------*/
/*--基本信息--*/
@media screen and (max-width: 990px) {
    .userMessage-form-table .xinxikuang{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .members>ul>li{
        list-style: none;
        width: 40%;
        background: white;
        text-align: center;
        line-height: 30px;
        margin-left: 40px;
        float: left;
        margin-top: 40px;
        cursor: pointer;
    }

}
@media screen and (max-width: 500px) {
    .members>ul>li{
        list-style: none;
        width: 100%;
        background: white;
        text-align: center;
        line-height: 30px;
        margin-left: 0px!important;
        float: left;
        margin-top: 40px;
        cursor: pointer;
    }
    .vipText-center{
        height: 8rem;
    }
}
/*-------------------------媒体查询 end---------------------------*/




























/*返回按钮*/
.backBntOne {
    z-index: 2;
    width: .6rem;
    height: .6rem;
    -webkit-transform: translateX(.05rem);
    transform: translateX(.05rem);
    background: rgba(0, 168, 225, .6);
    border: .01rem solid rgba(0, 168, 225, 1);
    border-radius: 50%;
    position: fixed; bottom: 20%;
    right: 1%;
    cursor: pointer;
    display: block;
}
.backBnt {
    z-index: 2;
    width: .6rem;
    height: .6rem;
    -webkit-transform: translateX(.05rem);
    transform: translateX(.05rem);
    background: rgba(255, 192, 0, .7);
    border: .01rem solid rgba(255, 192, 0, 1);
    border-radius: 50%;
    position: fixed;
    bottom: 10%;
    right: 1%;
    cursor: pointer;
    display: block;
}
.backBnt span, .backBntOne span {
    font-size: .16rem;
    line-height: .6rem;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #ffffff;
}
.backBnt:hover, .backBntOne:hover {
    background: rgba(173, 173, 173, .05);
    border: .02rem solid rgba(0, 168, 225, .4);
}
.backBnt span:hover, .backBntOne span:hover {
    font-weight: bold;
    color: rgba(173, 173, 173, .8);
}

/*detail-footer*/
.detail-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #4f4e4f;
    color: rgb(228, 228, 230);
    font-size: 16px;
    padding: 20px 0 10px 0;
    display: block;
}

/*detailPage end*/

/*媒体查询*/
@media (min-width:992px) { }
@media(min-width:1024px) {

    /*home-navLeft*/
    .user-content-nav { display: none; }
    .navTwo-button { display: none; }
}
@media(max-width:768px) {

    /*home-navLogo*/
    .my-nav { min-height: 50px; }
    .home-navLogo {
        background: url("../images/logo_icon.png") no-repeat;
        height: 50px;
    }
    .home-navOption a {
        font-size: .12rem;
        line-height: 50px;
    }

    /*user-content-nav*/
    .user-content-nav {
        min-height: 50px;
    }
    .user-content-nav ul li {
        min-height: 50px;
    }

    /*enteInfor-content*/
    .fileImg {
        min-height: 140px;
    }
}
@media(max-width:1024px) {

    /*home-navLeft*/
    .user-content {
        display: none;
    }
    .navOne-button {
        display: none;
    }
    .user-content-nav {
        display: block;
    }

    /*userMessage*/
    .userMessage-form-table {
        width: 100%;
    }
    .userMessage-form-table input {
        min-height: 40px;
    }
    .pwd-btn {
        min-width: 50px;
        min-height: 20px;
    }

    /*enteInfor-content*/
    .right-box {
        margin: auto;
    }
    .enteInfor-form-table input {
        min-height: 40px;
        line-height: 0.3rem;
    }
    .enteInfor-form-table input {
        width: 100%;
    }
    .fileImg {
        width: 100%;
    }
    /*detailPage*/

    /*history*/
    .history-content {
        min-width: 300px;
    }
}
@media(max-width:524px) {
    .pwd-btn {
        min-height: 25px;
        line-height: 25px;
    }
}

/*home data end*/
.shenheTitle {
    font-size: 0.3rem;
    line-height: 1.2rem;
    margin-left: 0.2rem;
    color: #2b55a7;
}

/*用户后台控制区 end*/

/*页面控制区域 start*/

/*register start*/
.notice-words {
    color: #a9a9a9;
}
.register-header-ctr1 {
    background: url("../images/register_banner.jpg") no-repeat;
    background-size: 100% 100%;
    height: 3.1rem;
}

/*register-content*/
.register-content {
    width: 100%;
    position: relative; top: -1.3rem; padding: 0 0 150px 0; }
.register-form {width: 8.12rem; background-color: #ffffff; border-radius: 0.1rem; border: 1px solid #f0f0f0; margin: auto; padding-bottom: 0.5rem; }

.register-title { margin-top: 0.5rem;  font-size: 0.32rem; font-weight: bolder; }
.register-form-table { width: 80%; margin: auto; }
.register-form-table div input { height: 0.5rem; border-radius: 0.1rem; font-size: 0.14rem; text-indent: 0.1rem; }
.register-form-table div button { height: 0.6rem; border-radius: 0.1rem; font-size: 0.24rem; letter-spacing: 0.2rem; line-height: 0.3rem; }
.register-form-table div { width: 5.6rem; margin: auto; padding-top: 0.3rem; }
.register-form-table div .red-hint { color: red; font-size: 0.24rem; position: absolute; left: -0.15rem; top: 0.4rem; }
.register-form-table div .green-hint { font-size: 0.12rem; color: #128f76; font-family: "思源黑体 CN Regular"; font-weight: bold; margin-left: 0.1rem; display: inline-block; margin-top: 5px; }
.register-form-table div i { color: #999999; font-style: normal; font-size: 0.14rem; padding: 0; padding-left: 0.2rem; display: none; margin-top: 5px; }

/*register-footer*/
.register-footer {
    /*margin-top: 10px;*/
    width: 100%;
    background: #ffffff;
    color: #a8a8a8;
    font-size: 8px;
    /*padding: 5px 0;*/
    display: block;
    position: fixed;
    bottom: 0;
    text-align: center;
    border-top: 1px solid #dedede;
}
.register-footer a{
    /*color: #0b60a9 !important;*/
    color: #a8a8a8;

}
/*用户协议*/
.fud {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 1;
}

/*register end*/

/*页面控制区域 end*/


/*分享页面end*/
.user_role{
    margin-top: 50px;
}
.user_role .type_label {
    width: 10%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.user_role input[type=radio] { width: 16%; margin: 0; vertical-align: middle; }
.icon-ftseize { font-size: 26px !important; }
span.pro-head { position: relative; margin: 0; }


/*分享页面  */
#copy_button { width: 18%; color: white; background-color: deeppink; }
#copy_buttonOne { margin-top: 1%; width: 18%; color: white; background-color: #5ba55a; }
#shara_content { text-align: center; font-weight: bold; margin-top: 6%; }
#share_code { color: deeppink; font-size: x-large; }
#p1 { font-size: xx-large; }
#p2 { font-size: x-large; }
#p3 #p4 { font-size: large; }
@media screen and (max-width:960px) {
    #copy_button, #copy_buttonOne { width: 30%; }
    .user_role .type_label {
        width: 28%;
        height: 30px;
        line-height: 30px;
        display: inline-block;
    }
}
@media screen and (max-width:768px) {
    #copy_button, #copy_buttonOne { width: 50%; }
}
@media screen and (max-width:550px) {
    #copy_button, #copy_buttonOne { width: 70%; }
}
@media screen and (max-width:320px) {
    #copy_button, #copy_buttonOne { width: 90%; }
    #share_img { width: 80%; }
    #p1 { font-size: x-large; }
    #p2 { font-size: large; }
    #p3 #p4 { font-size: small; }
}

/*账号管理*/
.management-bottom{
    margin-top: 30px;
    /*border: 1px solid red;*/
}
.management-left{
    margin-top: 20px;
}
.forwarder-touxiang{
    display: flex;
}
.forwarder-touxiang img{

}
.forwarder-touxiang input{
    width: 98%;
    height: 70px;
    padding-left: 20px;
    background: 0;
    border: 1px solid #b3cef9;
    margin-left:2%;
}
.set-btn {
    width: 0.8rem;
    height: 0.3rem;
    display: inline-block;
    background: #91bdec;
    color: #ffffff;
    text-align: center;
    line-height: 0.3rem;
    border-radius: 0;
    font-size: 0.14rem;
    cursor: pointer;
    position: absolute;
    margin-top: 0 !important;
    right: 5%;
    top: 30%;
}
.management-right{
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    height: 70px;
    overflow: hidden;
}
.management-right ul li{
    float: left;
    width:70px;
    height: 70px;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
}
.management-right ul li span{
    display: inline-block;
    width: 100%;
    height: 70px;
    background:#0c60a9;
    color: white;
    font-size: 20px;
    padding-top: 8px;
}

.management-right ul li img{
    width: 100%!important;
}
.management-add{
    width: 97.6%;
    margin: 0 auto;
    text-align: right;
    font-size: 50px;
    color: #ff9a0e;
    cursor: pointer;
}

/*--商户信息 end--*/

/*--TrackingTable 跟踪表--*/
.home-leftNav-track{
    width: 96%;
    margin: 30px auto;
    display: flex;
    background: white;
    padding: 50px 0;
}
.TrackingTable{
    width: 100%;
    padding: 0 2%;
}
.TrackingTable-top span{
    width: 100%;
    color: #273c47;
    font-size: 0.24rem;
}
.TrackingTable-top-bottom{
    width: 100%;
    margin-top: 20px;
}
.TrackingTable-top-bottom form{
    width: 100%;
    display: flex;
}
.TrackingTable-top-send{
    height: 50px;
    width: 36%;
    display: flex;
}
.TrackingTable-top-cc{
    height: 50px;
    width: 36%;
    display: flex;
    margin-left: 20px;
}
.TrackingTable-top-bottom input{
    width: 90%;
    background: #f0f0f0;
    height: 40px;
    padding-left: 20px;
    font-size: 16px;
}
.TrackingTable-top-bottom input::placeholder{
    color: #a5a5a5;
}
.TrackingTable-top-bottom button{
    width: 62px;
    background: #ffc609;
    height: 40px;
    text-align: center;
    color: white;
    font-size: 16px;
}
.TrackingTable-topTips{
    margin-top: 10px;
    color: #a5a5a5;
    font-size: 14px;
}
.TrackingTable-radio{
    display: flex;
    margin-top: 10px;
    font-size: 12px;
    color: #0b60a9;
}
.TrackingTable-radio>label{
    width: 40px;
    display: flex;
    line-height: 20px;
    color: #0b60a9;
    margin-left: 10px;
    padding-left: 0;
    font-size: 12px;
    font-weight: normal;
    border: 0;
}
input[type="radio"]{
    content: "\a0";  /*不换行空格*/
    display: inline-block!important;
    vertical-align: .2em;
    width: 16px!important;
    height: 16px!important;
    background: none!important;
    border: 1px solid #0b60a9!important;
    border-radius: .2em;
    background-color: #0c60a9!important;
    text-indent: .15em;
    line-height: .65;
}
/*--下--*/
.TrackingTable-bottom{
    padding-left: 0;
    padding-right:0;
}
.TrackingTable-list{
    border: 1px solid #e2e2ed;
    margin-top: 20px;
    height: 548px;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
}
.TrackingTable-list ul li{
    border-bottom:1px solid #e8e8e8;
    padding-left: 15px;
    padding-right: 15px;
}
.TrackingTable-list ul li:hover{
    border-bottom:1px solid #e8e8e8;
    background: #fffeec;
}
.TrackingTable-list label{
    width: 100%;
    display: inline-block;
    color:#3f434a;
    font-size: 20px;
    border-bottom: 1px solid #c3c4c8;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
}
.TrackingTable-xinxi{
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    line-height: 28px;
}
.TrackingTable-images{
    /*width: 15%;*/
}
.TrackingTable-text{
    width: 90%;
}
.TrackingTable-content{
    display: flex;
    justify-content: space-between;
}
.TrackingTable-content strong{
    color: #3f434a;
    font-size: 16px;
}

.TrackingTable-content span{
    color: #ffc609;
    font-size: 14px;
}
.TrackingTable-right{
    /*text-align: right;*/
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.TrackingTable-right strong{
    color: #ffc609;
}
.TrackingTable-right p{
    color: #979797;
}


.TrackingTable-jia{
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}
.tracksubmit{
    position: absolute;
    right:30px;
    top: 25px;
    z-index: 999999;
    width: 30px;
    height: 30px;
    background: url("../images/full-icon.png") no-repeat center/cover;
}
.TrackingTable-jiaCenter{
    background: white;
    height: 548px;
    overflow-y:auto;
    text-align: center;
    border: 1px solid #e2e2ed;
}
.layui-upload-drag{
    margin: 0 auto;
    padding: 10px 0;
    padding-top: 20px;
    background: #f7f7f7;
    border: 0;
    width: 100%!important;
}
.layui-upload-drag .layui-icon{
    color: #0c60a9;
}
.layui-layer-ico{
    width: 20px;
    height: 20px ;
    background: #1b6d85;
}
.track-content{
    width:98%;
    margin: 0 auto;
    text-align: left;
}
.track-content-top{
    display: flex;
    flex-wrap:  wrap ;
}
.track-content-top span{
    font-size: 12px;
    width: 70px;
    text-align: center;
    line-height: 25px;
    margin: 0 5px;
    margin-top: 10px;
    background: #ffc609!important;
    color: #FFFFFF!important;
}
.track-content span{
    display: inline-block;
    font-size: 12px;
    width: 70px;
    text-align: center;
    line-height: 25px;
    margin: 0 5px;
    margin-top: 10px;
    color:#3787eb;
    background: #ebf5ff;
}
#table_content{
    margin-top: 20px!important;
}
.table_btn{
    width: 100%;
    text-align: right;
    float: right;
    margin-top: 20px;
}
.table_btn button{
    background:#3787eb;
    padding: 5px 18px;
    margin-left: 10px;
    color: white;
}
.table_btn  .btn-cancel{
    background:#ebf5ff;
    color: #3787eb;
}

/*弹窗*/
.tankuang{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: none;
    z-index: 999999;
}
.tankuang .tanbox{
    width: 500px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.form-top{
    background: #f1f1f1;
    height:50px!important;
    color: #333333;
}
.tankuang .tanbox  h3{
    font-size: 18px;
    color: #333437;
    padding-left: 20px;
    line-height: 50px!important;
}
.tankuang .tanbox  span.close{
    position: absolute;
    right: 20px;
    top:15px;
    font-size: 20px;
    display: block;
    cursor: pointer;
    height: 8px;
    width: 8px;
    color: #333437;
}
.tankuang .tanbox span:hover{
    color: red;
}

.tankuang .tanbox .tanform{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px ;
    text-align: center;
    overflow: hidden;
}
.form-content-1{
    display: flex;
    justify-content:space-between;
    margin-top: 10px;
}
.tankuang .tanbox .tanform form input{
    display: block;
    width: 85%;
    outline-style: none;
    height: 35px;
    margin-bottom: 10px;
    background: #f1f1f1;
    padding: 0 10px;
    border: 0;
    outline: none;
    font-size: 13px;
    color: #838383!important;
}
.tankuang .tanbox .tanform form input::placeholder{
    font-size: 13px;
    color: #838383!important;
}
.form-content-1 button{
    background:none;
    outline: none;
    border: 0;
    height: 35px;
    width: 15%;
    color: #ffc609;
    line-height: 35px;
    font-size: 14px;
}
.email_anniu{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f1f1f1;
}
.tankuang .tanbox input[type=submit]{
    width: 50%;
    background: white;
    border: 0;
    height: 40px;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #f1f1f1;
    color: #0c60a9;
}
.email_anniu .determine:hover{
    background:#0c60a9!important;
    color: white!important;
    transition: 0.5s;
}
.email_anniu .cancel{
    color: #333437!important;
}
.email_anniu .cancel:hover{
    background:#0c60a9!important;
    color: white!important;
    transition: 0.5s;
}
.tankuang .tanbox .tanform form .error{
    height: 30px;
    line-height: 30px;
    text-align: left;
    color: red;
    font-size: 13px;
    display: none;
}
.tankuang-radio{
    width: 100%;
    height: 40px;
    display: flex;
    font-size: 13px;
}
.tankuang-radio span{
    display: inline-block;
    width:60px;
    color: #0c60a9;
}
.tankuang-radio span:hover{
    color: #0c60a9!important;
}
.tankuang-radio input[type="radio"]{
    content: "\a0";  /*不换行空格*/
    display: inline-block!important;
    vertical-align: .2em;
    width: 16px!important;
    height: 16px!important;
    background: none!important;
    border: 1px solid #0b60a9!important;
    border-radius: .2em;
    background-color: #0c60a9!important;
    text-indent: .15em;
    line-height: .65;
    margin-top:7px;
}
/*--TrackingTable 跟踪表 end--*/
