/*@import "color.css";*/
/*@import "font.css";*/
/*@import "layout.css";*/
/*@import "border.css";*/
/*@import "flex.css";*/
/*@import "fa.css";*/
/*@import '//fonts.useso.com/css?family=Roboto:300,400,500,700,400italic';*/
/*@import 'https://cdn.bootcss.com/material-design-icons/3.0.1/iconfont/material-icons.css';*/
/*@import 'https://fonts.googleapis.com/icon?family=Material+Icons';*/

body{
    margin: 0;
    padding: 0;
}
a:hover{
    text-decoration: none;
}

#Page{
    /*padding: 5vw;*/
}

.redhover:hover{
    color: #ff5500!important;
}
i{
    font-style: normal;
}

.sf-toolbar{

    /*display: none !important;*/
}

.hidden{
    display: none;
}

.ofh{
    overflow: hidden;
}

.ofe{
    overflow: hidden;
    text-overflow:  ellipsis;
    word-break: break-all;
    white-space:  nowrap;
}

.color1{background: rgb(255, 0, 0);}
.color2{background: rgb(0, 153, 255);}
.color3{background: rgb(255, 153, 51);}
.color4{background: rgb(51, 102, 204);}
.color5{background: rgb(255, 51, 204);}
.color6{background: rgb(255, 102, 51);}
.color7{background: rgb(255, 102, 255);}
.color8{background: rgb(51, 153, 51);}
.color9{background: rgb(255, 0, 51);}
.color10{background: rgb(0, 204, 102);}

.OtherInfo .Row1{font-size: 24rem;}
.OtherInfo .Row2{font-size: 24rem;padding-top: 6rem;}

/*****************************end**************************/

.shadow1{
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.shadow2{
    box-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}
.shadow3{
    box-shadow: 3px 3px 12px rgba(0,0,0,0.2);
}
.shadow4{
    box-shadow: 1px 1px 24px rgba(0,0,0,0.6);
}
.shadow5{
    box-shadow: 1px 1px 48px rgba(0,0,0,0.6);
}



/*透明度相关*/
/*****************************start**************************/
.op0{opacity: 0;}
.op1{opacity: 0.1;}
.op2{opacity: 0.2;}
.op3{opacity: 0.3;}
.op4{opacity: 0.4;}
.op5{opacity: 0.5;}
.op6{opacity: 0.6;}
.op7{opacity: 0.7;}
.op8{opacity: 0.8;}
.op9{opacity: 0.9;}
/*****************************end****************************/


/*形状相关*/
/*****************************start**************************/
.list-style-1{border-left: 0.2rem solid #f7ba00;padding-left: 0.5rem;}
.list-style-2{border-left: 0.2rem solid #DDD;padding-left: 0.5rem;}


/*****************************end**************************/

/*默认图片*/
/*****************************start**************************/
.ppl{
    background-image: "/ac/assets/img/default.png";
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-size: cover;
}
/*****************************end**************************/

/*遮罩层*/
/*****************************start**************************/
.cover{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index:9999;
}
.coverHide{
    z-index:-9999;
}
/*****************************end**************************/


/*按钮*/
/*****************************start**************************/
.btn-small{
    padding: 0.4rem 0.6rem;
    line-height: 1.4em;
}
/*****************************end**************************/


/*按钮*/
/*****************************start**************************/
.comBlock{
    padding:  0.5em  0.9rem;
}
.comBlockSmall{
     padding:  0.2em  0.5rem;
 }
/*****************************end**************************/

/*图片选择裁剪工具-浮动窗*/
/*****************************start**************************/

.coperWraper{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 99999;
    display: flex;
    align-items:center;
    justify-content: center;
}

/*****************************end**************************/



/************* 表单样式 ******************/
.commonSet{
    border:1px solid #EEE;
    /*display: block !important;*/
    /*width:93%;*/
    padding: 0.5rem;
    /*margin: 0.2rem 0.5rem;*/
    margin: 0;
    background:#FFF;
    font-size: 1rem;
    border-radius: 0.1rem;
}
.inputPlain{
    border:none;
    width: 100%;
    background: none;
}
/************* 表单样式 ******************/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    /*src: url(https://fonts.gstatic.com/s/materialicons/v47/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');*/
    src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: inherit!important;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}


.ma {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: inherit!important;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}


.picCommonSize{
    width: 26vw;
    height: 39vw;
    margin: 2vw;
}
.picCommonSize img{
    width: 26vw;
    height: 39vw;
}


[v-cloak]{
    display: none;
}
.next{
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.image-blur {
    filter: blur(10px)
}