@charset "utf-8";

/* CSS Document */
/*placeholder鐨勯鑹�*/
:-ms-input-placeholder {
    color: #bbb;
    font-family: 'Microsoft Yahei';
}

::-webkit-input-placeholder {
    color: #bbb;
    font-family: 'Microsoft Yahei';
}

:-moz-placeholder {
    color: #bbb;
    font-family: 'Microsoft Yahei';
}

::-moz-placeholder {
    color: #bbb;
    font-family: 'Microsoft Yahei';
}

/*鏍囩鏍峰紡*/
html {
    height: 100%;
    width: 100%;
    border: 0;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'HanHei SC', 'Helvetica Neue',
        'Open Sans', Arial, 'Hiragino Sans GB', '寰蒋闆呴粦', STHeiti,
        'WenQuanYi Micro Hei', SimSun, sans-serif;
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'HanHei SC', 'Helvetica Neue',
        'Open Sans', Arial, 'Hiragino Sans GB', '寰蒋闆呴粦', STHeiti,
        'WenQuanYi Micro Hei', SimSun, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    list-style: none;
    width: 100%;
    background: #fff;
    height: 100%;
    border: 0;
    position: relative;
}

* {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'HanHei SC', 'Helvetica Neue',
        'Open Sans', Arial, 'Hiragino Sans GB', '寰蒋闆呴粦', STHeiti,
        'WenQuanYi Micro Hei', SimSun, sans-serif;
    box-sizing: border-box;
}

ul,
li,
p {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    text-align: justify;
    /*娈佃惤宸﹀彸瀵归綈*/
    text-justify: inter-ideograph;
    /*鏀寔IE鐨勬钀藉乏鍙冲榻�*/
}

p.ti2 {
    text-indent: 2rem;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button:focus {
    outline: none;
}

label {
    cursor: pointer;
}

input,
textarea {
    padding: 5px 10px;
}

img {
    border: 0px;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

h2 {
    font-weight: 400;
}

.pr {
    position: relative;
}

em,
i {
    font-style: normal;
}

button {
    cursor: pointer;
}

.box {
    box-sizing: border-box;
}

button:focus {
    outline: 0;
}

select {
    border: 1px solid #d3d2d2;
    outline: none;
    cursor: pointer;
    line-height: 19px;
    line-height: 25px\9;
    padding-left: 5px;
}

input {
    border: 1px solid #d3d2d2;
    outline: none;
}

.fw-normal {
    font-weight: 100 !important;
}

/*娴姩*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.clearFixed:after {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
}

.bg-white {
    background: #fff;
}

.overflow-h {
    overflow: hidden;
}

/*瀛椾綋瀵归綈*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

*:before,
*:after,
*:hover {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.division {
    display: inline-block;
    width: 2px;
    margin: 0 20px;
    height: 25px;
    background-color: black;
}

.bg-white {
    background-color: #fff;
}

.h-15 {
    height: 15px;
    margin: 0 10px;
}

.case-detail-color {
    background-color: #8a929e;
}

/* 鎸夐挳 */
.btn-go {
    background-color: #3982f7;
    border: 1px solid #3982f7;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0px 2px 4px 0px rgba(23, 49, 99, 0.24);
    border-radius: 5px;
    width: 150px;
    font-size: 16px;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.btn-go img {
    width: 20px !important;
    margin: 0 0 0 5px !important;
}

.btn-go:hover,
.btn-go.white:hover {
    background-color: #18dca7 !important;
    border: 1px solid #18dca7 !important;
    color: #fff !important;
}

.white {
    background-color: #ffffff !important;
    color: #3982f7 !important;
}

.border-trans {
    border-color: transparent !important;
}

.transparent {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.btn-consulting {
    background-color: transparent;
    color: #3982f7;
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #3982f7;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 2px 4px 0px rgba(23, 49, 99, 0.24);
}

.btn-consulting:hover {
    color: #fff;
    background-color: #18dca7;
    border: 1px solid #18dca7;
}

.btn-edit {
    color: #fff;
    background-color: #3982f7;
    box-shadow: 0px 2px 4px 0px rgba(23, 49, 99, 0.24);
    display: inline-block;
    padding: 10px 20px;
}

/*瀹藉害*/
.w90 {
    width: 90px;
}

.w120 {
    width: 120px;
}

.w140 {
    width: 140px;
}

.w160 {
    width: 160px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}

.w400 {
    width: 400px;
}

.w430 {
    width: 430px;
}

.w500 {
    width: 500px;
}

.w600 {
    width: 600px;
}

.w700 {
    width: 700px;
}

.w800 {
    width: 800px;
}

.w860 {
    width: 860px;
}

.w880 {
    width: 880px;
}

.w900 {
    width: 900px;
}

.w920 {
    width: 920px;
}

.w940 {
    width: 940px;
}

.w980 {
    width: 980px;
}

.w1100 {
    width: 1100px;
}

.w1000 {
    width: 1000px;
}

.w1200 {
    width: 1200px;
}

.w_50 {
    width: 50%;
}

.w_100 {
    width: 100%;
}

/*鏄剧ず闅愯棌*/
.show {
    display: block !important;
}

.hide {
    display: none;
}

/*涓婂唴杈硅窛*/
.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt150 {
    padding-top: 150px;
}

.pt200 {
    padding-top: 200px;
}

/*鍙冲唴杈硅窛*/
.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr50 {
    padding-right: 50px;
}

.pr60 {
    padding-right: 60px;
}

.pr70 {
    padding-right: 70px;
}

.pr80 {
    padding-right: 80px;
}

.pr90 {
    padding-right: 90px;
}

.pr100 {
    padding-right: 100px;
}

/*涓嬪唴杈硅窛*/
.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.pb140 {
    padding-bottom: 140px;
}

.pb150 {
    padding-bottom: 150px;
}

.pb200 {
    padding-bottom: 200px;
}

/*宸﹀唴杈硅窛*/
.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pl40 {
    padding-left: 40px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pl70 {
    padding-left: 70px;
}

.pl80 {
    padding-left: 80px;
}

.pl90 {
    padding-left: 90px;
}

.pl100 {
    padding-left: 100px;
}

/*楂樺害*/
.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h70 {
    height: 70px;
}

.h80 {
    height: 80px;
}

.h90 {
    height: 90px;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h_100 {
    height: 100%;
}

/*澶栬竟璺�*/
.auto {
    margin: auto;
}

.auto-1200 {
    margin: auto;
    width: 100%;
    min-width: 1200px;
}

.auto-1200-max {
    margin: auto;
    max-width: 1200px;
}

/*涓婂杈硅窛*/
.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt120 {
    margin-top: 120px;
}

.mt130 {
    margin-top: 130px;
}

.mt140 {
    margin-top: 140px;
}

.mt150 {
    margin-top: 150px;
}

.mt180 {
    margin-top: 180px;
}

.mt200 {
    margin-top: 200px;
}

.mt_50 {
    margin-top: 50%;
}

/*鍙冲杈硅窛*/
.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

.mr110 {
    margin-right: 110px;
}

.mr120 {
    margin-right: 120px;
}

.mr130 {
    margin-right: 130px;
}

.mr140 {
    margin-right: 140px;
}

.mr150 {
    margin-right: 150px;
}

.mr200 {
    margin-right: 200px;
}

.mr_50 {
    margin-right: 50%;
}

/*宸﹀杈硅窛*/
.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}

.ml110 {
    margin-left: 110px;
}

.ml120 {
    margin-left: 120px;
}

.ml130 {
    margin-left: 130px;
}

.ml140 {
    margin-left: 140px;
}

.ml150 {
    margin-left: 150px;
}

.ml160 {
    margin-left: 160px;
}

.ml170 {
    margin-left: 170px;
}

.ml180 {
    margin-left: 180px;
}

.ml190 {
    margin-left: 190px;
}

.ml200 {
    margin-left: 200px;
}

.ml250 {
    margin-left: 250px;
}

.ml300 {
    margin-left: 300px;
}

.ml_50 {
    margin-left: 50%;
}

/*涓嬪杈硅窛*/
.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb120 {
    margin-bottom: 120px;
}

.mb130 {
    margin-bottom: 130px;
}

.mb140 {
    margin-bottom: 140px;
}

.mb150 {
    margin-bottom: 150px;
}

.mb200 {
    margin-bottom: 200px;
}

/*瀛椾綋澶у皬*/
.fs-0 {
    font-size: 0;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-34 {
    font-size: 34px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-38 {
    font-size: 38px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-42 {
    font-size: 42px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-46 {
    font-size: 46px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-60 {
    font-size: 60px !important;
}

/*瀛椾綋棰滆壊*/
.colfff {
    color: #fff;
}

.col999 {
    color: #999;
}

.col666 {
    color: #666;
}

.col333 {
    color: #333;
}

.col000 {
    color: #000;
}

.colred {
    color: red;
}

.col-default {
    color: #3982f7 !important;
}

/*琛岄珮*/
.l-h-18 {
    line-height: 1.8 !important;
}

/* .btn{ background:#2090FF; color:#e4eefa;border:0; border-bottom:3px solid #3171B2; width:150px; height:40px;  font-size:22px; letter-spacing:5px;}
.btn:hover{background:#158BFF; } */

/* 瓒呭嚭闅愯棌 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 妯℃嫙鍥剧墖 */
.demo-img {
    height: 164px;
    width: 120px;
    background-color: #999;
    display: inline-block;
}
