﻿@charset "utf-8";

body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, figure {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font: 14px/1.125 microsoft yahei, Arial;
    color: #666;
    outline: none;
}
input, select, textarea{
    color: #222;
}
input:focus,textarea:focus{
    border-color: #04ac71 !important;
}
body {
    background: #fff;
}
ul, ol, li {
    list-style: outside none none;
}
img {
    border: 0;
    vertical-align: top;
}
em, i {
    font-style: normal;
}
a {
    text-decoration: none;
    color: #666;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
*html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;

}
body {
    min-width: 1100px;
}
.w1100{
    max-width: 1100px;
    width: 1100px;
    margin: 0 auto;
}



/*滚动条*/
::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: #fff;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #edf3f1;
}
#scroll_pro::-webkit-scrollbar-track-piece{
    background: #fff;
    background-image: url('../images/lines.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 1px;
}
::-webkit-scrollbar-thumb:hover {
    background-color:#3b3b3d;
}
::-webkit-scrollbar-thumb:active {
    background-color:#3b3b3d;
}
::-webkit-scrollbar-thumb:active {
    background-color:#3b3b3d;
}




/*输入框提示语*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */
   color:#ccc !important;
}
input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ccc !important;
}
input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ccc !important;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#ccc !important;
}

/*index.css*/

}
#menu {
    padding:15px 0;
    transition: all 0.8s;
}
.menu_on {
    z-index: 20000;
    background-color: #fff !important;
    border-bottom: 1px solid #e7e7e7!important;
}
.menu_on .menu_contain .logo a,.menu_on .menu_list_ul li a{
    color: #222;
}
.menu_on .menu_list_ul li.active{
    border-bottom: 2px solid #04ac71;
}
.menu_list_ul li:hover a,.menu_on .menu_list_ul li.active a{
    color: #4893fd;
}
.nav_menu{
    min-height: 50px;
    border-bottom: 1px solid transparent;
    background-color: rgba(248, 248, 248, 0);
    color: #fff;
    background: #C0C0C0 url(../images/wxbj2.png);  
}
.menu_contain .logo{
    float: left;
}
.logo a{
    color: #fff;
    display:block;
    line-height: 50px;
    font-size: 20px;
}
.logo a span{
    padding-left: 10px;
}
.menu_list_ul{
    float: right;
    margin-right: -10px;
  
}
.menu_list_ul li{
    float: left;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    margin-left: 20px;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
}
.menu_list_ul li a{
    color: #fff;
    display: block;
    background: #C0C0C0 url(../images/shouye.png);  
}
.menu_list_ul li.active{
    border-bottom: 2px solid #fff;
}

}
.floor1_contain{
    margin-bottom: -100px;
}
.bannerIcon-box{
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 58px;
    height: 58px;
    background: #48484a;
    border-radius: 58px;
    margin-left: -29px;
    background-image: url(../images/index_down.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    /*-webkit-animation-iteration-count: infinite;*/
    /*animation-iteration-count: infinite;*/
}
.abstract{
    font-size: 54px;
    line-height: 84px;
}
.small_abstract{
    color: #cbcbcc;
    font-family: "方正兰亭超细黑简体";
}
.abstract_info{
    font-size: 20px;
    color: #a2a2a4;
    line-height: 80px;
}
.abstract_info a{
    color: #a2a2a4;
}
.abstract_info span{
    padding: 0 20px;
    font-size: 18px;
}
.consult_tel{
    font-size: 18px;
    line-height: 60px;
    margin-top: 20px;
}
.default_btn{
    display: block;
    width: 210px;
    height: 48px;
    border-radius: 40px;
    line-height: 48px;
    border: 1px solid #4893fd;
    background: #4893fd;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.floor2{
    background: #fff;
}
.service_category{
    margin-top: 48px;
}
.service_category li{
    float: left;
    text-align: center;
    padding: 28px 0 30px;
   
}
.service_category li a{
    display: block;
    width: 154px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.service_category li.no a{
    border: none;
}
.service_category li a span{
    padding-top: 16px;
    display: block;
    font-size: 16px;
    color: #333;
}
.service_category li:hover{
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
    box-shadow:0 0 10px rgb(255, 255, 255);
}
.Title{
    padding-top: 90px;
    font-size: 26px;
    color: #262630;
}
.Title2{
    padding-top: 48px;
}
.Title span{
    display: block;
    width: 75px;
    height: 5px;
    background: #4893fd;
    margin-top: 10px;
}
.hot-list li{
    float: left;
    width: 254px;
    height: 300px;
    margin-right:28px ;
}
.hot-list li a{
    display: block;
    position: relative;
}
.hot-list{
    margin-top: 48px;
    padding-bottom: 42px;
}
.hot-list li .hot_store_info{
    position: absolute;
    top:0;
    left: 0;
    width: 254px;
    height: 300px;
    color: #fff;
    text-align: center;
}
.hot-list li:hover{
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);
    box-shadow:0 0 10px rgba(0, 0, 0, .5);
}
.hot-list li:hover .link_btn{
    color: #fff;
    background: #004475;
}
.hot_store_info .store_title{
    line-height: 36px;
    margin-top: 48px;
    font-size: 28px;
    font-weight: 300;
}
.hot_store_info .store_favourable{
    font-size: 15px;
    line-height: 30px;
}
.hot_store_info .price{
    font-size: 50px;
    margin-top: 18px;
    font-weight: 100;
}
.hot_store_info .price span{
    font-size: 18px;
}
.hot_store_info .link_btn{
    width: 130px;
    height: 38px;
    background: #fff;
    border-radius: 40px;
    line-height: 38px;
    margin: 0 auto;
    color: #4893fd;
    margin-top: 42px;
}
.hot-list li.no{
    margin-right: -28px;
}
.hot-list li:nth-child(4n){
    margin-right: -28px;
}
.floor3{
    height: 915px;
    background: #efeeec;
}
.floor3_bg{
    width: 50%;
    height: 245px;
    background: #4893fd;
    float: right;
}
.item_contain{
    position: relative;
}
.item{
    padding: 10px;
    background: #556068;
    width: 506px;
    text-align: center;
    position: absolute;
}
.item1{
    color: #fff;
    top:66px;
    left: 0;
}
.item_Img{
    position: relative;
}
.item_Img .jiage{
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
}
.item_Img .jiage span{
    font-size: 50px;
}
.item .item_title{
    font-size: 28px;
    margin-top: 28px;
}
.item .item_title span{
    border-bottom: 1px solid #fff;
}
.item .item_title i{
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url("../images/icon1.png") no-repeat center;
    padding: 0 62px;
}
.item .item_info{
    line-height: 40px;
    font-size: 15px;
}
.item_info span{
    margin: 0 7px;
}
.item_btn{
    width: 320px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #fff;
    color: #4893fd;
    background: #fff;
    border-radius: 40px;
    display: block;
    margin: 10px auto 10px;
}
.item2{
    background: #556068;
    top:185px;
    right:0 ;
}
.item2 .item_title{
    color: #fff;
}
.item2 .item_info{
    color: #fff;
}
.item2 .item_title i{
    background: url("../images/icon2.png") no-repeat center;
}
.item2 .item_title span{
    border-bottom: 1px solid #fff;
}
.item2 .item_btn{
    border: 1px solid #4893fd;
}
.triangle_icon{
    content: '';
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 36px solid #4893fd;
    position: absolute;
    bottom: -36px;
    left: 50%;
    margin-left: -22px;
    display: inline;
    z-index: 112;
}
.item2 .triangle_icon{
    border-top: 36px solid #fff;
}
.service_list,.buyWay_content,.right_top,.partner_list,.footer_info {
    overflow: hidden;
}
.service_list li{
    float: left;
    width: 197px;
    margin-right: 104px;
    text-align: center;
    margin-top: 65px;
    height: 215px;
}
.service_list li .main_title{
    font-size: 18px;
    color: #222;
    margin-top: 16px;
    line-height: 36px;
}
.service_list li .information{
    line-height: 24px;
}
.link_icon{
    width: 110px;
    height: 110px;
    border: 1px  solid #04ac71;
    margin: 0 auto;
    border-radius: 110px;
    background-position:center ;
    background-repeat: no-repeat;
}
.link_icon1{
    background-image: url("../images/serve1.png");
}
.link_icon2{
    background-image: url("../images/serve2.png");
}
.link_icon3{
    background-image: url("../images/serve3.png");
}
.link_icon4{
    background-image: url("../images/serve4.png");
}
.link_icon5{
    background-image: url("../images/serve5.png");
}
.link_icon6{
    background-image: url("../images/serve6.png");
}
.link_icon7{
    background-image: url("../images/serve7.png");
}
.link_icon8{
    background-image: url("../images/serve8.png");
}
.service_list li.no{
    margin-right: -104px;
}
.service_list li:nth-child(4n){
    margin-right: -104px;
}
.floor5{
    padding-bottom: 60px;
}
.floor5_bg{
    height: 398px;
    background-image: url("../images/floor4_bg.jpg");
    background-position:center ;
    background-repeat: no-repeat;
    margin-top: 95px;
}
.advert_contain{
    position: relative;
}
.advert_list{
    margin-top: 40px;
    position: absolute;
}
.advert_list .advert_img{
    width: 362px;
    height: 514px;
    background: #04ac71;
    margin-right: 8px;
    float: left;
    overflow: hidden;
}
.advert_list .advert_img:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.advert_list .no{
    margin-right: -8px;
}
.advert_list .advert_img li:nth-child(3){
    margin-right: -8px;
}
.buyWay_content{
    padding: 40px 0 20px;
}
.buyWay{
    position: relative;
}
.marks{
    position: absolute;
    top:25px;
    right: -75px;
    height: 126px;
    width: 178px;
    background: url("../images/marks.png") no-repeat center;
}
.buyWay_content .left{
    float: left;
}
.buyWay_content .right{
    float: left;
    margin-left: 130px;
    color: #222;
}
.twoDimension{
    float: left;
    margin-bottom: 30px;
    text-align: center;
}
.twoDimension i,.twoDimension span{
    display: block;
}
.twoDimension i{
    height: 185px;
    border: 1px solid #ddd;
    width: 187px;
    overflow: hidden;
}
.twoDimension span{
    padding: 10px;
    font-size: 18px;
}
.Function{
    float: left;
    margin-left: 36px;
}
.Funs{
    background-image: url(../images/fun.png);
    background-position: left 8px;
    background-repeat: no-repeat;
    padding: 8px 0;
}
.Funs span{
    padding-left: 42px;
    display: block;
    line-height: 30px;
    margin:0 0 18px;
    font-size: 15px;
}
.Funs span:last-child{
    margin:0;
}
.tb_icon{
    display: block;
    width: 99px;
    height: 44px;
    background-image: url(../images/taobao.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.tb_enter{
    display: block;
    width: 130px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background: #4893fd;
    color: #fff;
    border-radius: 50px;
    margin-top: 20px;
}
.Function h3{
    font-size: 20px;
    line-height: 48px;
    margin-top: 5px;
}
.floor7{
    background: #efeeec;
    padding: 10px 0 0;
    height: 835px;
    overflow: hidden;
}
.Store_contain{
    padding-top: 50px;
}
.right_bg{
    top:0;
    right: -365px;
    position: absolute;
}
.right_bg2{
    top:-30px;
    right: -300px;
}
.Store_list .tab{
    overflow: hidden;
}
.tab_box{
    height:38px ;
    border-bottom: 2px solid #04ac71;
    width: 518px;
}
.tab li{
    float: left;
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #04ac71;
    font-size: 20px;
    position: relative;
    cursor: pointer;
}
.tab li a{
    display: block;
    border: 2px solid transparent;
    color: #04ac71;
    position: absolute;
    width: 95px;
    height: 36px;
    line-height: 36px;
}
.tab li a.here ,.tab li:hover a{
    border: 2px solid #04ac71;
    border-bottom-color: #efeeec;
}
.Store_about{
    padding-top:22px;
    width: 518px;
    position: absolute;
    top:0;
    left: 0;
    z-index: 10;
    opacity: 0;
}
.Store_about li{
    margin-top: 12px;
}
.Store_about li .tit{
    font-size: 18px;
    color: #222;
    line-height: 42px;
}
.Store_about li .address,.Store_about li .tel_phone{
    line-height: 28px;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
    white-space: nowrap;
    width: 100%;
    font-size: 13px;
}
.tab_content{
    display: none;
    position: relative;
}
.city_content{
    position: relative;
}
.right_bg{
    opacity:0;
    transition: opacity 1.5s;
}
.tab_content_comm{
    height: 248px;
}
.floor8{
    height: 544px;
    background-image: url(../images/floor8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.floor8 .Title{
    color:#262630;
}
.floor8 .Title span{
    background: #fff;
}
.partner_list{
    padding-top: 40px;
}
.partner_list li{
    margin-bottom: 12px;
    margin-right: 13.6px;
    width: 172px;
    height: 122px;
    background: #fff;
    float: left;
    text-align: center;
    line-height: 122px;
}
.partner_list li.no{
    margin-right: -13.5px;
}
.partner_list li:nth-child(6n){
    margin-right: -13.5px;
}
.partner_list li img{
    margin-top: 31px;
}
.partner_list li .more{
    font-size: 20px;
    color: #222;
}
/*故障维修*/
.mainBody{
    /*padding-top: 81px;*/
}
.step_box{
    margin: 40px 0 0 80px;
}
.step_box>dl{
    width: 310px;
    float: left;
    position: relative;
}
.step_box>dl .step_circle{
    position: relative;
    width: 32px;
    height: 32px;
    padding: 4px;
    border-radius: 32px;
}
.step_circle>i{
    display: block;
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border-radius: 32px;
    background:#ccc;
}
.step_box>.last_dl{
    width: 71px;
}
.step_box>dl .step_line{
    position: absolute;
    top: 19px;
    left: 48px;
    margin:-1px 0 0 0;
    width: 250px;
    height: 2px;
    background: #ccc;
}
.step_box>dl .step_info {
    width: 100px;
    text-align: center;
    padding-top: 12px;
    color: #999;
    margin-left: -25px;
}
.here .step_circle,.accomplish .step_circle i{
    background: #333;
}
.here .step_circle i,.accomplish .step_circle{
    background: transparent;
}
.step_box>.here .step_info,.step_box>.accomplish .step_info{
    color: #333;
}
.headLine{
    border-bottom: 1px solid #ddd;
    padding-top: 50px;
    font-size: 24px;
    color: #222;
    line-height: 46px;
}
.headLine a{
    color: #04ac71;
    font-size: 16px;
    margin-left: 22px;
}
.chose_box{
    margin-bottom: 22px;
}
.subhead {
    margin-top: 30px;
    padding: 10px 0;
    color: #222;
    font-size: 18px;
    border-bottom: 2px solid #04ac71;
    display: inline-block;
}
.comm_list{
    padding-top: 10px;
    overflow: hidden;
}
.comm_list li{
    border-radius: 5px;
    border: 1px solid #ddd;
    float: left;
    width: 173px;
    height: 63px;
    line-height: 63px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    text-align: center;
    color: #222;
    font-size: 16px;
}
.comm_list li:hover{
    border: 1px solid #04ac71;
}
.comm_list li.here{
    border: 1px solid #04ac71;
    background-image: url(../images/chose_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.brand_list li{
    height: 83px;
    color: #333;
    line-height: 38px;
}
.brand_list li img{
    margin-top: 10px;
}
.brand_list li span{
    display: block;
}
.comm_list li.no{
    margin: 10px -10px 0 0;
}
.comm_list2 li:nth-child(6n),.chose_wrong li:nth-child(3n),.chose_upgrade li:nth-child(5n),.comm_list_hull li:nth-child(4n),.hull_contain .chose_color li:nth-child(4n){
    margin: 10px -10px 0 0;
}
.comm_list .not_allowed,.comm_list .not_allowed:hover{
    background: #fafafa !important;
    color: #ccc !important;
    border: 1px solid #ddd !important;
    cursor: not-allowed !important;
}
.chose_wrong li{
    width: 358px;
}
.chose_wrong li i{
    margin-left: 40px;
    overflow: hidden;
}
.chose_color i{
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin: 13px 0 0 40px;
    border: 1px solid #ddd;
}
.chose_color span{
    display: block;
    float: left;
    margin-left: 10px;
}
.chose_upgrade li{
    width: 210px;
}
.chose_upgrade li i{
    margin-left: 34px;
    overflow: hidden;
}
.chose_upgrade span{
    display: block;
    float: left;
    margin-left: 10px;
}
.service_note_list{
    overflow: hidden;
    padding-top: 10px;
}
.service_note_list li{
    float: left;
    width: 512px;
    margin-right:76px;
    overflow: hidden;
    margin-top: 20px;
}
.note_icon{
    width: 60px;
    float: left;
    height: 60px;
    background-image:url("../images/note.jpg") ;
    background-position:-1px -5px ;
    background-repeat: no-repeat;
}
.service_note_list2 .note_icon{
    background-image:url("../images/note1.jpg") ;
}
.note_icon2{
    background-position:-2px -187px ;
}
.note_icon3{
    background-position:-1px -116px ;
}
.note_icon4{
    background-position:-2px -298px ;
}
.note_info{
    float: left;
    margin-left: 37px;
    width: 415px;
}
.note_info span{
    font-size: 20px;
    color: #222;
    line-height: 40px;
}
.note_info p{
    line-height: 26px;
}
.service_note_list li.no{
    margin-right:-76px;
}
.service_note_list li:nth-child(2n){
    margin-right:-76px;
}
.comm_problem {
    overflow: hidden;
}
.problem{
    height: 433px;
    overflow: auto;
    float: left;
    margin-top: 40px;
    width: 550px;
}
.problem .problem_item{
    line-height: 26px;
    margin-bottom: 22px;
}
.problem_item span{
    color: #222;
    font-size: 16px;
}
.kefu{
    width: 550px;
    height: 544px;
    float: left;
    background-image:url("../images/kefu.jpg") ;
    background-position:center 24px;
    background-repeat: no-repeat;
}
.upgrade_btn{
    margin-top: 76px;
}
.upgrade_btn .default_btn{
    background: #fff;
    color: #04ac71;
    margin: 0 auto;
}
/*选择故障-上门维修*/
.maintenance{
    margin-top: 42px;
    padding: 20px 0 30px;
    background: #f7f7f7;
}
.maintenance2{
    margin: 0;
}
.maintenance_options{
    overflow: hidden;
}
.maintenance_left{
    width: 170px;
    float: left;
}
.maintenance_right{
    width: 810px;
    padding: 40px 50px;
    float: right;
    background: #fff;
}
.left_nav li a{
    display: block;
    height: 80px;
    background: #fff;
    line-height: 80px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 20px;
}
.left_nav li.here a,.left_nav li:hover a{
    background: #04ac71;
    color: #fff;
}
.left_nav li.no a{
    border-bottom: none;
}
.left_nav li:last-child a{
    border-bottom: none;
}
.form_content{
    float: left;
}
.form_content form{
    width: 480px;
}
.form_content .inputBox,.appointment_left .inputBox{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.form_content .inputBox>span,.appointment_left .inputBox span {
    line-height: 48px;
    width: 80px;
    text-align: right;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #222;
}
.int_box{
    float: left;
}
.int_box input,.int_box textarea,.appointment_left .inputBox input{
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 378px;
    color: #222;
}
.int_box textarea{
    height: 76px;
    line-height: 26px;
    padding: 10px;
    width: 358px;
    resize: vertical;
    overflow: auto;
}
.int_box input{
    height: 46px;
    line-height: 46px;
    text-indent: 10px;
}
.int_box .data_time{
    width: 183px;
    float: left;
    margin:0 10px 0 0;
    background-image:url(../images/arrow_down.png);
    background-position:150px 20px ;
    background-repeat: no-repeat;
    cursor: pointer;
}
.select_box{
    margin-bottom: 20px;
}
.select{
    width: 120px;
    height: 48px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.select .city{
    position: absolute;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 118px;
    height: 46px;
    top:0;
    left: 0;
    cursor: pointer;
    text-indent: 10px;
    line-height: 46px;
    color: #222;
    background-image:url(../images/arrow_down.png);
    background-position:95px 20px ;
    background-repeat: no-repeat;
}
.select .city_on{
    background-image:url(../images/arrow_up.png);
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    border-color: #04ac71;
}
.select2{
    float: none;
}
.select2 .city{
    background-position:355px 20px ;
}
.select3 .city{
    background-position:160px 20px ;
}
.select ul{
    position: absolute;
    top:48px;
    left: 0;
    width: 120px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    max-height: 270px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    z-index: 10;
}
.select ul li{
    width: 118px;
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}
.select ul li a{
    display: block;
}
.select ul li:hover,.select ul li.active{
    border-color: #04ac71;
    background: #04ac71;
    color: #fff;
}
.select ul li:hover a,.select ul li.active a{
    color: #fff;
}
.select2 ,.select2 ul{
    width: 380px;
}
.select2 ul li,.select2 .city{
    width: 378px;
}
.select3,.select3 ul{
    width: 185px;
}
.select3 ul li,.select3 .city{
    width: 183px;
}
.int_box .check,.comment-chose input,.alert_check .check{
    width: 18px;
    height: 18px !important;
    border: 1px solid #04ac71;
    background-color: #fff !important;
    resize: none;
    -webkit-appearance: none;
    margin-left: 90px;
    line-height: 38px;
    float: left;
    border-radius: 18px;
}
.alert_check{
    text-align: left;
    margin-top: 10px;
}
.alert_check .check{
    margin-left: 130px;
}
.alert_check .check{
    margin-top: 0;
}
.int_box .check:checked,.comment-chose input:checked,.alert_check .check:checked{
    border-color: #04ac71;
    background-image: url("../images/check.png");
    background-repeat: no-repeat;
    background-position: center;
}
.int_box i,.alert_check i{
    margin-left: 12px;
    color: #222;
}
.int_box i a,.alert_check i a{
    color: #04ac71;
}
.int_btn{
    padding: 20px 0 10px 70px;
}
.int_btn a{
    width: 178px;
    float: left;
    margin-left: 20px;
}
.prev_btn{
    background: #fff;
    border-color: #04ac71;
    color: #04ac71;
}
.order_detail{
    float: right;
    width: 262px;
    border: 1px solid #ddd;
    min-height:278px;
    height: auto;
    padding: 20px 0 20px 34px;
}
.order_detail .order_tit{
    font-size: 20px;
    color: #222;
    margin-top:30px ;
}
.order_detail .order_info {
    line-height: 38px;
    margin-top: 32px;
}
.order_detail .order_info .info {
    padding-left:2rem;
    color:#a0a0a0;
    line-height:1.6rem;
}
.order_detail .order_info .info span{
    color:red;
    font-size: small;
}
.order_detail .order_price{
    font-size: 20px;
    margin-top: 35px;
}
.order_price i{
    color: #04ac71;
}
.address_detail{
    /*height: 44px;*/
    border-radius: 5px;
    width: 360px;
    padding: 8px 10px;
    background: #f5f5f5;
    color: #222;
    line-height: 22px;
}
.address_detail a{
    color: #04ac71;
    float: right;
    margin-top: -22px;
}
/*订单完成*/
.comprehend{
    padding-top: 42px;
    border-top: 1px solid #ddd;
}
.tab2_box{
    text-align: center;
    margin-bottom: 20px;
}
.tab2_box a{
    padding: 10px 0;
    font-size: 20px;
    margin: 0 45px;
    color: #222;
    display: inline-block;
    border-bottom: 2px solid transparent;
}
.tab2_box a.here,.tab2_box a:hover{
    border-color: #04ac71;
    color: #04ac71;
}
.success_ts{
    margin-top: 105px;
    text-align: center;
}
.success_icon{
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background-image: url("../images/success.png");
    background-position: center;
    background-repeat: no-repeat;
}
.success_tit{
    color: #222;
    font-size: 20px;
}
.success_ts p{
    line-height: 36px;
}
.success_ts a{
    width: 178px;
    background: #fff;
    color: #04ac71;
    margin: 22px auto 126px;
}
.flow_list{
    overflow: hidden;
}
.flow_list li{
    width: 505px;
    margin-right: 90px;
    float: left;
    margin-top: 25px;
}
.flow_list li.no{
    margin-right: -90px;
}
.flow_list li:nth-child(2n){
    margin-right: -90px;
}
.flow_list li .tit{
    color: #222;
    line-height: 34px;
    font-size: 20px;
}
.flow_list li p{
    line-height: 26px;
}
.flow_path{
    font-size: 20px;
    color: #222;
    padding-top: 100px;
    padding-left: 12px;
}
.flow_path span{
    padding: 16px 10px;
    background-image: url("../images/flow.png");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 30px;
}
/*系统升级*/
.upgrade_Title_box{
    height: 320px;
    background-image: url("../images/sj_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 100%;
}
.upgrade_Title_box2{
    background-image: url("../images/wk_bg.png");
}
.upgrade_Title_box3{
    background-image: url("../images/dd_bg.jpg");
    height: 240px;
}
.upgrade_Title_box a{
    margin: 40px auto 0;
}
.upgrade_Title_box .tit{
    padding-top: 78px;
    font-size: 50px;
    font-weight: 300;
}
.upgrade_Title_box .subTit{
    padding-top: 25px;
}
.upgrade_favour{
    overflow: hidden;
    margin-top: 28px;
    padding-bottom: 30px;
}
.upgrade_item{
    float: left;
    width:147px ;
    padding: 0 22px;
    text-align: center;
}
.upgrade_item .item_icon{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-image: url("../images/computer.png");
    background-repeat: no-repeat;
    background-position: center;
}
.upgrade_item .item_icon5{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-image: url("../images/icon5.png");
    background-repeat: no-repeat;
    background-position: center;
}

.upgrade_item .item_icon6{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-image: url("../images/icon6.png");
    background-repeat: no-repeat;
    background-position: center;
}
.upgrade_item .item_icon7{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-image: url("../images/icon7.png");
    background-repeat: no-repeat;
    background-position: center;
}
.upgrade_item .item_icon8{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-image: url("../images/icon8.png");
    background-repeat: no-repeat;
    background-position: center;
}
.upgrade_item .item_icon1{
    background-image: url("../images/serve2.png");
}
.upgrade_item .item_icon2{
    background-image: url("../images/serve5.png");
}
.upgrade_item .item_icon3{
    background-image: url("../images/serve12.png");
}
.upgrade_item .item_icon4{
    background-image: url("../images/serve6.png");
}
.upgrade_favour>span{
    width: 1px;
    height: 156px;
    display: block;
    float: left;
    background: #ddd;
    margin: 0 54px;
}
.upgrade_favour .tit{
    margin-top: 20px;
    font-size: 18px;
    color: #222;
}
.upgrade_favour .item_info{
    margin-top: 6px;
    line-height: 22px;
}

/*外壳换新*/
.hull_contain{
    overflow: hidden;
}
.hull_contain .chose_box{
    width: 730px;
    float: left;
}
.iphone_img{
    float: right;
    margin-top: 92px;
}
.hull_btn{
    margin-top: 50px;
    padding: 40px 0 26px;
    border-top: 1px solid #ddd;
}
.hull_btn span{
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
}
.hull_btn .price{
    font-size: 24px;
    color: #04ac71;
    margin-left: 36px;
}
.hull_btn .default_btn{
    display: inline-block;
    background: #fff;
    color: #04ac71;
    margin-left: 128px;
}
/*订单查询*/
.Inquire_Box{
    width: 430px;
    margin: 86px auto 0;
    font-size: 16px;
}
.Inquire_tit{
    overflow: hidden;
    margin-bottom: 10px;
}
.Inquire_tit span{
    float: left;
    display: block;
    width: 150px;
    height: 1px;
    background: #ddd;
    margin-top: 10px;
}
.Inquire_tit .tit_info{
    float: left;
    width: 130px;
    text-align: center;
    font-size: 24px;
    color: #222;
}
.input_box{
    padding-top: 20px;
    position: relative;
}
.input_box input{
    border-radius: 5px;
    height: 46px;
    line-height: 46px;
    outline: none;
    text-indent: 10px;
    border: 1px solid #ddd;
    width: 378px;
}
.input_box input[type=text]:focus{
    border-color:#04ac71 ;
}
.input_box .inp1{
    padding-left: 50px;
    background-image: url("../images/tel_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.input_box .codeInp{
    width: 228px;
    float: left;
}
.input_box .codeSend{
    width: 190px;
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    border-radius: 5px;
    float: left;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    background: #04ac71;
}
.input_box .btn{
    display: block;
    width: 428px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #ddd;
    color: #fff;
    background: #04ac71;
    border-radius: 5px;
    margin-bottom: 122px;
}
.int_btn .not_allowed,.int_btn .not_allowed:hover,.input_box .not_allowed,.comment_box .not_allowed,.alert_btn .not_allowed,.input_box .not_allowed:hover,.comment_box .not_allowed:hover,.alert_btn .not_allowed:hover,.input_box .not_allowed:hover,.toolbar-right .not_allowed,.toolbar-right .not_allowed:hover{
    background: #75d1b1 !important;
    cursor: not-allowed !important;
    border-color:#75d1b1 !important;
}
.prompt{
    position: absolute;
    left: 440px;
    top: 20px;
    width: 180px;
    line-height: 48px;
    font-size: 12px;
    min-height:48px;
    padding: 0 0 0 16px;
    background-image: url("../images/prompt.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: none;
}
.prompt_suss{
    background-image: url("../images/prompt_suss.png");
    background-repeat: no-repeat;
    background-position: left center;
}
/*订单查询-提交*/
.order_inquiry{
    overflow: hidden;
    color: #222;
    padding: 52px 0 0;
    margin-bottom: 42px;
}
.order_inquiry span{
    display: block;
    float: left;
    font-size: 16px;
    line-height: 38px;
}
.order_list{
    float: right;
    text-align: right;
    width: 670px;
    height: 38px;
    margin-top: -10px;
}
.order_list_height{
    height: auto !important;
    max-height: 150px;
    overflow-y: auto;
}
.More{
    float: right;
    margin-left: 6px;
}
.order_list a,.More{
    display: block;
    height: 36px;
    width: 120px;
    text-align: center;
    line-height: 36px;
    color: #222;
    border: #ddd 1px solid;
    border-radius: 3px;
    cursor: pointer;
}
.order_list a{
    margin-top: 10px;
    float: left;
    margin-left: 6px;
}
.order_list .here,.More:hover,.order_list a:hover{
    background: #04ac71;
    color: #fff;
    border-color: #04ac71;
}
.inquiry_detail{
    margin-bottom: 80px;
}
.inquiry_tit{
    height: 50px;
    background: #f6f6f6;
    line-height: 50px;
    font-size: 16px;
    padding: 0 60px;
    overflow: hidden;
    text-align: center;
}
.inquiry_tit span{
    display: block;
    float: left;
    width: 430px;
}
.inquiry_tit .time_tit{
    width: 360px;
    float: right;
}
.inquiry_info {
    padding: 15px 60px;
    overflow: hidden;
    color: #222;
    border-bottom: 1px solid #ddd;
}
.inquiry_info .left_info{
    line-height: 30px;
    float: left;
    width: 430px;
}
.inquiry_info i{
    display: block;
    float: right;
    line-height: 30px;
    width: 360px;
    text-align: center;
}
.inquiry_info p{
    float: left;
    width: 100%;
    padding-top: 10px;
}
.left_info a.default_btn{
    width:94px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    color: #04ac71;
   display: inline-block;
}
.comment_box{
    text-align: center;
    color: #222;
    font-size: 16px;
    width: 600px;
    margin: 0 auto 160px;
}
.comment-chose{
    float: left;
    margin-left: 60px;
}
.check_box,.comment-chose{
    overflow: hidden;
}
.comment-chose input{
    margin: 0;
}
.comment-chose span{
    display: block;
    float: left;
    margin-left: 10px;
}
.check_box{
    padding: 22px 90px 18px;
}
.comment_input textarea{
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 578px;
    color: #222;
    height: 200px;
    line-height: 26px;
    padding: 15px 10px 35px;
    resize: vertical;
    overflow: auto;
}
.comment_box .default_btn{
    margin: 40px auto 20px;
}
.comment_box p{
    font-size: 14px;
    color: #666;
}
.comment_input{
    position: relative;
}
.comment_input .count{
    font-size: 14px;
    color: #999999;
    position: absolute;
    bottom:5px;
    right: 10px;
    line-height: 35px;
}
.count i{
    font-size: 18px;
}
.count span{
    margin-left: 10px;
}
/*评价完成*/
.accomplish_comment{
    width: 498px;
    padding: 20px 50px 30px;
    margin-top: 28px;
    border: 1px solid #ddd;
    min-height: 1px;
    height: auto;
    text-align: left;
    color: #666;
    font-size: 14px;
    line-height: 26px;
}
.accomplish_tit{
    font-size: 24px;
}
.comment_info{
    overflow: hidden;
    padding-top: 10px;
}
.comment_info span{
    display: block;
    float: left;
    width: 428px;
    text-align:justify;
}
.comment_info .left_span{
    width: 70px;
}
/*关于我们*/
.about_nav{
    width: 180px;
    float: left;
}
.about_info{
    float: right;
    width: 870px;
}
.about_contain{
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 210px;
}
.about_list{
    border-bottom: 1px solid #ddd;
}
.about_list li a{
    display: block;
    width: 178px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border: 1px solid #ddd;
    border-bottom: none;
    font-size: 16px;
    background: #fff;
 }
.about_list li.here a,.about_list li:hover a{
    color: #fff;
    background: #04ac71;
    border-left-color: #04ac71;
    border-right-color: #04ac71;
}
.about_info h3{
    line-height: 42px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    display: inline-block;
    border-bottom: 2px solid #04ac71;
}
.about_info p strong{
    font-size: 16px;
}
.about_info p{
    line-height: 26px;
    padding-top: 22px;
}
/*大客户预约*/
.upgrade_Title_box4{
    background-image: url(../images/yuyue_bg.png);
}
.upgrade_Title_box4 .tit{
    padding-top: 100px;
}
.upgrade_Title_box4 .subTit{
    font-size: 24px;
}
.headLine span{
    font-size: 14px;
    color: #666;
}
.upgrade_favour2{
    padding: 0;
}
.appointment{
    margin: 40px 0 115px;
    overflow: hidden;
}
.appointment_left{
    float: left;
    width: 450px;
}
.appointment_right{
    width: 434px;
    padding-left:52px;
    float: right;
    background-image: url(../images/yuyue.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.appointment_left .inputBox {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}
.appointment_left .inputBox span{
    line-height: 48px;
    width: 80px;
    text-align: right;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    font-size: 16px;
    color: #222;
}
.appointment_left .inputBox input{
    float: left;
    height: 46px;
    width:358px;
    line-height: 46px;
    text-indent: 10px;
}
.appointment_btn{
    width: 178px;
    font-size: 18px;
    margin:25px 0 0 94px;
}
.appointment_flow {
    margin-bottom: 22px;
}
.appointment_flow span{
    color: #222;
    font-size: 16px;
}
.appointment_flow p{
    margin-top: 10px;
    line-height: 22px;
}
/*footer*/
.footer{
    padding-bottom: 25px;
    background: #f4f4f4;
}
.footer_info{
    border-bottom: 1px solid #ddd;
}
.footer_list{
    overflow: hidden;
    padding: 45px 0 20px;
    float: left;
}
.footer_list .listMenu{
    margin-right: 220px;
    float: left;
}
.listMenu li{
    line-height: 33px;
    font-size: 14px;
    color: #a0a0a0;
}
.listMenu li a{
    color: #a0a0a0;
    display: block;
}
.listMenu .listMenu_tit{
    font-size: 18px;
    color: #666;
}
.listMenu2{
    width: 264px;
}
.listMenu2 li{
    float: left;
    margin:0 30px 15px 0;
}
.listMenu2 .listMenu_tit{
    float: none;
    width: auto;
}
.footer p{
    color: #a0a0a0;
    margin-top: 20px;
}
.footer_tel{
    float: right;
    text-align: right;
    margin-top: 45px;
}
.online_tk{
    text-indent:28px;
    font-size: 17px;
    width: 122px;
    display: inline-block;
    height: 32px;
    border-radius: 5px;
    line-height: 32px;
    text-align: center;
    background: #4893fd;
    color: #fff;
    background-image: url(../images/online.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}
.footer_tel p{
    margin: 0;
    font-size: 15px;
}
.footer_tel span{
    font-size: 26px;
    line-height: 46px;
    color: #222;
    margin-top: 10px;
    display: block;
}
    /*弹窗*/
.alert_box{
    display: none;
}
.alert_bg,.alert_bg2{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: .5;
    opacity: 0.5;
}
.alert_comm .alert_bg2{
    z-index: 1000000;
}
.alert_comm .alert_content{
    z-index: 10000011;
    margin: -200px 0 0 -320px;
}
.alert_content{
    width: 640px;
    min-height: 1px;
    height: auto;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -230px 0 0 -320px;
    z-index: 10011;
}
.alert_tit{
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #222;
    border-bottom:1px solid #ddd ;
}
.alert_content2{
    height: 360px;
}
.alert_content2 .alert_tit{
    border: none;
}
.alert_icon{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-position:center;
    background-repeat: no-repeat;
    background-image: url(../images/success.png);
}
.alert_icon2{
    background-image: url(../images/wrong.png);
}
.alert_tit i{
    display: block;
    background: #ccc;
    background-image: url(../images/alertclose.png);
    background-position:center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top:15px;
    right: 15px;
    cursor: pointer;
}
.alert_info{
    text-align: center;
    padding-top: 20px;
}
.alert_info2{
    padding-top: 32px;
}
.alert_info .info1{
    font-size: 20px;
    color: #222;
    line-height: 32px;
    margin-top: 15px;
}
.alert_info .info2{
    line-height: 26px;
}
.alert_info .sussInfo{
    margin-top: 40px;
}
.alert_info input{
    width: 428px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 12px;
    font-size: 16px;
    margin-top:22px ;
}
.alert_btn{
    padding-top: 20px;
    margin-bottom: 38px;
}
.alert_btn a{
    width: 428px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #04ac71;
    border-radius: 5px;
    display: block;
    background: #04ac71;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
}
.alert_ts{
    width: 540px;
    margin: 0 auto 22px;
    text-align: center;
    padding-top: 25px;
    background-image: url(../images/line.png);
    background-position:center top;
    background-repeat: no-repeat;
}
.alert_ts p{
    line-height: 26px;
    color: #999;
}
.alert_btn .btn,.alert_btn .sussBtn,.alert_btn .wrongBtn{
    width: 238px;
    background: #fff;
    color: #04ac71;
    border-radius: 50px;
    font-size: 18px;
}
.alert_inp span{
    color: #222;
    font-size: 16px;
}
.alert_inp input{
    margin: 10px 0 0;
}
.alertInfo{
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    color: #222;
    margin: 50px 0;
}
.alertBox{
    padding: 0 0 32px 0;
    overflow: hidden;
    text-align: center;
}
.alertBox a{
    width: 100px;
    height: 33px;
    border: 1px solid #04ac71;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
    border-radius:100px;
    background: #04ac71;
    margin: 0 auto;
}
.alert_btn .sussBtn{
    background:#04ac71 ;
    color: #fff;
    float: left;
    margin-left: 60px;
}
.alert_btn .wrongBtn{
    background:#f8ad36;
    border-color:#f8ad36;
    color: #fff;
    float: left;
    margin-left: 40px;
}
.alert_btn_only{
    margin-top: 60px;
    overflow: hidden;
}
.alert_btn .btn2{
    margin-left: 130px;
}
    /*fixe*/
.fixed_btn{
    position: fixed;
    right: 30px;
    top:136px;
}
.fixed_btn a{
    display: block;
    padding: 40px 15px 15px;
    text-align: center;
    line-height: 20px;
    width: 14px;
    border-radius: 10px;
    background: #04ac71;
    color: #fff;
    margin-top: 6px;
    background-image: url("../images/wx.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}
.fixed_btn .fixed_tel{
    background: #f8ad36;
    background-image: url("../images/tel.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}
.fixed_btn .fixed_order{
    background-image: url("../images/order.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}
/*商品订单详情*/
.cart-toolbar{
    padding-top: 14px;
}
.toolbar-wrap{
    padding: 14px 20px;
    border: 1px solid #ddd;
    width: 1058px;
    overflow: hidden;
    font-size: 16px;
    line-height: 42px;
}
.toolbar-wrap2{
    border-color: transparent;
}
.operation{
    float: left;
    width: 830px;
    height: 42px;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}
.operation span{
    margin-right: 30px;
}
.toolbar-right{
    float: right;
    overflow: hidden;
}
.toolbar-right a{
    height: 40px;
    line-height: 40px;
    width: 160px;
    float: right;
    margin-left: 10px;
}
.toolbar-right span{
    padding-right: 10px;
}
.toolbar-right span i{
    color: #04ac71;
    margin: 0 5px;
}
.toolbar-right span i.price{
    font-size: 24px;
}
.fixed_bottom{
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
}
/*hover*/
.fixed_btn a:hover{
    background: #018a5a;
    background-image: url("../images/wx.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}
.fixed_btn .fixed_order:hover{
    background: #018a5a;
    background-image: url("../images/order.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}
.fixed_btn .fixed_tel:hover{
    background: #d79224;
    background-image: url("../images/tel.png");
    background-repeat: no-repeat;
    background-position: center 10px;
}
.item1 .item_btn:hover{
    background: #efeeec;
    border-color: #efeeec;
}
.floor1_contain .default_btn:hover,.tb_enter:hover,.alert_btn a:hover,.toolbar-right .default_btn:hover,.appointment_btn:hover,.alertBox a:hover,.upgrade_Title_box .default_btn:hover,.int_btn .default_btn:hover,.input_box .btn:hover,.alert_btn .sussBtn:hover{
    background: #4893fd;
    border-color:#4893fd;
    color: #fff;
}
.item2 .item_btn:hover,.left_info a.default_btn:hover,.hull_btn .default_btn:hover,.upgrade_btn .default_btn:hover,.success_ts .default_btn:hover,.int_btn .prev_btn:hover,.alert_btn_comm .btn:hover{
    background: #efeeec;
    color:#4893fd ;
    border-color:#efeeec
}
.alert_btn .wrongBtn:hover{
    background: #d79224;
    border-color: #d79224;
}
.codeimg{
    width: 5rem;
    display: inline;
    vertical-align: middle;
    padding-left: 10px;
}

/*加载中*/
.default_btn{
    position: relative;
}
.not_allowed .loading{
    position: absolute;
    top:15px;
    right:35px;
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    background: url("../images/loading.png") right center no-repeat;
    margin: 0;
}
.loading{
    transform: rotate(0deg) translateZ(0);
    transition-duration: 2s;
    animation-name: loading;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 2s;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}