.insidepagearea{
    padding: 20px 0 70px 0;
    position: relative;
  }
  .grayarea{
      background: #f2f5f8 !important;
  }
  .positon{
    font-size: 14px;
    color: #666666;
}
.positon a{
    color: #666666;
}
table tbody tr td{
    font-size: 12px;
}
/* leftnav */
.leftnav{
    min-height: 800px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    width: 270px;
    margin-top: 20px;
    /*padding-top: 30px;*/
    margin-right: 25px;
    position: relative;
    opacity: 1;
    transition: all .3s;
}
.leftnavhead{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    padding-left: 40px;
}
.onelevellist{
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}
.onelevellist li p{
    height: 40px;
    line-height: 40px;
    background: #ebf5ff;
    width: 190px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 0;
}
.onelevellist li a{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    padding-left: 40px;
}
.twolevellist{
    list-style: none;
    padding-left: 0;
}
.twolevellist li{
    height: 35px;
    line-height: 35px;
    background: #fff;
}
.twolevellist li a{
    font-size: 16px;
    color: #666;
    font-weight: normal;
    padding-left: 40px;
}
.twolevellist li.on a{
    color: #0526b3;
    background-image: url(../img/lefton.jpg);
    background-repeat: no-repeat;
    background-position-x: 25px;
    background-position-y: center;
}
.openmenubox{
    background: #fff;
    padding: 5px 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 15px;
    left: 0;
    display: none;
}

@media (max-width:1200px){
    .leftnav{
        position: absolute;
        left: -100%;
        opacity: 0;
        z-index: 99;
        box-shadow: 0 0 20px #ddd
    }
    .openmenubox{
        display: block;
    }
}


/* leftnav */

/* rightbody */
.rightbody{
    min-height: 800px;
    background: #fff;
    border-radius: 5px;
    width: 875px;
    margin-top: 20px;
    float: right;
    padding: 30px;
}
.rightbody_head{
  font-size: 18px;
  color: #0526b3;
  font-weight: bold;
  border-bottom: 1px solid #e6e6e6;
  height: 35px;
}
.rightbody_head a{
    float: right;
    font-size: 14px;
    color: #0526b3;
    font-weight: normal;
}
.rightbody_head ul{
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin-left: 8px;
}
.rightbody_head ul li{
    display: inline-block;
    padding: 0 8px;
}
.rightbody_head ul li a{
    font-size: 18px;
    color: #666666;
    float: none;
}
.rightbody_content{
    margin-top: 35px;
    width: 100%;
}
@media (max-width:1200px){
    .rightbody {
        width: 100%;
        float: none;
    }
}
@media (max-width:530px){
    .rightbody{
        padding: 12px;
        overflow: auto;
    }
    .rightbody_head{
        font-size: 13px;
    }
    .rightbody_head ul li{
        padding: 0 1px;
    }
    .rightbody_head ul li a{
        font-size: 12px;
    }
}
/* rightbody */

/* help */
.help_head{
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
.help_body{
    margin-bottom: 50px;
}
.help_body p{
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
    line-height: 30px;
}
/* help */

/* evaluatedetail */
.smallmargintop{
    margin-top: 15px;
}
.evaludatehead{
   background: #f2f5f8;
   width: 100%;
   height: 80px;
   border-radius: 3px;
   padding: 20px 0 20px 50px;
}
.evaludatehead p{
    margin-bottom: 0px;
}
.evaludatehead p label{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    width: 60px;
}
.evaludatehead p span{
    margin-left: 20px;
}
.evaludatecontent{
    margin-top: 35px;
    padding-left: 50px;
}
@media (max-width:530px){
    .evaludatehead{
        padding: 20px 0 20px 10px;
    }
    .evaludatecontent{
        padding-left: 0;
    }
}
.evalleft{
    float: left;
    width: 60px;
}
.evalright{
    float: left;
    margin-left: 20px;
    width: 74%;
}
.evalright textarea{
    width: 100%;
    border:1px solid #e6e6e6;
    background: #fafafa;
    height: 220px;
    resize: none;
}
.mt20{
    margin-top: 20px;
}
#evaluateuploader button{
    font-size: 12px;
    color: #333;
    border-radius: 0;
    padding: 2px 12px;
}
/* evaluatedetail */

/* evaluatelist */
.evaluatelist_head{
padding-left: 15px;
}
.evaluatelist_head label{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    width: 90px;
}
.evaluatelist_head input[type="text"]{
    background: #fafafa;
    padding-left: 10px;
    border:1px solid #e6e6e6;
    width: 30%;
}
.evaluatelist_head input[type="button"]{
   padding: 2px 12px;
   margin-left: 5px;
}
.evaluatelist_table{
    text-align: center;
    margin-top: 20px;
}
.evaluatelist_table thead{
    background: #f2f5f8;
}
.evaluatelist_table thead tr td{
    padding: 10px 0;
}
.evaluatelist_table tbody tr{
    border-bottom:1px solid #e6e6e6;
}
.evaluatelist_table tbody tr td{
    padding: 10px;
}
.evaluatelist_table tbody tr td:nth-child(1){
    width: 15%;
}
.evaluatelist_table tbody tr td:nth-child(2){
    width: 15%;
}
.evaluatelist_table tbody tr td:nth-child(4){
    width: 15%;
}
.evaluatelist_table tbody tr td:nth-child(5){
    width: 15%;
}
.evaluatelist_table tbody tr td a{
    color: #333;
}
/* evaluatelist */

/* password */
.passwordcontent{
    padding-left: 40px;
}
.passwordcontent p{
    margin-bottom: 20px;
}
.passwordcontent p label{
    font-weight: normal;
    font-size: 14px;
    color: #333;
    width: 60px;
}
.passwordcontent p span{
    margin-left: 15px;
}
.passwordcontent p input{
    background: #fafafa;
    padding-left: 10px;
    border:1px solid #e6e6e6;
    width: 30%;
    margin-left: 15px;
}
.savepassword{
    width: 115px;
    height: 40px;
    background: url(../img/btnbg.png) no-repeat center center;
    background-size: 100% 100%;
    border:none;
    color: #fff;
    border-radius: 3px;
}
/* password */

/* centerpark */
.centerpark_body{
    padding-left: 40px;
}
.centerpark_in{
  margin-bottom: 40px;

}
.centerpark_head{
 font-size: 18px;
 color: #343434;
 margin-bottom: 20px;
}
.centerpark_head a{
    font-size: 16px;
    color: #354cbd;
    margin-left: 20px;
    text-decoration: none;
}
.centerpark_in .col-md-6{
 padding: 0;
 margin-bottom: 10px;
}
.centerpark_in .col-md-6 label{
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    width: 90px;
}
.centerpark_in .col-md-12{
    padding: 0;
    margin-bottom: 10px;
   }
   .centerpark_in .col-md-12 label{
       font-weight: normal;
       font-size: 14px;
       color: #666666;
       width: 90px;
   }
.centerpark_in .col-md-6 input{
    background: #fff;
    padding-left: 0px;
    border:none;
    width: 69%;
    outline: none;
}
.savecenterpark{
    width: 115px;
    height: 40px;
    background: url(../img/btnbg.png) no-repeat center center;
    background-size: 100% 100%;
    border:none;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    display: none;
}
@media (max-width:530px){
    .centerpark_body {
        padding-left: 0px;
    }
    .centerpark_in .col-md-6 label{
        width: 56px;
    }
}
/* centerpark */

/* Customer Service Complaints */
#cusscuploader button{
    font-size: 12px;
    color: #333;
    border-radius: 0;
    padding: 2px 12px;
}
.evalright input{
    width: 100%;
    border:1px solid #e6e6e6;
    background: #fafafa;
    padding-left: 10px;
}
.evaludate_head{
    font-size: 18px;
    color: #343434;
}
.conplaintslist_head{
    padding-left: 15px;
}
.conplaintslist_head label{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    width: 98px;
    text-align: right;
}
.conplaintslist_head input.form-control{
    display: inline-block;
    width: 15%;
    background: #fafafa;
    border:1px solid #e6e6e6;
    border-radius: 3px;
    padding: 2px 12px;
    height: 30px;
}
.conplaintslist_head button{
    background: #f2f2f2;
    border:1px solid #e6e6e6;
    border-radius: 3px;
    padding: 4px 10px;
}
.conplaintslist_head select{
    width: 15%;
    background: #fafafa;
    border:1px solid #e6e6e6;
    border-radius: 3px;
    padding: 2px 12px;
    height: 30px;
}
.conplaintslist_head .keywordsearch{
    width: 30%;
    background: #fafafa;
    border:1px solid #e6e6e6;
    border-radius: 3px;
    padding: 2px 12px;
    height: 34px;
}
.complaints_table{
    text-align: center;
    margin-top: 20px;
}
.complaints_table thead{
    background: #f2f5f8;
}
.complaints_table thead tr td{
    padding: 10px 0;
}
.complaints_table tbody tr{
    border-bottom:1px solid #e6e6e6;
}
.complaints_table tbody tr td{
    padding: 10px;
}
.complaints_table tbody tr td:nth-child(1){
    width: 5%;
}
.complaints_table tbody tr td:nth-child(4){
    width: 10%;
}
.complaints_table tbody tr td:nth-child(5){
    width: 10%;
}
.complaints_table tbody tr td:nth-child(7){
    width: 10%;
}
.complaints_table tbody tr td a{
    color: #333;
}
.complaints_textarea textarea{
    height: 88px;
}
.complaintsin6 .col-md-6{
    padding: 0;
    margin-bottom: 10px;
   }
   .complaintsin6 .col-md-6 label{
       font-weight: normal;
       font-size: 14px;
       color: #666666;
       width: 90px;
   }
   .mb15{
       margin-bottom: 15px;
   }

   .qualitycomplaints_table{
    text-align: center;
    margin-top: 20px;
}
.qualitycomplaints_table thead{
    background: #f2f5f8;
}
.qualitycomplaints_table thead tr td{
    padding: 10px 0;
}
.qualitycomplaints_table tbody tr{
    border-bottom:1px solid #e6e6e6;
}
.qualitycomplaints_table tbody tr td{
    padding: 10px;
}
.qualitycomplaints_table tbody tr td:nth-child(1){
    width: 5%;
}
.qualitycomplaints_table tbody tr td:nth-child(2){
    width: 17%;
}
.qualitycomplaints_table tbody tr td:nth-child(5){
    width: 7%;
}
.qualitycomplaints_table tbody tr td a{
    color: #333;
}
/* Customer Service Complaints */



/* banktransfer */
.banktransfer_table{
    text-align: center;
    margin-top: 20px;
}
.banktransfer_table thead{
    background: #f2f5f8;
}
.banktransfer_table thead tr td{
    padding: 10px 0;
}
.banktransfer_table tbody tr{
    border-bottom:1px solid #e6e6e6;
}
.banktransfer_table tbody tr td{
    padding: 10px;
}
.banktransfer_table tbody tr td:nth-child(3){
    width: 17%;
}
.banktransfer_table tbody tr td:nth-child(5){
    width: 7%;
}
.banktransfer_table tbody tr td a{
    color: #333;
}
.ingreen{
    color: #008000;
}
.inred{
    color: #e60000;
}
/* banktransfer */

/* bankfillin */
.bankfillin_head{
    font-size: 14px;
    color: #333;
}
.bankfillin_body{
margin-top: 80px;
width: 100%;
padding-left: 150px;
}
.bankfillin_body p {
    margin-bottom: 20px;
}
.bankfillin_body p label{
    font-weight: normal;
    font-size: 14px;
    color: #333;
    width: 150px;
}
.bankfillin_body p input[type="text"]{
    background: #fafafa;
    padding-left: 10px;
    border:1px solid #e6e6e6;
    width: 45%;
    min-height: 30px;
}
.bankfillin_body p select{
    background: #fafafa;
    padding-left: 10px;
    border:1px solid #e6e6e6;
    width: 45%;
    min-height: 30px;
}
@media (max-width:750px){
    .bankfillin_body{
        padding-left: 0;
    }
    .bankfillin_body p label{
        width: 99px;
    }
}
/* bankfillin */

/* advancepay */
.advancepay1 .col-md-5{
    padding-left: 50px;
    padding-top: 50px;
}
.advancepay1 .col-md-5 .money{
    color: #0526b3;
    font-size: 31px;
    font-weight: bolder;
}
.advancepay1 .col-md-7{
    background: #f7f7f7;
    padding: 35px;
    border-radius: 10px;
}
.advancepay_table{
    text-align: center;
    margin-top: 20px;
    width: 100%;
}
.advancepay_table thead{
    background: #f2f5f8;
}
.advancepay_table thead tr th{
    padding: 10px 0;
    text-align: center;
}
.advancepay_table tbody tr td{
    padding: 10px;
}
.advancepay_table tbody tr td:nth-child(1){
    width: 40%;
}

.advancepay_table tbody tr td a{
    color: #333;
}
.mask{
position: absolute;
width: 100%;
height: 100%;
z-index: 999;
background: rgba(0,0,0,0.3);
top:0;
left: 0;
display: none;
}
.recharge{
    width: 45%;
    height: 425px;
    background: #fff;
    border-radius: 10px;
    margin: 15% 35.2% 15%;
    padding: 15px;
    position: relative;
}
.recharge_head{
    height: 40px;
    border-bottom:1px solid #e6e6e6;
    font-weight: bold;
    font-size: 18px;
    color: #0526b3;
}
.recharge_head a{
    float: right;
    color: #333;
    font-weight: normal;
}
.recharge_body{
   text-align: center;
   font-size: 18px;
   color: #333;
   font-weight: normal;
   padding-top: 70px;
}
.recharge_body label{
    font-weight: normal;
}
.recharge_body input{
    width: 40%;
    background: #fafafa;
    border:1px solid #e6e6e6;
    border-radius: 3px;
    padding: 2px 12px;
    height: 30px;
    margin-left: 20px;
}
.buttonbox{
    width: 30%;
    margin: 0 auto;
}
.tips{
    width: 100%;
    padding: 0 40px;
    position: absolute;
    bottom:10px;
}
.fontblod{
    font-weight: bold;
}
@media (max-width:747px){
    .advancepay1 .col-md-5{
        padding-top: 0;
        margin-bottom: 20px;
    }
}
/* advancepay */

/* order */
.order_table{
    text-align: center;
    margin-top: 20px;
}
.order_table thead{
    background: #f2f5f8;
}
.order_table thead tr td{
    padding: 10px 0;
    font-size: 12px;
}
.order_table tbody tr{
    border-bottom:1px solid #e6e6e6;
}
.order_table tbody tr td{
    padding: 10px;
}
.order_table tbody tr td:nth-child(2){
    width: 7%;
}
.order_table tbody tr td:nth-child(8){
    width: 7%;
}
.order_table tbody tr td a{
    color: #333;
}
.pdl0{
    padding-left: 0;
}
.mb0{
    margin-bottom: 0px !important;
}
.table_box{
    overflow: auto;
    width: 100%;
}
.order_detail_table{
    text-align: left;
    width: 200%;
}
.order_detail_table thead tr td{
    padding: 5px 0;
}
.order_detail_table tbody tr td{
    padding: 5px 0;
}
.gobacklist{
width: 115px;
height: 40px;
background: url(../img/btnbg.png) no-repeat center center;
background-size: 100% 100%;
border:none;
color: #fff;
border-radius: 3px;
}
/* order */

/* centerpark_home */
.centerpark_home1{
    background: #fff;
    width: 100%;
    padding: 35px 0 35px 35px;
    border-radius: 10px;
}
.centerpark_home2{
    background: #fff;
    width: 100%;
    padding: 35px;
    border-radius: 10px;
    margin-top: 20px;
}
.centerpark_home2 .col-md-3{
    text-align: center;
}
.centerpark_home2 .col-md-3 p{
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
}
.inblue{
    color: #0526b3;
    font-weight: bold;
}
.centerpark_home3{
    background: #fff;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}
.centerpark_home3_head{
    font-size: 24px;
    color: #333;
    padding-left: 65px;
    padding-top: 20px;
}
.centerpark_home3 ul{
  list-style: none;
  padding-left: 0;
}
.centerpark_home3 ul li{
    padding: 21.5px 65px;
    transition: all .3s;
    border-bottom: 1px solid #e6e6e6;
}
.centerpark_home3 ul li a{
    text-decoration: none;
}
.centerpark_home3 ul li .head{
    font-size: 16px;
    color: #333;
}
.centerpark_home3 ul li .body{
    font-size: 14px;
    color: #666;
}
.centerpark_home3 ul li:hover{
    background: #f2f2f2 ;
}
.pdt0{
    padding-top: 0 !important;
}
.welcomeincenterpark{
    display: inline-block;
    font-size: 30px;
    color: #333;
    margin-left: 20px;
    position: relative;
    top: 5px;
}
.locationcharge{
    float: right;
    text-align: center;
}
.currentbox{
    background: #e6e6e6;
    padding: 5px 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 15px;
}
.locationcharge p{
    color: #666666;
}
@media (max-width:992px){
    .centerpark_home1{
        padding: 35px 0 35px 10px;
        width: 100%;
        text-align: center;
    }
    .welcomeincenterpark{
        font-size: 24px;
    }
}
@media (max-width:747px){
    .locationcharge{
        float: none;
        margin-top: 20px;
    }
    .welcomeincenterpark{
        font-size: 27px;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .centerpark_home2{
        padding: 10px;
    }
    .centerpark_home3 ul li{
        padding: 21.5px 23px;
    }
    .centerpark_home2 .col-md-3 img{
        width: 50%;
    }
    .centerpark_home2 .col-md-3 p{
        font-size: 12px;
    }
}
/* centerpark_home */

.pager li > a, .pager li > span{
    border-radius: 0;
    color: #333;
}
.pager li.active > a{
    background-color: #0526b2;
    color: #fff;
}
@media (max-width:376px) and (min-width:321px){
    .datetimepicker{
        left: 188.313px !important;
    }
}