
.close-btn{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../../images/close-btn.png) center no-repeat;
    position: absolute;
    top: 12px;
    right: 15px;
}
 .hr{
    border-top: 2px solid #666;
 }

.picScroll{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 1200px;
    padding: 0 35px;
}

 .bx-wrapper{
    padding: 0;
    width: 1130px;
    overflow: hidden;

}
.bx-wrapper  .bx-controls-direction a {
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .prev{
  background: url(../../images/prev_icon2.png) center center no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size:100%;
    background-size:100%;
    width: 50px;
    height: 86px;
    position: absolute;
    top: 34%;
    left: 0px;
}

.bx-wrapper .next{
  background: url(../../images/next_icon2.png) center center no-repeat;
    -moz-background-size:100%;
    -webkit-background-size:100%;
    background-size: 100%;
    width: 50px;
    height: 86px;
    position: absolute;
    top: 34%;
    right:0px;
}
.bx-pager{
	display:none;
}


.picScroll .pic{
	background: #ccc;
    height: 234px;
}
.picScroll .pic .img_box{
    margin-left: 22px;
    margin-right: 23px;

}

.slide {
    float: left;
    width: 365px;
}


.picScroll .title{
	font-size: 12px;
	color: #333;
	margin-top: 5px;
}
.picScroll .pic img{
	width:160px;
    height: 234px;
    display: block;
}
.picScroll .pic .info{
    width: 160px;
    height: 234px;
    background: #f9e0c4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 11px;
}
.picScroll .pic .info .pru_title{
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
}
.picScroll .pic .info .pru_conmon{
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 16px;
}
.picScroll .pic .info .more{
    display: block;
    color: #e68011;
    border: 1px solid #e68011;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin: 0 auto;
    margin-top: 20px;
}
.picScroll .pic:hover .info .more{
    display: block;
     border: 1px solid #fff;
    color: #fff;

}
.picScroll .pic:hover .info{
    background: #e68011;
}
.picScroll .pic:hover p{
    color: #fff;
}

.part_box{
    position: relative;
    margin-top: 50px;
}
.part_box .title,
.part_box .s_title{
    letter-spacing: 2px;
}
.part_box .s_title{
     margin-bottom: 30px;
}
.part_box .more_btn{
    letter-spacing: 2px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right:0px;
    top: 0px;
    background: url(../../images/more_icon.png) right center no-repeat;
    padding-right: 25px;
}



/*第一个轮播*/
/*banner轮播*/
.bigBox{ width:100%;position:relative;height:450px;overflow: hidden;margin-top: 16px;}
.bigBox .hd ul{ zoom: 1;display: inline-block;overflow: hidden; }
.bigBox .hd ul li{ float: left; width: 16px; height: 16px; background: url(../../images/wihth_cic_03.png) no-repeat;
	cursor: pointer; margin-right: 10px;text-indent: -9999px; background-size: 100%;}
.bigBox .hd ul li.on{ background: url(../../images/gray_cic_03.png) no-repeat; background-size: 100%;}
.bigBox .bd{ position:relative; height:100%; z-index:0;overflow: hidden;   }
.bigBox .bd ul,.bigBox .bd ul li{height:450px;}
.bigBox .bd ul li .bannerClass{display: block; height: 100%;}
/*.bigBox .bd img{height:auto; display:block;height: 346px;top: -5px;position: absolute;left: 159px;z-index: 1; }*/
.bigBox .bd ul li{background: none;z-index: 1;}
.bigBox .hd{position: absolute;bottom: 30px;z-index: 10; height:16px;width: 100%;
    display: inline;text-align: center;}
.bigBox .prev {width: 32px;height: 40px;position: absolute;top: 209px;z-index: 10;cursor: pointer;
text-indent: -9999px;outline: none;z-index: 1;}
 .bigBox .next {width: 32px;height: 40px;position: absolute;top: 209px;z-index: 10;cursor: pointer;
text-indent: -9999px;outline: none;z-index: 1;}
.bigBox .prev{background-position: 0px 0px;left: 232px;}
.bigBox .prev:hover{}
.bigBox .next:hover{}
.bigBox .next{background-position: 0px 0px;right:0px;}
.bigBox .arrow {width: 1150px;margin: 0 auto;position: relative;z-index: 11;}

/*banner轮播*/

/*最新资讯*/
.ul_info{
    margin-bottom: 20px;
}
.ul_info li{
    height: 200px;
    margin-bottom: 30px;
}
.ul_info li .img{
    width: 300px;
    height: 200px;
    margin-right: 36px;
}
.ul_info li .info_r{
    width: 664px;
}
.ul_info li .info_r .info_title{
    margin-bottom: 10px;
    margin-top: 30px;
}
.ul_info li .info_r .info_text{
    line-height: 1.6em;
}
.ul_info li .info_r .chck_more{
    display: inline-block;
    color: #fff;
    background: #ccc;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-top: 25px;
    border: 1px solid #ccc;
}
.ul_info li .info_r .chck_more:link,
.ul_info li .info_r .chck_more:visited{
    border: 1px solid #ccc;
    background: #ccc;
}
.ul_info li .info_r .chck_more:hover,
.ul_info li .info_r .chck_more:active{
    border: 1px solid #e68011;
    background: #e68011;
}
/*最新资讯 end*/

/*以上是首页样式*/


/*登陆 */
.main{
    background: url(../../images/login_bg.gif) center center no-repeat;
    height: 700px;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.main .login_box{
    overflow: hidden;
    height: auto;
    background: #fff;
    border: 1px solid #e3e2e2;
    padding: 46px 15px 35px 15px;
    width: 330px;
    display: inline-block;
    margin-top: 80px;
}

.login_box .title_be{
    margin-bottom: 20px;
}

.main .login_box .binding_title{
    color: #666;
    font-size:14px;
}

.main .login_box .title_box{
    overflow: hidden;
    height: 27px;
    line-height: 27px;
    width: 100%;
    border-bottom: 1px solid #e3e2e2;
    padding-bottom: 20px;
}
.main .login_box .title_box .title{
    float: left;
    font-size: 14px;
    color: #666;
}
.main .login_box .title_box .r_register{
    float: right;
    color: #e68011;
    font-size: 12px;
}
.main .login_box .title_box .now{
    color: #e68011;
    font-size: 12px;
}
.main .login_box .title_box .now:hover{
    text-decoration: underline;
}
.main .login_box .login_in{
    border: 1px solid #e3e2e2;
    width: 328px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.main .login_box .login_in .phone_iocn,
.main .login_box .login_in .pass_iocn,
.main .login_box .login_in .name_icon,
.main .login_box .login_in .team_icon,
.main .login_box .login_in .email_iocn,
.main .login_box .login_in .jigou_icon,
.main .login_box .login_in .relation_icon,
.main .login_box .login_in .jieshe_icon{
    width: 36px;
    height: 40px;
    float: left;
}
.main .login_box .login_in .jieshe_icon{
    background: url(../../images/jieshe_icon.png) center center no-repeat;
}
.main .login_box .login_in .relation_icon{
    background: url(../../images/relation_icon.png) center center no-repeat;
}
.main .login_box .login_in .jigou_icon{
    background: url(../../images/jigou_icon.png) center center no-repeat;
}
.main .login_box .login_in .email_iocn{
    background: url(../../images/email_icon.png) center center no-repeat;
}
.main .login_box .login_in .team_icon{
    background: url(../../images/team_icon.png) center center no-repeat;
}
.main .login_box .login_in .name_icon{
    background: url(../../images/name_icon.png) center center no-repeat;
}
.main .login_box .login_in .phone_iocn{
    background: url(../../images/phone_icon.png) center center no-repeat;
}
.main .login_box .login_in .pass_iocn{
    background: url(../../images/password_icon.png) center center no-repeat;
}
.main .login_box .login_in .input_box{
    height: 100%;
    line-height: 38px;
    width: 268px;
    float: left;
    font-size: 12px;
}
.change_btn{
    margin-top: 30px;
}
.main .login_box .forget{
    overflow: hidden;
    height: auto;
    margin-top: 13px;
    margin-bottom: 33px;
}
.main .login_box .forget .label_inp{
    color: #e68011;
    font-size: 12px;
    float: left;
    position: relative;
    text-indent: 22px;
    height: 18px;
    line-height: 18px;
}
.main .login_box .forget .label_inp input{
    position: absolute;
    top:2.4px;
    left: 0px;
}
.main .login_box .forget .forget_pass{
    color: #e68011;
    font-size: 12px;
    float: right;
}

.main .login_box .btn{
    width: 330px;
    height: 44px;
    line-height: 44px!important;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #e68011;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #e68011;
}

.main .login_box .btn-white{
    width: 330px;
    height: 44px;
    line-height: 44px!important;
    text-align: center;
    color: #e68011;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #e68011;
}

.second_login{
    border-top: 1px solid #d9d9d9;
    margin-top: 40px;
    text-align: center;

}

.second_login .second_text{
    color: #d9d9d9;
    margin: 0 auto;
    margin-top: -10px;
    z-index: 10;
    background: url(../../images/second_icon.png) center center no-repeat;
    width: 97px;
    height: 19px;
    margin-bottom: 20px;
}



/* 注册-------*/
.main .login_box .radio_box{
    text-align: left;
    margin-bottom: 20px;
}

.radio_box .noice{
    margin-left: 21px;
}


.label_user{
    color: #e68011;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    height: 14px;
}
.label_user .check_comm{
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0px;
}
.label_user .iCheck-no{
    background: url(../../images/radio01.png) center no-repeat;
    /*cursor:*/
}
.radio_box.active .label_user .iCheck-ed{
    background: url(../../images/radio02.png) center no-repeat;
}
.label_user .reg_input{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.login_box .title_register{
    text-align: left;
}

.main .login_box .register_in {
    width: 328px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: left;

}

.main .login_box .register_in .reg_input{
    width: 190px;
    height: 40px;
    line-height: 40px;
    color: #333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #e3e2e2;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.main .login_box .register_in .huo_ma{
    background: none;
    border: 0;
    height: 40px;
    line-height: 40px;
    margin-left: 14px;
}
.main .login_now{
    margin-top: 14px;
}
.main .zouyu_reg{
    margin-top: 10px;
    width: 328px;
    color: #333;

}
.main .textarea{
    color: #333;
   -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e3e2e2;
    width: 100%;
    height: 115px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;

}
.main .input_lian{
    margin-top: 10px;
    width: 328px;
    color: #333;
    background: none;
    border: 1px solid #e3e2e2;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.main_reg03 {
    height: 823px;
    background: url(../../images/login_bg02.gif) center center no-repeat;
}
.main_reg03 .login_box {
        margin-top: 40px;
}

/*注册 end*/
/* 修改密码成功提示框 */
.a_commonbox,.se_commonbox{
    display: none;
}
.alert_box{
    position: absolute;
    top: 0px;
    left: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 100%;
    z-index: 10;
}
.alert_boxbg,.se_commonbox{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 11;
    text-align: center;
}
 .alert_address{
    background: #fff;
    z-index: 20;
    width: 332px;
    display: inline-block;
    margin-top: 15%;
}
.a_commonbox .alert_address .confirm,
.a_commonbox .alert_address .cancel{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: none;
    outline: none;
    border: 0;
}
.a_commonbox .alert_address .confirm{
    border-right: 1px solid #f2f2f2;
}
.alert_address .made_text{
    margin-top: 12px;
    margin-bottom: 14px;
}
.alert_address .made_true{
    border-top: 1px solid #f2f2f2;
}
.alert_address .alert_img{
    margin-top: 16px;

}
.a_commonbox .alert_address .confirm:hover,
.a_commonbox .alert_address .cancel:hover{
    color: #e68011;
}

/* 修改密码成功提示框  end*/

/*订单详情*/
.order_part{
    margin-bottom: 50px;
}
.order_nub{
    margin-top: 14px;
    margin-bottom: 10px;
}

.order_part .way{
    font-size: 14px;
    margin-bottom: 18px;
    margin-top: 2px;
}
.details_part01 .order_ul li{
    margin-bottom: 2px;
    overflow: hidden;
    line-height: 1.8em;
}
.details_part01 .order_ul .p_width1{
    text-align: right;
    width: 100px;
}

.details_part02 .table th{
    background: #f2f2f2;
    padding:12px 0;
    text-align: center;
}
.details_part02 .table td{
    padding: 18px 0;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
}
.details_part02 .table td .order_img{
    border:8px solid #f2f2f2;
    text-align: center;
     width: 127px;
    height: 185px;
}
.details_part02 .table td.td_details{
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 20px;
}

.details_part02 .table td li{
    margin: 10px 0px;
    height: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;

}

.details_part02 .table td.td_details{
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 20px;
}
.details_part02 .table td .p_w{
    width: 48px;
    text-align: right;
}
.details_part03 .erma_img{
    width: 180px;
    height: 180px;
    margin-bottom: 10px;
}
.details_part03 .erwei_box{
    text-align: center;
    margin-right: 80px;
}

.details_part03 .erwei_text{
    width: 650px;
}

.erwei_text .erwei_title{
    margin-bottom: 10px;
    margin-top: 20px;
}

.erwei_text ul li{
    color: #333;
    line-height: 1.6em;
    margin: 6px 0;
}

/*订单详情 end*/

/*合唱团-订单中心*/

.tab_ul{
    text-align: center;
    overflow: hidden;
    margin: 30px 0;
}
.tab_ul li{
    display: inline-block;
    color: #666;
    margin: 0 45px;
    cursor: pointer;/*光标变成手型*/
}
.tab_ul li.active{
    color: #e68011;
}

.btn_submit {
    background: #e68011;
    color: #fff;
    border: 1px solid #e68011!important;
    display: inline-block;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
}
.order_num{
    margin-bottom: 10px;
}

/*合唱团-订单中心 end*/
/*我的乐谱库*/
.explain_title{
    margin-top: 20px;
    margin-bottom: 6px;
}
.explain_text{
    line-height: 20px;
}

.pro_detail .detail_li{
    margin-bottom: 10px;

}
.pro_detail .li_title{
    margin-bottom: 10px;
    margin-top: 20px;
}

/*我的乐谱库 end*/

/*我的收藏*/
.collect{
    margin-top: 40px;
}

.collect_dell {
    background: #fff;
    color: #e68011;
    border: 1px solid #e68011!important;
    display: inline-block;
    width: 82px;
    height: 28px;
    text-align: center;
    line-height: 26px!important;
    margin-top: 20px;
}
.collect_kong {
    border-bottom: 1px solid #f2f2f2;
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 38px;
    padding: 100px 0px;
    display: none;
}

.collect_kong .collect_add:hover {
    color: #e68011;
}
.collect_kong .collect_add {
    color: #000;
}

/*我的收藏 end*/

/*乐谱列表*/

.toggle_box{
    background: #fff;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.toggle_box .sreach_up{
    display: inline-block;
    cursor: pointer;
}

.toggle_box .sreach_up .icon_con{
    margin-left: 16px;
    width: 15px;
    height: 9px;
    display: inline-block;
}

.toggle_box .toggle_down .down_icon{
    background: url(../../images/down_icon.png);
}
.toggle_box .toggle_up .up_icon{
    background: url(../../images/up_icon.png);
}



.container{
    margin-top: 38px;
    display: none;
}
.label_team {
    line-height: 34px;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    cursor: default;
    color: #333;

}

.label_team .input_team {
    width: 252px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
.label_team .input_name{
    margin-right: 20px;
    width: 50px;
}

.container dl{
    margin-bottom: 20px;
    overflow: hidden;
}

.container dl dt{
    display: inline-block;
    margin-right: 20px;
    width: 50px;
}

.container dl dt,
.container dl dd{
     float: left;
}
.container dl dt{
    height: 32px;
    line-height: 32px;
}

.container dl dd{
    margin-right: 30px;
}

.container dl dd a{
    display: inline-block;
    width: 94px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #000;
    border: 1px solid #ccc;
}

.container dl dd.selected a{
    color: #e68011;
    border: 1px solid #e68011;
}

.sreach_btn{
    color: #fff;
    background: #e68011;
    height: 34px;
    width: 95px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}
.common_part02{
    background: #f2f2f2;
    padding-bottom: 50px;
}

.list_ul {
    margin-left: -24px;
}
.list_ul li{
    width: 232px;
    margin-left: 24px;
    margin-bottom: 24px;
    color: #000;
    float: left;
}
.list_ul li .produt_a{
    border: 1px solid #ccc;
    width: 230px;
    height: 335px;
    display: block;
    overflow: hidden;
}
.list_ul li .produt_a img{
    width: 100%;
    height: 100%;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.list_ul li .produt_a img:hover{
       -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.list_ul li .proudt_name{
    display: block;
    font-size: 14px;
    color: #000;
    margin-top: 14px ;
    margin-bottom: 8px;
    height: 19px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.list_ul li .text-initial{
    text-align: initial;
}

.list_ul li .produt_det{
    line-height: 20px;
    text-overflow:ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list_ul li .proudt_name:hover{
    color: #e68011;
}

.list_ul{
    margin-top: 30px;
}

/*页码*/
.page_box{
    text-align: center;
    margin-top: 20px;
    margin-bottom:30px;
}
.page_box .content{
    display: inline-block;
    margin-bottom: 10px;
}
.page{
    list-style: none;
}
.page>li{
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    float: left;
    cursor: pointer;
    font-size: 12px;
    color: #000;
}
.page .pageItem{
    border: solid thin #ccc;
    margin: 3px;
}
.page .pageItemActive{
    border: 1px solid #ccc;
    margin: 3px;
    background-color: #fff;
    color: #e68011;
}
.page .pageItem:hover{
    border:1px solid #ccc;
    background-color: #fff;
    color:#333;
}
.page .pageItemDisable{
    border: 1px solid #ccc;
    margin: 3px;
}
.page {
    width: 100%;
    height: 36px;
    line-height: 36px;
    float: left;
    text-align: center;
    margin: 0;
}

/*页码*/

/*乐谱列表 end*/
/*乐谱详情*/
.detail_p{
    width: 230px;
    height: 335px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-left: 112px;
    margin-right: 70px;
}
.detail_p .detail_img{
    width: 100%;
    height: 100%;
}
.details_box .details_ul .details_name{
    color: #000;
    font-size: 16px;
}
.details_box .details_ul li{
    color: #333;
    line-height: 30px;
}
 .details_btn{
   background: #fff;
    color: #e68011;
    border: 1px solid #e68011!important;
    display: inline-block;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px!important;
    margin-right: 32px;
    margin-top: 22px;
}

 .details_btn:hover{
    background: #e68011;
    color: #fff;
    border: 1px solid #e68011!important;
    display: inline-block;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px!important;
}
 .details_add{
     color: #fff;
     background: #e68011;
     height: 34px;
     width: 200px;
     line-height: 34px;
     text-align: center;
     display: block;
     margin-top: 40px;
     border: 1px solid #e68011;
 }

 .light_btn{
     background-color: #fff;
     color: #e68011;
 }

.inl_block{
    display: inline-block;
}
.dianji{
    margin-top: 70px;
    margin-bottom: 20px;
}
.img_ul{
    margin-left: -24px;
}
.img_ul li{
    float: left;
    margin-left: 24px;
}

.img_ul li .lightsGal{
    display: block;
     cursor: url(../../images/zoomin.cur), default;
}

.details_part03{
    margin-top: 26px;
}
.chcek_r{
    width: 684px;

}

.chcek_r .my_deTitle{
    margin-top: 60px;
    margin-bottom: 14px;
}
.chcek_r .my_detailtext{
    line-height: 22px;
}


.erweima{
    width: 240px;
    height: 240px;
    margin: 0 30px 0 46px;
}

.imgContent{
    margin-top: 20px ;
    margin-left: -24px;
}

.imgContent .light_li{
    display: inline-block;
    width: 484px;
    height: 645px;
    border: solid 1px #ccc;   
    background-color: #f4f5f5;
    opacity: 0.87;
    margin-bottom: 24px;
    margin-left: 24px;
    overflow: hidden;
}

.imgContent .light_li .evaluate_img{
    max-width: 100%;
}



/*乐谱详情 end*/

/*联系我们*/
.relat_img{
    width: 868px;
    height: 580px;
    margin-top: 50px;
    margin-bottom: 30px
}
.relation_t{
    text-indent: 2em;
    line-height: 20px;
}

.relat_map{
     width: 868px;
    height: 478px;
    margin-top: 30px ;
    margin-bottom: 50px
}
.relation_ul li{
    margin-bottom: 10px;
    color: #000;
}

/*联系我们 end*/
/*确认订单-表演授权*/
.perform_ul{
    text-align: center;
    margin-top: 24px;
    margin-bottom: 60px;
}
.perform_ul li{
    margin: 0 7px;
    width: 130px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    display: inline-block;
    background: url(../../images/order_bg11.png) center center no-repeat;
}

.perform_ul .order_li01{
    background: url(../../images/order_bg12.png) center center no-repeat;
}
.perform_ul .order_li02{
    background: url(../../images/order_bg12.png) center center no-repeat;
}
.perform_ul .order_li03{
    background: url(../../images/order_bg12.png) center center no-repeat;
}
.perform_ul .order_li04{
    background: url(../../images/order_bg12.png) center center no-repeat;
}

.order_details{
    width: 572px;
    margin: 0 auto;
}

 .print_per-ul{
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    text-align: center;
}
.print_per-ul .print_title{
    display: inline-block;
    color: #000;
    margin: 0 20px;
    cursor: pointer;
}
.print_per-ul .print_title:hover{
    color: #e68011;
}
.print_per-ul .print_title.active{
    color: #e68011;
}
.order_details .order_dul{
    margin-bottom: 50px;
}
.order_details .order_dul li{
     margin: 16px 0px;

}
.order_details .order_dul li.dul_li01,
.order_details .order_dul li.dul_li04{
    height: 34px;
    line-height: 34px;
}
.order_details .team_toggle{
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border:1px solid #333;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

.order_details .team_toggle .ordr_down{
    background: url(../../images/down_icon.png) center no-repeat;
    width: 15px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
    background-size: 88%;
    z-index: 1;
}

.order_details .team_toggle .choose_team,
.order_details .time_order{
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.order_details .toggle_down,
.order_details .toggle_time{
    width: 200px;
    border: 1px solid #333;
    margin-top: 0px;
    margin-left: -1px;
    z-index: 10;
    border-top: 0;
    background: #fff;
    position: absolute;
    top: 32px;
    left:0px;
    display: none;

}
.order_details .toggle_down a,
.order_details .toggle_time a{
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;

}

.order_details .toggle_down a:hover,
.order_details .toggle_time a:hover{
    background: #f2f2f2;
}

.order_details .order_dul li .span_w{
    width: 84px;
    text-align: right;
    margin-right: 8px;
}


.dul_li04 .time_toggle {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #333;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

.dul_li04 .time_toggle .ordr_down{
    background: url(../../images/down_icon.png) center no-repeat;
    width: 15px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 10px;
    background-size: 88%;
}

 .order_details .toggle_time{
    width: 100px;
 }

.order_next{
    margin: 0 auto;
    margin-top: 40px;
}


/*确认订单-拷贝授权 */
.order_details .order_dul li .print_input{
    width: 400px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #333;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 10px;

}

.order_details .order_dul li.print_li{
    height: 34px;
    line-height: 34px;
}

.order_details .order_dul li .span_pw{
    width: 72px;
    text-align: right;
    margin-right: 8px;
}

.label_print .check_comm {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0px;
}

.label_print .print_radio {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 2px;
    left: 0px;
    cursor: pointer;
}

.label_print {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-right: 40px;
}
.order_details .order_dul li.dul_li10{
    height: 16px;
    line-height: 16px;
}
.label_print .iCheck-no{
     background: url(../../images/print_icon01.png) center no-repeat;
}

.label_print.on .iCheck-ed{
     background: url(../../images/print_icon02.png) center no-repeat;
}
.order_dul .form_box{
    margin-right: 20px;
}
.order_dul .form_box .min, .order_dul .form_box .add {
    background: none;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    border: 1px solid #ccc;
}

.order_dul .form_box .text_box {
    background: none;
    width: 48px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin-left: -4px;
}
.add_mar{
    margin-left: -4px;
}

/*确认订单-拷贝授权 end*/

/*确认订单-订单信息 */
.h2_dtitle{
    margin-bottom: 6px;
}
 .ul_team {
    width: 1000px;
    background: #f2f2f2;
}
 .ul_team .label_details.active .team_li {
    border: 1px solid #e68011;
}
 .ul_team .team_li {
    width: 370px;
    border: 1px solid #999;
    background: #f2f2f2;
    color: #000;
    padding-right: 15px;
    overflow: hidden;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 16px;
}
 .ul_team .li_btn {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 30px;
    padding-top: 20px;
}

.marginB30{
    margin-bottom: 30px;
}

.ul_team .li_btn .zhusi{
    margin-left:72px;
    width: 770px;
    overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     height: 16px;
}

.agree_content {
    overflow: hidden;
    margin-top: 20px;
}

.label_agree {
    padding-left: 20px;
    position: relative;
    height: 16px;
    display: inline-block;
    margin-top: 10px;
}

 .agree_content .agree_btn{
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0px;
    content: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

 .agree_content .agree_btn:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(../../images/print_icon01.png) center no-repeat;
}

.agree_content .agree_btn:checked:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../../images/print_icon02.png) center no-repeat;
}


.label_agree .iCheck-no {
    
}

.label_agree.on .iCheck-ed {
    background: url(../../images/print_icon02.png) center no-repeat;
}

.ul_team .ul01 {
    margin-top: 15px;
    margin-left: 15px;
}

 .ul_team .ul01 .li_second {
    margin-bottom: 10px;
    letter-spacing: 1px;
    overflow: hidden;
    line-height: 20px;
}

 .ul_team .ul01 .li_width {
    display: inline-block;
    width: 80px;
    text-align: right;
}
.label_details {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    height: 157px;
    margin-left: 50px;
    margin-top: 30px;
}
.label_details:hover .team_li{
    border: 1px solid #e68011;
}
.label_details:hover .iCheck-ed{
    background: url(../../images/print_icon02.png) center no-repeat;
}


.label_details .iCheck-no {
    background: url(../../images/print_icon01.png) center no-repeat;
}
.label_details.on .iCheck-ed {
    background: url(../../images/print_icon02.png) center no-repeat;
}
.label_details .print_radio {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 2px;
    left: 0px;
    cursor: pointer;
}
.label_details .check_comm {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0px;
}

/*确认订单-订单信息 end*/
/*确认订单-支付 */
.play{
    height: 200px;
    background: #f2f2f2;
    width: 1000px;
}
.label_play.active  .play_way{
    border: 1px solid #e68011;
    margin-left: 10px;
}

.label_play {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    /* height: 157px; */
    margin-left: 50px;
    margin-top: 30px;
}
.label_play.on .iCheck-ed {
    background: url(../../images/print_icon02.png) center no-repeat;
}

.label_play .print_radio {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 2px;
    left: 0px;
    cursor: pointer;
}
.label_play .check_comm {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0px;
}
 .play_btn{
    margin: 0 auto;
    display: block;
}
.play_box{
    margin-top: 90px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 50px;
}
.play_num{
    margin: 30px 0 90px 0;
}


/*确认订单-支付 end*/

/*确认订单-支付成功 */
.message_box{
    text-align: center;
    line-height: 200px;
}

.message_box .message {
    background: url(../../images/pass_set.png) left center no-repeat;
    padding-left: 55px;
    font-size: 16px;
    color: #000;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}

/*确认订单-支付成功 end*/

/*商品详情-作曲家*/

.detail_img{
    margin: 0 0 10px 0;
}
.det_ul{
    width: 694px;
}
.det_ul li.li-common{
    margin-bottom: 20px;
}
 .details_name .name{
    border-left: 6px solid #000;
    padding-left: 16px;
 }
 .details_name .name .p_type{
    display: block;
 }

.pro_introduce{
    background: #fff;
    border: 1px solid #ccc;
    padding:20px;
    width:100%;
     -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.pro_introduce .int_h2{
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.li-common .size_ul{
    margin-left: -50px;
}
.li-common .size_ul .size_li{
    width: 350px;
    float: left;
    margin-left: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-top: 15px;
}
.defule_btn{
    margin: 0 10px;
}
.print_btn{
    margin-top: 0;
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    display: inline-block;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-right: 32px;
}
.print_btn.active{
    border: 1px solid #e68011;
    color: #e68011;
}
.left_box{
    margin-right: 70px;
}
.left_box .collent_bnt{
     height: 14px;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    line-height: 14px;
    color: #e68011;
}
.left_box .collect1 {
    background: url(../../images/red_collect.png) left center no-repeat;
}
.left_box .collect2 {
    background: url(../../images/red_collect02.png) left center no-repeat;
}
.yi_look{
    border-left: 4px solid #000;
    padding-left: 10px;
    display: inline-block;
    margin-top: 70px;
    margin-bottom: 30px;
    height: 16px;
    line-height: 16px;
}

.detail_imgBox{
    width: 100%;
    text-align: center;
    height: 600px;
    overflow: hidden;
}
.vido_box{
    width: 880px;
    /*height: 486px;*/
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.vido_box .vido_a{
    display:block;
    width: 100%;
    height: 100%;
    position: relative;
}

.vido_a .vido_bg{
    width: 880px;
    height: 486px;
    background: #000;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
}
.vido_a .play_icon{
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -45px;
    margin-top: -45px;
}
.show_ul .show_li{
    border-bottom: 1px solid #333;
    padding: 30px 0;
    overflow: hidden;
}
.show_ul .show_li .touxing{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}
.show_ul .show_li .user_name{
    margin: 10px 0px;
}
.show_ul .show_li .li_div{
    margin-right: 35px;
}
.show_ul .show_li .evla_content{
    width: 883px;
    text-align: left;
    line-height: 20px;
    margin-top: 30px;
}
.showMorehandle{
    color: #e68011;
    padding: 10px 0;
    border-bottom:1px solid #ccc;
    background: #fff;
    cursor: pointer;
    text-align: center;
}
.showMorehandle .down_icon{
    background: url(../../images/down_icon.png);
    margin-left: 16px;
    width: 15px;
    height: 9px;
    display: inline-block;
}

/*商品详情-作曲家 end*/

/*搜索结果*/
.key{
    margin-top: 50px;
    margin-bottom: 30px;
}

.sreach_ul {
   margin-left: -47px;
   margin-top: 30px;
}

.sreach_ul li{
    width: 300px;
    border: 1px solid #ccc;
    height: 380px;
    overflow: hidden;
    margin-left: 47px;
    float: left;
    margin-bottom: 24px;
}

.sreach_ul li .sreach_a{
    width: 300px;
    height: 200px;
    display: block;
    overflow: hidden;
}
.sreach_ul li .sreach_a img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.sreach_ul li .sreach_a img{
    width: 300px;
    height: 200px;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.sreach_ul li .info_title{
    margin: 20px 10px 10px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sreach_ul li .info_details{
    margin: 0 30px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.sreach_ul li .sreach_more{
    display: block;
    width: 128px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e68011;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
}

/*搜索结果 end*/

/*我的乐谱库祥情 -作曲家*/
.comp_div{
    display: table;
    overflow: hidden;
    height: 337px;
}
.comp_div .composer_de{
   vertical-align:middle;
   display:table-cell;
}
.comp_part02{
    margin-top: 20px;
}
.title_composer{
    margin-top: 80px;
    margin-bottom: 30px;
}
.comp_part02 .comp_table tr th{
    background: #fff;
    text-align: center;
    padding:10px 0;
    color: #666;
}

.comp_part02 .comp_table tr td{
    text-align: center;
    padding:10px 0;
    color: #666;
    border-bottom: 1px solid #fff;
    padding:20px 0;
}

.comp_part02 .comp_table a:hover{
    color: #e68011;
}

.complain_ul .complain_li{
    overflow: hidden;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.complain_ul li .complain_text{
    margin-bottom: 30px;
}
.demand_box  .demand_bg{
    margin-bottom: 16px;
}

.demand_form .demand_label .demand_input{
    width: 460px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.demand_form{
    margin: 0 auto;
    margin-top: 40px;
    width: 512px;
    margin-bottom: 100px;
}
.demand_form .demand_text{
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 26px;
}

.demand_btn{
    color: #fff;
    background: #e68011;
    height: 34px;
    width: 200px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border: 0;

}
.demand_result{
    margin-top: 80px;
    display: none;

}

._result_T{
    margin-top: 20px;
}

.demand_result .result_title{
    margin-bottom: 40px;
}


/*我的乐谱库祥情 -作曲家 end*/
/*正版查验-侵权举报*/
.report_label{
    margin-bottom: 15px;
    display: block;
    height: 34px;
    line-height: 34px;
}
.report_form .report_input{
    width: 460px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.report_textarea{
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.report_form {
    margin: 0 auto;
    margin-top: 40px;
    width: 588px;
}

.report_form .span_re{
    width: 72px;
    text-align: right;
    display: block;
}
.report_form .report_area{
    width: 460px;
     border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
    min-height: 140px;
}

.report_con{
    margin-top: 30px;
    margin-bottom: 32px;
    text-align: left;
    line-height: 20px;
}
.report_sec{
    overflow: hidden;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    margin-top: 40px;
    margin-bottom: 200px;
}
.report_sec .success_icon{
    background: url(../../images/report_icon.png) center ;
    height: 44px;
    width: 44px;
    display: inline-block;
    margin-right: 20px;
}

/*正版查验-侵权举报 end*/
/*资讯详情*/
.info_p .info_img{
    width: 870px;
    height: 390px;
}
.informa_text{
    line-height: 20px;
    text-indent: 2em;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*资讯详情 end*/
/*立即评价*/
.evalutate_text{
    border: 1px solid #ccc;
    min-height: 200px;
    width: 500px;
    padding:10px;
    color: #000;
    border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 30px;
}

/*立即评价 end*/
/*作曲家详情*/
.det_ul li.li-comDet{
    margin-bottom: 10px;
}
.comDet_p{
    margin:0;
}
 .comDet_r{
    height: 337px;
    overflow: hidden;
    display: table;
}
.composer_d .comDet_p{
    margin-right: 70px;
}
 .comDet_r .comDet_ul{
    vertical-align: middle;
    display: table-cell;
}
.comDet_introduce{
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.comDet_introduce .p_text{
    line-height: 20px;
}

.yiyou{
    border-left: 4px solid #000;
    padding-left: 10px;
    display: inline-block;
    margin-top: 70px;
    height: 16px;
    line-height: 16px;
}

/*作曲家详情 end*/
 /*为空情况*/
 .tab .no_goods {
     margin-top: 110px;
     margin-bottom: 110px;
     text-align: center;
 }
 .tab .no_goods a{
     color:#999;
 }
 /*资讯详情 */

.information-details img,.contact-details img{
    /*display: block;*/
    max-width: 100%;
    /*margin-bottom: 20px;*/
}

.information-details img{
    display: inline;
}
p strong{
    font-weight: bold;
}
.information-details p,.contact-details p{
    margin: 20px 0;
}
.contact-details{
    border-top: 2px solid #666;
}

 .contact-contnet, .information-details{
    width: 750px;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
}

.contact-details .contact-contnet .relation_ul{
    display: inline-block;
    text-align: left;
}

.contact-details .contact-contnet .relation-content{
    text-align: center;
}

 strong{
    font-weight: bold;
}

  /*资讯详情 */

  /*作曲家用户注册页面更改*/
.regChange .regTop{
    overflow: hidden;
}
.regChange .login_box{
    width:auto;
}
 .fl{
    float: left;
 }

.regChange .img-contenrt{
    margin-top: 9px;
    margin-left: 15px;
    position: relative;
}

.regChange .img-contenrt img{
    border: 1px solid #eee;
    margin-bottom: 18px;
    display: block;
    line-height: 172px;
}
 .regChange .imgBtn{
    width: 118px;
    height: 24px;
    border: 1px solid #e68011;
    font-size: 12px;
 }

 .regChange .hidenbtn{
    position: absolute;
    bottom: 0;
    opacity: 0;
    filter:alpha(opacity=100);
 }

 .regChange .login_box .login_in{
    width: 238px;
 }


 .regChange .login_box .login_in .input_box {
    width: 200px;
 }

 .regChange .zouyu_reg{
    width: 240px;
 }

.regChange .input_lian{
    width: 100%;
}
 /*作曲家用户注册页面更改*/

 /*截取按钮样式*/
 .mui-btn-primary, .mui-btn[data-mui-color=primary]{
     color: #FFF;
     background-color: #2196F3;
 }

 .mui-btn-floating, .mui-btn[data-mui-style=fab] {
     position: relative;
     padding: 0;
     width: 55px;
     height: 55px;
     line-height: 55px;
     border-radius: 50%;
     z-index: 1;
 }

 .mui-btn-floating, .mui-btn-raised, .mui-btn[data-mui-style=fab], .mui-btn[data-mui-style=raised] {
     box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.2);
 }

 .mui-btn {
     -webkit-animation-duration: .0001s;
     animation-duration: .0001s;
     -webkit-animation-name: mui-node-inserted;
     animation-name: mui-node-inserted;
     font-weight: 500;
     font-size: 14px;
     line-height: 18px;
     color: rgba(0,0,0,.87);
     text-transform: uppercase;
     color: rgba(0,0,0,.87);
     background-color: #FFF;
     transition: all .2s ease-in-out;
     display: inline-block;
     height: 36px;
     padding: 0 26px;
     margin-top: 6px;
     margin-bottom: 6px;
     border: none;
     border-radius: 2px;
     cursor: pointer;
     -ms-touch-action: manipulation;
     touch-action: manipulation;
     background-image: none;
     text-align: center;
     line-height: 36px;
     vertical-align: middle;
     white-space: nowrap;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     font-size: 14px;
     position: relative;
     overflow: hidden;
 }

 /*截取按钮样式  end*/
 .marginT30{
    margin-top: 30px;
 }