html,body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5 /* 2 */;
    font-size: 14px;
    padding: 0;
    margin: 0;
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    transition: all .15s ease;
    text-decoration: none;
}
a:hover{
    transition: all .15s ease;
}
.flex {
    display: flex;
}
.left {
    float:left;
}
.right {
    float: right;
}
.tree-btn-n {
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    color: rgba(0,0,0,.45);
    border: 1px rgba(0,0,0,.08) solid;
    display: inline-block;
    padding: 7px 15px;
    outline: none;
}
.tree-btn-n-sm {
    padding: 0 6px !important;
    font-size: 12px;
    border-radius: 2px;
}
.tree-btn-n-success {
    color: #1A9E69;
    border: 1px #1A9E69 solid !important;
}
.tree-btn-n-danger {
    color: #DB161E;
    border: 1px #DB161E solid !important;
}
.tree-btn {
    cursor: pointer;
    color: rgba(0,0,0,.84);
    font-size: 14px;
    border-radius: 3px;
    border: 1px rgba(0,0,0,.08) solid;
    display: inline-block;
    padding: 4px 15px;
    outline: none;
    font-weight: bold;
    background: -webkit-linear-gradient(#feffff,#f2f4f7); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#feffff,#f2f4f7); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#feffff,#f2f4f7); /* Firefox 3.6 - 15 */
    background: linear-gradient(#feffff,#f2f4f7); /* 标准的语法 */
}
.tree-btn-big {
    font-size: 16px;
    padding: 10px 30px !important;
}
.tree-btn-sm {
    padding: 0 6px !important;
    font-size: 12px;
}
.tree-btn-bl {
    box-sizing: border-box;
    padding: 7px 0;
    text-align: center;
    width: 100%;
}
.tree-btn-default {
    color: #354052;
    border: 1px #CED0DA solid;
    background: -webkit-linear-gradient(#FFFFFF,#F2F4F7);
    background: -o-linear-gradient(#FFFFFF,#F2F4F7);
    background: -moz-linear-gradient(#FFFFFF,#F2F4F7);
    background: linear-gradient(#FFFFFF,#F2F4F7);
}
.tree-btn-default:hover {
    background: -webkit-linear-gradient(#FFFFFF,#EAEEF3);
    background: -o-linear-gradient(#FFFFFF,#EAEEF3);
    background: -moz-linear-gradient(#FFFFFF,#EAEEF3);
    background: linear-gradient(#FFFFFF,#EAEEF3);
}
.tree-btn-default:focus {
    background: -webkit-linear-gradient(#F2F7FA,#E0E4E8);
    background: -o-linear-gradient(#F2F7FA,#E0E4E8);
    background: -moz-linear-gradient(#F2F7FA,#E0E4E8);
    background: linear-gradient(#F2F7FA,#E0E4E8);
}
.tree-btn-primary {
    color: #fff;
    border: 0;
    background: #5992D1;
}
.tree-btn-primary:hover {
    background: #5992D1;
}
.tree-btn-primary:focus{
    background: #5992D1;
}
.tree-btn-success {
    color: #fff;
    background: #1A9E69;
    -webkit-box-shadow: 0 3px 6px rgba(68, 201, 126, 0.38);
    box-shadow: 0 3px 6px rgba(68, 201, 126, 0.38);
    transition: all .1s ease-in!important;
}
.tree-btn-success:hover{
    transition: all .1s ease-in!important;
    -webkit-box-shadow: 0 5px 6px rgba(68, 201, 126, 0.38);
    box-shadow: 0 5px 6px rgba(68, 201, 126, 0.38);
}
.tree-btn-red {
    color: #fff !important;
    background: #E41717;
    transition: all .1s ease-in!important;
}
.tree-btn-red:hover{
    background: #BE0201;
    transition: all .1s ease-in!important;
}
.tree-btn-gray {
    color: #fff !important;
    background: #A9A9A9;
    transition: all .1s ease-in!important;
}
.tree-btn-gray:hover{
    background: #8C8787;
    transition: all .1s ease-in!important;
}
.tree-btn-green {
    color: #fff !important;
    background: #32D296;
    transition: all .1s ease-in!important;
}
.tree-btn-green:hover{
    background: #1BC082;
    transition: all .1s ease-in!important;
}
.tree-btn-info {
    color: #fff;
    border: 1px #5F40C1 solid;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(#8261E6,#6B47DB);
    background: -o-linear-gradient(#8261E6,#6B47DB);
    background: -moz-linear-gradient(#8261E6,#6B47DB);
    background: linear-gradient(#8261E6,#6B47DB);
}
.tree-btn-info:hover {
    background: -webkit-linear-gradient(#7352D5,#613CD0);
    background: -o-linear-gradient(#7352D5,#613CD0);
    background: -moz-linear-gradient(#7352D5,#613CD0);
    background: linear-gradient(#7352D5,#613CD0);
}
.tree-btn-info:focus {
    background: -webkit-linear-gradient(#714EDC,#5632C4);
    background: -o-linear-gradient(#714EDC,#5632C4);
    background: -moz-linear-gradient(#714EDC,#5632C4);
    background: linear-gradient(#714EDC,#5632C4);
}
.tree-btn-warning {
    color: #fff;
    border: 1px #F36A19 solid;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(#F7981C,#F76B1C);
    background: -o-linear-gradient(#F7981C,#F76B1C);
    background: -moz-linear-gradient(#F7981C,#F76B1C);
    background: linear-gradient(#F7981C,#F76B1C);
}
.tree-btn-warning:hover {
    background: -webkit-linear-gradient(#EF9219,#E86013);
    background: -o-linear-gradient(#EF9219,#E86013);
    background: -moz-linear-gradient(#EF9219,#E86013);
    background: linear-gradient(#EF9219,#E86013);
}
.tree-btn-warning:focus {
    background: -webkit-linear-gradient(#E88B12,#E75908);
    background: -o-linear-gradient(#E88B12,#E75908);
    background: -moz-linear-gradient(#E88B12,#E75908);
    background: linear-gradient(#E88B12,#E75908);
}
.tree-btn-danger {
    color: #fff;
    border: 1px #DB161E solid;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(#F85359,#DC151D);
    background: -o-linear-gradient(#F85359,#DC151D);
    background: -moz-linear-gradient(#F85359,#DC151D);
    background: linear-gradient(#F85359,#DC151D);
}
.tree-btn-danger:hover {
    background: -webkit-linear-gradient(#F14D53,#D0161D);
    background: -o-linear-gradient(#F14D53,#D0161D);
    background: -moz-linear-gradient(#F14D53,#D0161D);
    background: linear-gradient(#F14D53,#D0161D);
}
.tree-btn-danger:focus {
    background: -webkit-linear-gradient(#EC4349,#BD0C13);
    background: -o-linear-gradient(#EC4349,#BD0C13);
    background: -moz-linear-gradient(#EC4349,#BD0C13);
    background: linear-gradient(#EC4349,#BD0C13);
}
.m-5 {
    margin: 5px;
}
.m-10 {
    margin: 10px;
}
.m-15 {
    margin: 15px;
}
.m-20 {
    margin: 20px;
}
.m-40 {
    margin: 40px;
}
.m-60 {
    margin: 60px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10  {
    margin-top: 10px;
}
.m-t-15  {
    margin-top: 15px;
}
.m-t-20  {
    margin-top: 20px;
}
.m-r-5  {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20  {
    margin-right: 20px;
}
.m-b-5  {
    margin-bottom: 5px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.m-b-20  {
    margin-bottom: 20px;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.p-40 {
    padding: 40px;
}
.p-t-5 {
    padding-top:5px;
}
.p-t-10 {
    padding-top:10px;
}
.p-t-15 {
    padding-top:15px;
}
.p-t-20 {
    padding-top:20px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-l-5 {
    padding-left:5px;
}
.p-l-10 {
    padding-left:10px;
}
.p-l-15 {
    padding-left:15px;
}
.p-l-20 {
    padding-left:20px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-l-40 {
    padding-left: 40px;
}
.p-r-5 {
    padding-right:5px;
}
.p-r-10 {
    padding-right:10px;
}
.p-r-15 {
    padding-right:15px;
}
.p-r-20 {
    padding-right:20px;
}
.p-r-30 {
    padding-right:30px;
}
.p-r-40 {
    padding-right:40px;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-b-15 {
    padding-bottom: 15px;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-30 {
    padding-bottom: 30px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.input-label {
    color: rgba(0,0,0,.45);
    font-size: 12px;
    display: inline-block;
    padding-bottom: 5px;
}
.center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.input {
    width: 100%;
    border-radius: 2px;
    border: 1px rgba(0,0,0,.15) solid;
    display: inline-block;
    height: calc(2.39rem + 2px);
    padding: .575rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    background: #fff;
    color: #354052  ;
    box-sizing: border-box;
    transition: all .1s ease-in!important;
}
input:focus {
    outline: none;
    border-style:solid;
    border-color: rgba(228,23,23,1);
    /*box-shadow: 0 0 8px rgba(38,155,243,.5);*/
    /*background: #fff;*/
    transition: all .1s ease-in!important;
}
.input-big {
    padding: 12px 7px;
}
.input-sm {
    padding: 4px 7px;
}
.input-no-border {
    border-radius: 0px;
}
.tr-alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
    text-shadow: 0 1px 0 #fff;
}
.tr-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.tr-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.tr-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.tr-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.tr-close {
    position: relative;
    top: -2px;
    color: inherit;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    outline: none;
    text-shadow: 0 1px 0 #fff;
}
.tr-alert h4 {
    margin: 0;
    margin-bottom: 5px;
}
.tr-alert p {
    margin: 0;
}
.disabled {
    opacity: 0.35;

    pointer-events: none;
    position: relative;
}
.disabled:after{
    content: '';
    -webkit-animation: loader 500ms infinite linear;
    animation: loader 500ms infinite linear;
    border: 3px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1em;
    width: 1em;
    position: absolute;
    left: calc(50% - (1.4em / 2));
    top: calc(50% - (1.4em / 2));
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
}
@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.tr-dropdown{
    cursor: pointer;
}
.tr-dropdown-ul {
    width: 230px;
    top: calc(100% + 5px);
    right: -20px;
    padding: 0;
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(63, 66, 87, 0.1);
    background-color: #fff;
    border: 1px rgba(0,0,0,.04) solid;
    display: none;
    border-radius: 2px;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    text-align: left;
    z-index: 5;
}
.tr-dropdown-ul:before{
    position: absolute;
    display: inline-block;
    content: '';
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #fff;
    right: 25px;
}
.w-100 {
    width: 100px;
}
.w-130 {
    width: 130px;
}
.w-150 {
    width: 150px;
}
.w-200 {
    width: 200px;
}
.w-250 {
    width: 250px;
}
.w-300 {
    width: 300px;
}
.w-400 {
    width: 400px;
}
.input:disabled, .input[readonly] {
    background-color: #e6ecf5;
    opacity: 1;
}
.main-warp {
    width: 1200px;
    margin: 0 auto;
}
.input-box {
    position: relative;
}
.input-box input {
    position: relative;
    float:left;
}
.input-box button {
    position: absolute;
    top:0;
    right: 0;
    border-radius: 0;
    min-width: 80px;
    height: calc(2.39rem + 2px);
    padding: .575rem .75rem;
}
.disable {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}
.hide {
    display: none;
}
.textarea {
    width: 100%;
    border-radius: 2px;
    border: 1px #e6ecf5 solid;
    display: inline-block;
    padding: .575rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    background: #f8f9fc;
    min-height: 50px;
    color: #354052;
    box-sizing: border-box;
}
textarea:focus {
    outline: none;
    border-style: solid;

    background: #fff;
}
.tr-select {
    width: 100%;
    border-radius: 2px !important;
    border: 1px #e6ecf5 solid;
    display: inline-block;
    padding: .575rem .75rem;
    font-size: .9rem;
    line-height: 1.6;
    color: #354052;
    background: linear-gradient(#ffffff,#F2F4F7);
    height: calc(2.39rem + 2px);
}
select:focus {
    outline: none;
    border-style: solid;
    border-color: rgba(38, 155, 243, .8);
    box-shadow: 0 0 8px rgba(38, 155, 243, .5);
}
.text-primary {
    color: #5992D1 !important;
}
.text-success {
    color: #1A9E69 !important;
}
.text-info {
    color: rgba(26,158,105,.3) !important;
}
.text-warning {
    color: #F4BBD3 !important;
}
.text-danger {
    color: #E41717 !important;
}
.text-green{
    color: #1A9E69;
}
.pop-html-mian {
    margin: 20px;
}
.pop-btn-full {
    position: relative;
    display: flex;
    margin: 0 -5px;
}
.pop-btn-full button {
    flex: 1;
    margin: 0 5px;
}
.input-box-right .tree-btn {
    padding: .475rem .75rem;
}
.text-uppercase {
    text-decoration: underline;
}
.cursor {
    cursor: pointer;
}
.text-size-10 {
    font-size: 10px;
}
.text-size-12 {
    font-size: 12px;
}
.text-size-14 {
    font-size: 14px;
}
.text-size-16 {
    font-size: 16px;
}
.text-size-18 {
    font-size: 18px;
}
.text-size-20 {
    font-size: 20px;
}
.text-size-22 {
    font-size: 22px;
}
.text-size-24 {
    font-size: 24px;
}
.text-size-26 {
    font-size: 26px;
}
.text-size-36 {
    font-size: 36px;
}
.text-color-45 {
    color: rgba(0,0,0,.45);
}
.text-color-54 {
    color: rgba(0,0,0,.54);
}
.text-color-84 {
    color: rgba(0,0,0,.84);
}
.text-color-white {
    color: white;
}
.block {
    display: block;
}
.tr-pagination {
    margin: 25px 0;
}
.tr-pagination span{
    padding: 5px 12px;
    color: #354052;
    border: 1px #CED0DA solid;
    background: -webkit-linear-gradient(#FFFFFF,#F2F4F7);
    background: -o-linear-gradient(#FFFFFF,#F2F4F7);
    background: -moz-linear-gradient(#FFFFFF,#F2F4F7);
    background: linear-gradient(#FFFFFF,#F2F4F7);
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
}
.tr-pagination .active {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border: 1px #1585d8 solid;
    background: -webkit-linear-gradient(#2ca0f7,#1991eb);
    background: -o-linear-gradient(#2ca0f7,#1991eb);
    background: -moz-linear-gradient(#2ca0f7,#1991eb);
    background: linear-gradient(#2ca0f7,#1991eb);
}
.tr-pagination span:hover {
    background: -webkit-linear-gradient(#FFFFFF,#EAEEF3);
    background: -o-linear-gradient(#FFFFFF,#EAEEF3);
    background: -moz-linear-gradient(#FFFFFF,#EAEEF3);
    background: linear-gradient(#FFFFFF,#EAEEF3);
}
.tr-pagination span:focus {
    background: -webkit-linear-gradient(#F2F7FA,#E0E4E8);
    background: -o-linear-gradient(#F2F7FA,#E0E4E8);
    background: -moz-linear-gradient(#F2F7FA,#E0E4E8);
    background: linear-gradient(#F2F7FA,#E0E4E8);
}
.tr-pagination .active:hover {
    background: -webkit-linear-gradient(#1584d7,#2184d0);
    background: -o-linear-gradient(#1584d7,#2184d0);
    background: -moz-linear-gradient(#1584d7,#2184d0);
    background: linear-gradient(#1584d7,#2184d0);
}
.tr-pagination .active:focus{
    background: -webkit-linear-gradient(#0c73c0,#196cab);
    background: -o-linear-gradient(#0c73c0,#196cab);
    background: -moz-linear-gradient(#0c73c0,#196cab);
    background: linear-gradient(#0c73c0,#196cab);
}
.hidden {
    overflow: hidden;
}
.strong {
    font-weight: bold;
}
.notice_load {
    display: block;
    text-align: center;
    background: #EFEFEF;
    border-radius: 15px;
    padding: 5px 30px;
    margin: 30px 0;
}
.vidmask-block-back {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(8%, rgba(0, 68, 230, 0.78)), color-stop(20%, rgba(0, 49, 162, 0.78)), color-stop(60%, rgba(5, 20, 95, 0.8)), color-stop(97%, rgba(1, 6, 29, 0.8)));
    background-image: linear-gradient(180deg, rgba(0, 68, 230, 0.78) 8%, rgba(0, 49, 162, 0.78) 20%, rgba(5, 20, 95, 0.8) 60%, rgba(1, 6, 29, 0.8) 97%);
    /*background: #CAEBF2 !important;*/
    opacity: 0.6 !important;
}