html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td ul,
li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*vertical-align: baseline;*/
    background: transparent;
}

body {
    font-size: 13px !important;
    font-family: 'microsoft yahei'
}

[ng-cloak],
[g-per] {
    display: none;
}


/*解决浏览器半透明问题*/

html,
body {
    -ms-overflow-style: scrollbar;
}


/*-----------------background-style----------*/

.body_bge {
    background: #00349A;
}

.body_bg {
    background: #ececec;
}

.main_bg {
    background: #f9f9f9;
}

.bg_gray {
    background: #F6F6F6
}

.bg_fff {
    background: #fff;
}

.regis_bg1 {
    background: #FFA0A0;
}

.regis_bg2 {
    background: #E9D14C;
}

.regis_bg3 {
    background: #7BC0F1;
}

.regis_bg4 {
    background: #59DC4C;
}

.btn_gray {
    background: #e7e7e7 !important;
}

.wd_999 {
    color: #999;
}

.wd_red {
    color: #f00;
}

.order_red {
    color: #ff0606;
}

.wd_black {
    color: #000 !important;
}

.wdl_gray {
    color: #7e7e7e;
}

.wdl_gray1 {
    color: #5a5a5a;
}

.wd_left {
    color: #4C5FA6;
    font-weight: bold;
}

.wd_intergray {
    color: #333;
}

.wd_static {
    color: #929292;
}

.wd_links1 {
    color: #000;
}

.wd_links1:hover {
    color: #ff9932;
}


/*-------------------float style----------------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.wd_nr {
    word-break: break-all;
}

.underline {
    text-decoration: underline;
}

.clearfix:after {
    content: "";
    display: table;
    ;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*-------------------text-align style----------------*/

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.text_justify {
    text-align: justify;
}


/*两端对齐*/

.vertical_midlle {
    vertical-align: middle;
    display: table-cell;
}

.pointer {
    cursor: pointer;
}


/*-------------------center block style----------------*/

.div_center {
    margin: 0 auto;
}

a {
    text-decoration: none;
}


/*a标签去除下划�?*/

.overflow {
    overflow: hidden;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.inline {
    display: inline-block;
}

.bt1 {
    border-top: 1px solid #DCDCDC;
}

.br {
    border-right: 1px solid #DCDCDC !important;
}

.link {
    text-decoration: underline;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.border-line {
    border-bottom: 1px solid #dedede;
}


/*-------------------font-size style----------------*/

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px !important;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs30 {
    font-size: 30px;
}

.ffYaHei {
    font-family: "Microsoft YaHei";
}

.ffCalibri {
    font-family: 'Calibri';
}

.ffsim {
    font-family: 'SimSun';
}

.italic {
    font-style: italic;
}


/*-------------------color style----------------*/

.normal {
    font-weight: normal !important;
}

.bold {
    font-weight: bold;
}

.wd_fff {
    color: #fff !important;
}

.wd_blue {
    color: #07467C;
}

.wd_gray {
    color: #929292;
}

.headerwd_gray {
    color: #333;
}

.regi_blue {
    color: #4171b8;
}

.regi_gray {
    color: #969696;
}

.regi_red {
    color: #f00;
}

.wd_org {
    color: #E0600B;
}

.login_blue {
    color: #07467C;
}

.wd_fff {
    color: #fff;
}

.ship_org {
    color: #ff4400;
}

.ship_gray {
    color: #c0c0c0;
}

.rail_itemwd {
    color: #6d6d6d;
}


/*-------------------text-indent style----------------*/

.indent {
    text-indent: 24px;
}


/*-------------------margin-left style----------------*/

.ml-5 {
    margin-left: -5px;
}

.ml-7 {
    margin-left: -7px;
}

.ml-1 {
    margin-left: -1px;
}

.ml-2 {
    margin-left: -2px;
}

.ml-3 {
    margin-left: -3px;
}

.ml-10 {
    margin-left: -10px;
}

.ml-55 {
    margin-left: -55px;
}

.ml-40 {
    margin-left: -40px;
}

.ml-72 {
    margin-left: -72px;
}

.ml-99 {
    margin-left: -99px;
}

.ml-108 {
    margin-left: -108px;
}

.ml-140 {
    margin-left: -140px;
}

.ml-180 {
    margin-left: -180px;
}

.ml-214 {
    margin-left: -214px;
}

.ml1 {
    margin-left: 1px;
}

.mrr1 {
    margin-right: 1px;
}

.ml2 {
    margin-left: 2px;
}

.ml3 {
    margin-left: 3px;
}

.ml4 {
    margin-left: 4px;
}

.ml5 {
    margin-left: 5px;
}

.ml9 {
    margin-left: 9px;
}

.ml7 {
    margin-left: 7px;
}

.ml8 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.ml11 {
    margin-left: 11px;
}

.ml12 {
    margin-left: 12px;
}

.ml13 {
    margin-left: 13px;
}

.ml14 {
    margin-left: 14px;
}

.ml15 {
    margin-left: 15px;
}

.ml16 {
    margin-left: 16px;
}

.ml17 {
    margin-left: 17px;
}

.ml18 {
    margin-left: 18px;
}

.ml19 {
    margin-left: 19px;
}

.ml20 {
    margin-left: 20px !important;
}

.ml21 {
    margin-left: 21px !important;
}

.ml22 {
    margin-left: 22px;
}

.ml23 {
    margin-left: 23px;
}

.ml24 {
    margin-left: 24px;
}

.ml25 {
    margin-left: 25px !important;
}

.ml26 {
    margin-left: 26px;
}

.ml27 {
    margin-left: 27px;
}

.ml28 {
    margin-left: 28px;
}

.ml29 {
    margin-left: 29px;
}

.ml30 {
    margin-left: 30px !important;
}

.ml31 {
    margin-left: 31px;
}

.ml32 {
    margin-left: 32px;
}

.ml33 {
    margin-left: 33px;
}

.ml34 {
    margin-left: 34px;
}

.ml35 {
    margin-left: 35px;
}

.ml36 {
    margin-left: 36px;
}

.ml37 {
    margin-left: 37px;
}

.ml38 {
    margin-left: 38px;
}

.ml39 {
    margin-left: 39px;
}

.ml40 {
    margin-left: 40px;
}

.ml41 {
    margin-left: 41px;
}

.ml42 {
    margin-left: 42px !important;
}

.ml43 {
    margin-left: 43px;
}

.ml44 {
    margin-left: 44px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml47 {
    margin-left: 47px;
}

.ml49 {
    margin-left: 49px;
}

.ml50 {
    margin-left: 50px;
}

.ml51 {
    margin-left: 51px;
}

.ml52 {
    margin-left: 52px;
}

.ml53 {
    margin-left: 53px;
}

.ml54 {
    margin-left: 54px;
}

.ml55 {
    margin-left: 55px !important;
}

.ml56 {
    margin-left: 56px !important;
}

.ml57 {
    margin-left: 57px !important;
}

.ml58 {
    margin-left: 58px;
}

.ml60 {
    margin-left: 60px;
}

.ml64 {
    margin-left: 64px;
}

.ml65 {
    margin-left: 65px;
}

.ml66 {
    margin-left: 66px;
}

.ml67 {
    margin-left: 67px !important;
}

.ml68 {
    margin-left: 68px;
}

.ml70 {
    margin-left: 70px;
}

.ml73 {
    margin-left: 73px;
}

.ml74 {
    margin-left: 74px;
}

.ml75 {
    margin-left: 75px;
}

.ml76 {
    margin-left: 76px;
}

.ml80 {
    margin-left: 80px;
}

.ml82 {
    margin-left: 82px;
}

.ml85 {
    margin-left: 85px;
}

.ml86 {
    margin-left: 86px;
}

.ml88 {
    margin-left: 88px;
}

.ml90 {
    margin-left: 90px;
}

.ml93 {
    margin-left: 93px;
}

.ml94 {
    margin-left: 94px;
}

.ml96 {
    margin-left: 96px;
}

.ml99 {
    margin-left: 99px;
}

.ml100 {
    margin-left: 100px;
}

.ml102 {
    margin-left: 102px;
}

.ml105 {
    margin-left: 105px;
}

.ml106 {
    margin-left: 106px;
}

.ml110 {
    margin-left: 110px;
}

.ml111 {
    margin-left: 276px;
}

.ml112 {
    margin-left: 112px;
}

.ml113 {
    margin-left: 113px;
}

.ml114 {
    margin-left: 114px;
}

.ml115 {
    margin-left: 115px;
}

.ml117 {
    margin-left: 117px;
}

.ml120 {
    margin-left: 120px;
}

.ml122 {
    margin-left: 122px !important;
}

.ml124 {
    margin-left: 124px;
}

.ml125 {
    margin-left: 125px;
}

.ml127 {
    margin-left: 127px;
}

.ml128 {
    margin-left: 128px;
}

.ml130 {
    margin-left: 130px;
}

.ml132 {
    margin-left: 132px;
}

.ml134 {
    margin-left: 134px;
}

.ml134 {
    margin-left: 134px;
}

.ml135 {
    margin-left: 135px;
}

.ml127 {
    margin-left: 127px;
}

.ml138 {
    margin-left: 138px;
}

.ml139 {
    margin-left: 139px;
}

.ml140 {
    margin-left: 140px;
}

.ml143 {
    margin-left: 143px;
}

.ml150 {
    margin-left: 150px;
}

.ml152 {
    margin-left: 152px;
}

.ml154 {
    margin-left: 154px;
}

.ml157 {
    margin-left: 157px;
}

.ml162 {
    margin-left: 162px;
}

.ml163 {
    margin-left: 163px;
}

.ml160 {
    margin-left: 160px;
}

.ml170 {
    margin-left: 170px;
}

.ml172 {
    margin-left: 172px;
}

.ml176 {
    margin-left: 176px;
}

.ml196 {
    margin-left: 196px;
}

.ml185 {
    margin-left: 185px;
}

.ml203 {
    margin-left: 203px;
}

.ml210 {
    margin-left: 210px;
}

.ml212 {
    margin-left: 212px;
}

.ml220 {
    margin-left: 220px;
}

.ml227 {
    margin-left: 227px;
}

.ml246 {
    margin-left: 246px;
}

.ml230 {
    margin-left: 230px;
}

.ml245 {
    margin-left: 245px;
}

.ml250 {
    margin-left: 250px;
}

.ml270 {
    margin-left: 270px;
}

.ml295 {
    margin-left: 295px;
}

.ml315 {
    margin-left: 315px;
}

.ml345 {
    margin-left: 345px;
}

.ml440 {
    margin-left: 440px;
}


/*-------------------margin-right style----------------*/

.mr2 {
    margin-right: 2px;
}

.mr3 {
    margin-right: 3px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr6 {
    margin-right: 6px;
}

.mr7 {
    margin-right: 7px;
}

.mr8 {
    margin-right: 8px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr17 {
    margin-right: 17px;
}

.mr18 {
    margin-right: 18px;
}

.mr19 {
    margin-right: 19px;
}

.mr20 {
    margin-right: 20px;
}

.mr23 {
    margin-right: 23px;
}

.mr26 {
    margin-right: 26px;
}

.mr25 {
    margin-right: 25px;
}

.mr29 {
    margin-right: 29px;
}

.mr30 {
    margin-right: 30px;
}

.mr32 {
    margin-right: 32px;
}

.mr35 {
    margin-right: 35px;
}

.mr36 {
    margin-right: 36px;
}

.mr37 {
    margin-right: 37px;
}

.mr38 {
    margin-right: 38px;
}

.mr39 {
    margin-right: 39px;
}

.mr40 {
    margin-right: 40px;
}

.mr48 {
    margin-right: 48px;
}

.mr42 {
    margin-right: 42px;
}

.mr43 {
    margin-right: 43px;
}

.mr44 {
    margin-right: 44px;
}

.mr45 {
    margin-right: 45px;
}

.mr47 {
    margin-right: 47px;
}

.mr50 {
    margin-right: 50px;
}

.mr57 {
    margin-right: 57px;
}

.mr58 {
    margin-right: 58px;
}

.mr60 {
    margin-right: 60px;
}

.mr62 {
    margin-right: 62px;
}

.mr64 {
    margin-right: 64px;
}

.mr66 {
    margin-right: 66px;
}

.mr70 {
    margin-right: 70px;
}

.mr72 {
    margin-right: 72px;
}

.mr73 {
    margin-right: 73px;
}

.mr75 {
    margin-right: 75px;
}

.mr80 {
    margin-right: 80px;
}

.mr83 {
    margin-right: 83px;
}

.mr85 {
    margin-right: 85px;
}

.mr86 {
    margin-right: 86px;
}

.mr90 {
    margin-right: 90px;
}

.mr103 {
    margin-right: 103px;
}

.mr110 {
    margin-right: 110px;
}


/*-------------------margin-top style----------------*/

.mt1 {
    margin-top: 1px;
}

.mt0 {
    margin-top: 0px;
}

.mt0s {
    margin-top: 0px \9 !important;
}

.mt-1 {
    margin-top: -1px;
}

.mt-3 {
    margin-top: -3px;
}

.mt-5 {
    margin-top: -5px;
}

.mt-4 {
    margin-top: -4px !important;
}

.mt-6 {
    margin-top: -6px !important;
}

.mt-9 {
    margin-top: -9px !important;
}

.mt-10 {
    margin-top: -10px;
}

.mt-24 {
    margin-top: -24px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt5s {
    margin-top: 5px \9 !important;
}

.mt6 {
    margin-top: 6px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt9 {
    margin-top: 9px;
}

.mt10 {
    margin-top: 10px !important;
}

.mt12 {
    margin-top: 12px;
}

.mt13 {
    margin-top: 13px;
}

.mt14 {
    margin-top: 14px;
}

.mt15 {
    margin-top: 15px !important;
}

.mt16 {
    margin-top: 16px;
}

.mt17 {
    margin-top: 17px;
}

.mt18 {
    margin-top: 18px;
}

.mt19 {
    margin-top: 19px;
}

.mt20 {
    margin-top: 20px !important;
}

.mt21 {
    margin-top: 21px;
}

.mt22 {
    margin-top: 22px;
}

.mt23 {
    margin-top: 23px;
}

.mt24 {
    margin-top: 24px;
}

.mt25 {
    margin-top: 25px;
}

.mt26 {
    margin-top: 26px;
}

.mt27 {
    margin-top: 27px;
}

.mt29 {
    margin-top: 29px;
}

.mt30 {
    margin-top: 30px;
}

.mt31 {
    margin-top: 31px;
}

.mt32 {
    margin-top: 32px;
}

.mt35 {
    margin-top: 35px;
}

.mt38 {
    margin-top: 38px;
}

.mt39 {
    margin-top: 39px;
}

.mt40 {
    margin-top: 40px;
}

.mt42 {
    margin-top: 42px;
}

.mt45 {
    margin-top: 45px;
}

.mt46 {
    margin-top: 46px;
}

.mt47 {
    margin-top: 47px;
}

.mt49 {
    margin-top: 49px;
}

.mt50 {
    margin-top: 50px !important;
}

.mt52 {
    margin-top: 52px !important;
}

.mt56 {
    margin-top: 56px;
}

.mt57 {
    margin-top: 57px;
}

.mt60 {
    margin-top: 60px;
}

.mt68 {
    margin-top: 68px;
}

.mt70 {
    margin-top: 70px;
}

.mt71 {
    margin-top: 71px;
}

.mt72 {
    margin-top: 72px;
}

.mt65 {
    margin-top: 65px !important;
}

.mt80 {
    margin-top: 80px;
}

.mt75 {
    margin-top: 75px;
}

.mt85 {
    margin-top: 85px;
}

.mt78 {
    margin-top: 78px !important;
}

.mt98 {
    margin-top: 98px;
}

.mt100 {
    margin-top: 100px;
}

.mt110 {
    margin-top: 110px;
}

.mt119 {
    margin-top: 119px;
}

.mt120 {
    margin-top: 120px;
}

.mt122 {
    margin-top: 122px;
}

.mt135 {
    margin-top: 135px;
}

.mt150 {
    margin-top: 150px;
}

.mt160 {
    margin-top: 160px;
}

.mt180 {
    margin-top: 180px;
}


/*-------------------margin-bottom style----------------*/

.mb-1 {
    margin-bottom: -1px;
}

.mb3 {
    margin-bottom: 3px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}


/*-------------------padding-bottom   style----------------*/

.pb5 {
    padding-bottom: 5px;
}

.pb6 {
    padding-bottom: 6px;
}

.pb7 {
    padding-bottom: 7px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}


/*-------------------padding-top   style----------------*/

.pt5 {
    padding-top: 5px;
}

.pt6 {
    padding-top: 6px;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}

.pt12 {
    padding-top: 12px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt28 {
    padding-top: 28px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pt75 {
    padding-top: 75px;
}

.pt85 {
    padding-top: 85px;
}


/*-------------------padding-left    style----------------*/

.pl26 {
    padding-left: 26px;
}

.pl37 {
    padding-left: 37px;
}

.pl43 {
    padding-left: 43px !important;
}

.pl47 {
    padding-left: 47px !important;
}

.pl49 {
    padding-left: 49px;
}

.pl70 {
    padding-left: 70px;
}

.pl10 {
    padding-left: 10px !important;
}

.pl28 {
    padding-left: 28px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pl5 {
    padding-left: 5px;
}

.pl7 {
    padding-left: 7px;
}

.pl22 {
    padding-left: 22px;
}

.pl0 {
    padding-left: 0px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}


/*------------------width  style----------------*/

.width22 {
    width: 22px;
}

.width30 {
    width: 30px;
}

.width33 {
    width: 33px;
}

.width31 {
    width: 31px;
}

.width40 {
    width: 40px;
}

.width41 {
    width: 41px;
}

.width42 {
    width: 42px;
}

.width43 {
    width: 43px;
}

.width45 {
    width: 45px;
}

.width49 {
    width: 49px;
}

.width50 {
    width: 50px !important;
}

.width52 {
    width: 52px !important;
}

.width53 {
    width: 53px !important;
}

.width54 {
    width: 54px;
}

.width55 {
    width: 55px !important;
}

.width62 {
    width: 62px;
}

.width65 {
    width: 65px !important;
}

.width56 {
    width: 56px !important;
}

.width57 {
    width: 57px;
}

.width59 {
    width: 59px;
}

.width60 {
    width: 60px !important;
}

.width68 {
    width: 68px;
}

.width70 {
    width: 70px !important;
}

.width71 {
    width: 71px !important;
}

.width72 {
    width: 72px !important;
}

.width75 {
    width: 75px !important;
}

.width76 {
    width: 76px;
}

.width77 {
    width: 77px;
}

.width78 {
    width: 78px !important;
}

.width79 {
    width: 79px;
}

.width80 {
    width: 80px !important;
}

.width81 {
    width: 81px !important;
}

.width83 {
    width: 83px !important;
}

.width85 {
    width: 85px !important;
}

.width89 {
    width: 89px;
}

.width90 {
    width: 90px;
}

.width91 {
    width: 91px;
}

.width92 {
    width: 92px;
}

.width94 {
    width: 94px;
}

.width95 {
    width: 95px !important;
}

.width97 {
    width: 97px !important;
}

.width98 {
    width: 98px !important;
}

.width99 {
    width: 99px !important;
}

.width104 {
    width: 104px !important;
}

.width100 {
    width: 100px !important;
}

.width101 {
    width: 101px !important;
}

.width105 {
    width: 105px !important;
}

.width106 {
    width: 106px !important;
}

.width108 {
    width: 108px !important;
}

.width110 {
    width: 110px !important;
}

.width111 {
    width: 111px !important;
}

.width114 {
    width: 114px;
}

.width115 {
    width: 115px !important;
}

.width116 {
    width: 116px;
}

.width117 {
    width: 117px;
}

.width118 {
    width: 118px;
}

.width119 {
    width: 119px;
}

.width120 {
    width: 120px !important;
}

.min-width120 {
    min-width: 120px;
}

.width121 {
    width: 121px !important;
}

.width122 {
    width: 122px !important;
}

.width123 {
    width: 123px !important;
}

.width124 {
    width: 124px !important;
}

.width125 {
    width: 125px !important;
}

.width126 {
    width: 126px
}

.width129 {
    width: 129px
}

.width127 {
    width: 127px !important;
}

.width128 {
    width: 128px !important;
}

.width130 {
    width: 130px !important;
}

.width132 {
    width: 132px !important;
}

.width133 {
    width: 133px !important;
}

.width134 {
    width: 134px !important;
}

.width135 {
    width: 135px !important;
}

.width136 {
    width: 136px !important;
}

.width137 {
    width: 137px !important;
}

.width139 {
    width: 139px !important;
}

.width157 {
    width: 157px !important;
}

.width140 {
    width: 140px !important;
}

.width142 {
    width: 142px !important;
}

.width145 {
    width: 145px !important;
}

.width147 {
    width: 147px !important;
}

.width149 {
    width: 149px !important;
}

.width150 {
    width: 150px !important;
}

.width152 {
    width: 152px !important;
}

.width153 {
    width: 153px !important;
}

.width155 {
    width: 155px !important;
}

.width156 {
    width: 156px !important;
}

.width158 {
    width: 158px;
}

.width159 {
    width: 159px !important;
}

.width160 {
    width: 160px !important;
}

.width162 {
    width: 162px !important;
}

.width163 {
    width: 163px !important;
}

.width164 {
    width: 164px !important;
}

.width165 {
    width: 165px !important;
}

.width166 {
    width: 166px !important;
}

.width167 {
    width: 167px !important;
}

.width168 {
    width: 168px;
}

.width169 {
    width: 169px !important;
}

.width170 {
    width: 170px !important;
}

.width172 {
    width: 172px;
}

.width175 {
    width: 175px !important;
}

.width176 {
    width: 176px;
}

.width177 {
    width: 177px;
}

.width178 {
    width: 178px;
}

.width180 {
    width: 180px !important;
}

.width181 {
    width: 181px !important;
}

.width182 {
    width: 182px;
}

.width183 {
    width: 183px !important;
}

.width184 {
    width: 184px;
}

.width185 {
    width: 185px !important;
}

.width186 {
    width: 186px;
}

.width188 {
    width: 188px !important;
}

.width190 {
    width: 190px !important;
}

.width191 {
    width: 191px !important;
}

.width192 {
    width: 192px
}

.width193 {
    width: 193px !important;
}

.width195 {
    width: 195px !important;
}

.width198 {
    width: 198px !important;
}

.width200 {
    width: 200px !important;
}

.width202 {
    width: 202px;
}

.width203 {
    width: 203px;
}

.width204 {
    width: 204px;
}

.width205 {
    width: 205px;
}

.width206 {
    width: 206px;
}

.width207 {
    width: 207px;
}

.width208 {
    width: 208px;
}

.width210 {
    width: 210px !important;
}

.width214 {
    width: 214px !important;
}

.width219 {
    width: 219px !important;
}

.width235 {
    width: 235px !important;
}

.width236 {
    width: 236px;
}

.width220 {
    width: 220px !important;
}

.width247 {
    width: 247px !important;
}

.width262 {
    width: 262px !important;
}

.width263 {
    width: 263px !important;
}

.width215 {
    width: 215px;
}

.width217 {
    width: 217px;
}

.width221 {
    width: 221px;
}

.width222 {
    width: 222px;
}

.width224 {
    width: 224px !important;
}

.width225 {
    width: 225px;
}

.width226 {
    width: 226px;
}

.width227 {
    width: 227px !important;
}

.width230 {
    width: 230px !important;
}

.width231 {
    width: 231px !important;
}

.width237 {
    width: 237px !important;
}

.width240 {
    width: 240px !important;
}

.width245 {
    width: 245px !important;
}

.width244 {
    width: 244px !important;
}

.width248 {
    width: 248px !important;
}

.width249 {
    width: 249px !important;
}

.width250 {
    width: 250px !important;
}

.width255 {
    width: 255px;
}

.width256 {
    width: 256px;
}

.width257 {
    width: 257px;
}

.width260 {
    width: 260px !important;
}

.width263 {
    width: 263px;
}

.width264 {
    width: 264px;
}

.width265 {
    width: 265px !important;
}

.width266 {
    width: 266px;
}

.width268 {
    width: 268px;
}

.width267 {
    width: 267px;
}

.width270 {
    width: 270px !important;
}

.width277 {
    width: 277px;
}

.width275 {
    width: 275px !important;
}

.width280 {
    width: 280px !important;
}

.width285 {
    width: 285px !important;
}

.width287 {
    width: 287px;
}

.width288 {
    width: 288px;
}

.width289 {
    width: 289px;
}

.width290 {
    width: 290px;
}

.width295 {
    width: 295px;
}

.width297 {
    width: 297px;
}

.width300 {
    width: 300px !important;
}

.width302 {
    width: 302px !important;
}

.width303 {
    width: 303px !important;
}

.width304 {
    width: 304px !important;
}

.width305 {
    width: 305px !important;
}

.width307 {
    width: 307px !important;
}

.width310 {
    width: 310px !important;
}

.width313 {
    width: 313px !important;
}

.width311 {
    width: 311px !important;
}

.width312 {
    width: 312px !important;
}

.width315 {
    width: 315px !important;
}

.width318 {
    width: 318px
}

.width320 {
    width: 320px !important;
}

.width323 {
    width: 323px;
}

.width326 {
    width: 326px;
}

.width327 {
    width: 327px;
}

.width330 {
    width: 330px;
}

.width332 {
    width: 332px;
}

.width326 {
    width: 326px;
}

.width328 {
    width: 328px;
}

.width329 {
    width: 329px;
}

.width330 {
    width: 318px;
}

.width336 {
    width: 336px !important;
}

.width340 {
    width: 340px !important;
}

.width343 {
    width: 343px !important;
}

.width344 {
    width: 344px;
}

.width345 {
    width: 345px !important;
}

.width348 {
    width: 348px !important;
}

.width342 {
    width: 342px;
}

.width350 {
    width: 350px !important;
}

.width352 {
    width: 352px !important;
}

.width354 {
    width: 354px !important;
}

.width353 {
    width: 353px !important;
}

.width355 {
    width: 355px !important;
}

.width356 {
    width: 356px !important;
}

.width357 {
    width: 357px !important;
}

.width358 {
    width: 358px !important;
}

.width360 {
    width: 360px !important;
}

.width361 {
    width: 361px;
}

.width362 {
    width: 362px !important;
}

.width365 {
    width: 365px;
}

.width366 {
    width: 366px;
}

.width370 {
    width: 370px;
}

.width373 {
    width: 373px;
}

.width375 {
    width: 375px;
}

.width379 {
    width: 379px;
}

.width380 {
    width: 380px !important;
}

.width382 {
    width: 382px !important;
}

.width385 {
    width: 385px;
}

.width388 {
    width: 388px;
}

.width389 {
    width: 389px !important;
}

.width390 {
    width: 390px !important;
}

.width392 {
    width: 392px !important;
}

.width396 {
    width: 396px !important;
}

.width399 {
    width: 399px;
}

.width400 {
    width: 400px !important;
}

.width451 {
    width: 451px !important;
}

.width402 {
    width: 402px;
}

.width403 {
    width: 403px;
}

.width404 {
    width: 404px;
}

.width406 {
    width: 406px;
}

.width409 {
    width: 409px;
}

.width418 {
    width: 418px !important;
}

.width420 {
    width: 420px !important;
}

.width421 {
    width: 421px;
}

.width440 {
    width: 440px;
}

.width450 {
    width: 450px;
}

.width456 {
    width: 456px;
}

.width470 {
    width: 470px;
}

.width471 {
    width: 471px;
}

.width476 {
    width: 476px;
}

.width480 {
    width: 480px !important;
}

.width483 {
    width: 483px !important;
}

.width492 {
    width: 492px;
}

.width408 {
    width: 408px;
}

.width409 {
    width: 409px;
}

.width410 {
    width: 410px;
}

.width412 {
    width: 412px;
}

.width411 {
    width: 411px;
}

.width415 {
    width: 415px;
}

.width416 {
    width: 416px;
}

.width417 {
    width: 417px !important;
}

.width421 {
    width: 421px !important;
}

.width422 {
    width: 422px !important;
}

.width423 {
    width: 423px !important;
}

.width425 {
    width: 425px;
}

.width430 {
    width: 430px;
}

.width433 {
    width: 433px;
}

.width434 {
    width: 434px;
}

.width435 {
    width: 435px;
}

.width436 {
    width: 436px;
}

.width437 {
    width: 437px;
}

.width477 {
    width: 477px;
}

.width486 {
    width: 486px;
}

.width452 {
    width: 452px;
}

.width455 {
    width: 455px;
}

.width490 {
    width: 490px;
}

.width492 {
    width: 492px !important;
}

.width494 {
    width: 494px;
}

.width495 {
    width: 495px;
}

.width504 {
    width: 504px;
}

.width505 {
    width: 505px !important;
}

.width509 {
    width: 509px !important;
}

.width510 {
    width: 510px !important;
}

.width515 {
    width: 515px !important;
}

.width520 {
    width: 520px;
}

.width521 {
    width: 521px;
}

.width522 {
    width: 522px;
}

.width528 {
    width: 528px !important;
}

.width529 {
    width: 529px !important;
}

.width530 {
    width: 530px;
}

.width533 {
    width: 533px;
}

.width537 {
    width: 537px;
}

.width538 {
    width: 538px;
}

.width540 {
    width: 540px !important;
}

.width545 {
    width: 545px !important;
}

.width550 {
    width: 550px !important;
}

.width556 {
    width: 556px !important;
}

.width551 {
    width: 551px !important;
}

.width560 {
    width: 560px;
}

.width567 {
    width: 567px;
}

.width558 {
    width: 558px;
}

.width559 {
    width: 559px;
}

.width570 {
    width: 570px;
}

.width571 {
    width: 571px;
}

.width580 {
    width: 580px !important;
}

.width590 {
    width: 590px;
}

.width595 {
    width: 595px;
}

.width597 {
    width: 597px;
}

.width600 {
    width: 600px !important;
}

.width602 {
    width: 602px;
}

.width610 {
    width: 610px;
}

.width597 {
    width: 597px;
}

.width607 {
    width: 607px;
}

.width613 {
    width: 613px;
}

.width620 {
    width: 620px;
}

.width621 {
    width: 621px;
}

.width622 {
    width: 622px;
}

.width644 {
    width: 644px;
}

.width647 {
    width: 647px;
}

.width650 {
    width: 650px !important;
}

.width661 {
    width: 661px;
}

.width664 {
    width: 664px;
}

.width668 {
    width: 668px !important;
}

.width698 {
    width: 698px !important;
}

.width670 {
    width: 670px;
}

.width672 {
    width: 672px;
}

.width678 {
    width: 678px;
}

.width681 {
    width: 681px;
}

.width687 {
    width: 687px;
}

.width688 {
    width: 688px !important;
}

.width700 {
    width: 700px !important;
}

.width702 {
    width: 702px !important;
}

.width707 {
    width: 707px;
}

.width713 {
    width: 713px !important;
}

.width720 {
    width: 720px;
}

.width725 {
    width: 725px;
}

.width735 {
    width: 735px !important;
}

.width740 {
    width: 740px;
}

.width747 {
    width: 747px;
}

.width748 {
    width: 748px;
}

.width750 {
    width: 750px;
}

.width754 {
    width: 754px;
}

.width755 {
    width: 755px;
}

.width757 {
    width: 757px;
}

.width760 {
    width: 760px;
}

.width784 {
    width: 784px !important;
}

.width785 {
    width: 785px !important;
}

.width770 {
    width: 770px;
}

.width773 {
    width: 773px;
}

.width776 {
    width: 776px !important;
}

.width778 {
    width: 778px;
}

.width780 {
    width: 780px;
}

.width787 {
    width: 787px;
}

.width792 {
    width: 792px;
}

.width794 {
    width: 794px;
}

.width796 {
    width: 796px;
}

.width800 {
    width: 800px;
}

.width810 {
    width: 810px;
}

.width815 {
    width: 815px;
}

.width805 {
    width: 805px;
}

.width820 {
    width: 820px;
}

.width830 {
    width: 830px;
}

.width835 {
    width: 835px;
}

.width840 {
    width: 840px;
}

.width848 {
    width: 848px;
}

.width850 {
    width: 850px;
}

.width858 {
    width: 858px;
}

.width836 {
    width: 836px;
}

.width860 {
    width: 860px;
}

.width862 {
    width: 862px;
}

.width876 {
    width: 876px;
}

.width879 {
    width: 879px !important;
}

.width880 {
    width: 880px;
}

.width885 {
    width: 885px;
}

.width883 {
    width: 883px;
}

.width890 {
    width: 890px;
}

.width900 {
    width: 900px;
}

.width916 {
    width: 916px !important;
}

.width921 {
    width: 921px;
}

.width924 {
    width: 924px !important;
}

.width914 {
    width: 914px;
}

.width915 {
    width: 915px;
}

.width916 {
    width: 916px !important;
}

.width926 {
    width: 926px;
}

.width940 {
    width: 940px !important;
}

.width942 {
    width: 942px !important;
}

.width948 {
    width: 948px;
}

.width950 {
    width: 950px;
}

.width960 {
    width: 960px;
}

.width963 {
    width: 963px;
}

.width970 {
    width: 970px;
}

.width978 {
    width: 977px !important;
}

.width987 {
    width: 987px !important;
}

.width988 {
    width: 988px
}

.width1000 {
    width: 1000px;
}

.width1002 {
    width: 1002px;
}

.width1010 {
    width: 1010px;
}

.width1020 {
    width: 1020px;
}

.width1026 {
    width: 1026px;
}

.width1045 {
    width: 1045px;
}

.width1056 {
    width: 1056px !important;
}

.width1058 {
    width: 1058px !important;
}

.width1078 {
    width: 1078px;
}

.width1080 {
    width: 1080px !important;
}

.width1100 {
    width: 1100px;
}

.width1110 {
    width: 1110px;
}

.width1108 {
    width: 1108px;
}

.width1115 {
    width: 1115px;
}

.width1129 {
    width: 1129px !important;
}

.width1140 {
    width: 1140px !important;
}

.width1137 {
    width: 1137px;
}

.width1198 {
    width: 1198px !important;
}

.width1184 {
    width: 1184px;
}

.width1188 {
    width: 1188px !important;
}

.width1170 {
    width: 1170px !important;
}

.width1200 {
    width: 1200px !important;
}

.width1220 {
    width: 1220px;
}

.width1230 {
    width: 1230px !important;
}

.width258 {
    width: 258px;
}

.width278 {
    width: 278px;
}

.width283 {
    width: 283px;
}

.width317 {
    width: 317px !important;
}

.width460 {
    width: 460px !important;
}

.width485 {
    width: 485px !important;
}

.width378 {
    width: 378px !important;
}

.width1011 {
    width: 1011px;
}

.min-width100 {
    min-width: 100px;
    max-width: 137px;
    word-break: break-all;
}


/*------------------line-height  style----------------*/

.height100 {
    height: 100px;
}

.height80 {
    height: 80px;
}

.height20 {
    height: 20px;
}

.height24 {
    height: 24px;
}

.height25 {
    height: 25px;
}

.height17 {
    height: 17px;
}

.height26 {
    height: 26px;
}

.height40 {
    height: 40px;
}

.height37 {
    height: 37px !important;
}

.height36 {
    height: 36px !important;
}

.height34 {
    height: 34px !important;
}

.height50 {
    height: 50px;
}

.height71 {
    height: 71px;
}

.height600 {
    height: 600px !important;
}

.height160 {
    height: 160px;
}

.height92 {
    height: 92px;
}

.height181 {
    height: 181px;
}

.height350 {
    height: 350px;
}

.lh25 {
    line-height: 25px;
}

.lh20 {
    line-height: 20px;
}

.lh24 {
    line-height: 24px;
}

.lh70 {
    line-height: 70px;
}

.lh32 {
    line-height: 32px;
}

.lh35 {
    line-height: 35px;
}

.lh30 {
    line-height: 30px;
}

.lh27 {
    line-height: 27px;
}

.lh28 {
    line-height: 28px !important;
}

.lh29 {
    line-height: 29px;
}

.lh40 {
    line-height: 40px;
}

.text_indent {
    text-indent: 26px;
}


/*------------------ position ------------------*/

.absolute {
    position: absolute;
}


/*------------------dialog  style----------------*/

.popovers {
    white-space: nowrap;
    position: absolute;
    z-index: 110 !important;
    min-width: 110px;
    height: 27px;
    background: #fff;
    margin-left: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-right: 5px;
    color: #E0600B;
    font-family: "microsoft yahei";
    font-size: 13px;
    /*    behavior: url(../../static/app/sinotrans/commons/PIE.htc);*/
}

.popovers.borders,
.popover_right.borders {
    border: 1px solid #ccc;
}

.arrows,
.arrow-borders {
    position: absolute;
    z-index: 999;
    display: block;
    width: 0px;
    height: 0px;
    font-size: 0;
    line-height: 0;
    border: 10px dashed transparent;
}

.arrow-borders {
    border-width: 11px;
}

.lefts .arrows,
.lefts .arrow-borders {
    left: -10px;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border-right-style: solid;
    border-right-color: #fff;
}

.lefts .arrow-borders {
    left: -10px;
    margin-left: -12px;
    margin-top: -11px;
    border-right-width: 11px;
    border-right-color: #ccc;
}

.rights .arrows,
.rights .arrow-borders {
    right: -10px;
    top: 50%;
    margin-right: -10px;
    margin-top: -10px;
    border-left-style: solid;
    border-left-color: #fff;
}

.rights .arrow-borders {
    right: -11px;
    margin-right: -11px;
    margin-top: -11px;
    border-left-width: 11px;
    border-left-color: #ccc;
}

.tops .arrows,
.tops .arrow-borders {
    top: -10px;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

.tops .arrow-borders {
    top: -11px;
    margin-top: -11px;
    margin-left: -11px;
    border-bottom-width: 11px;
    border-bottom-color: #ccc;
}

.popover_right {
    white-space: nowrap;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 110 !important;
    min-width: 110px;
    height: 27px;
    background: #fff;
    margin-left: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-right: 5px;
    color: #E0600B;
    font-family: "microsoft yahei";
    font-size: 13px;
}

.bottoms .arrow,
.bottoms .arrow-borders {
    bottom: -10px;
    left: 50%;
    margin-bottom: -10px;
    margin-left: -10px;
    border-top-style: solid;
    border-top-color: #fff;
}

.bottoms .arrow-borders {
    bottom: -11px;
    margin-bottom: -11px;
    margin-left: -11px;
    border-top-width: 11px;
    border-top-color: #ccc;
}


/*behavior: url(../../static/app/sinotrans/commons/PIE.htc)*/


/*------------------btn style----------------*/

.btn_box {
    width: 140px;
    height: 47px;
    border-radius: 10px;
    -webkit-box-shadow: #BCBCBC 2px 2px 2px;
    -moz-box-shadow: #BCBCBC 2px 2px 2px;
    box-shadow: #BCBCBC 2px 2px 2px;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eeeef0), to(#dbdbdd));
    background: -webkit-linear-gradient(#eeeef0, #dbdbdd);
    background: -moz-linear-gradient(#eeeef0, #dbdbdd);
    background: -ms-linear-gradient(#eeeef0, #dbdbdd);
    background: -o-linear-gradient(#eeeef0, #dbdbdd);
    background: linear-gradient(#eeeef0, #dbdbdd);
    -pie-background: linear-gradient(#eeeef0, #dbdbdd);
    text-align: center;
    line-height: 47px;
    font-weight: bold;
    font-size: 20px;
    color: #646466;
    behavior: url(../../static/app/sinotrans/commons/PIE.htc);
    display: block;
    letter-spacing: 1px;
    font-family: "Microsoft YaHei";
    border: none;
}

.login_btns {
    width: 300px;
    height: 45px;
    background: url("../../static/images/login_btn.png") no-repeat;
    text-align: center;
    line-height: 33px;
    color: #47587F;
    font-size: 17px;
    display: block;
    border: none;
    outline: none;
    font-family: 'microsoft yahei';
    cursor: pointer;
}

.login_btns:hover {
    background: url("../../static/images/login_btns.png") no-repeat;
    cursor: pointer;
}

.login_btnact {
    width: 300px;
    height: 45px;
    background: url("../../static/images/login_btns.png") no-repeat;
    text-align: center;
    line-height: 33px;
    color: #47587F;
    font-size: 17px;
    display: block;
    border: none;
    outline: none;
    font-family: 'microsoft yahei';
    cursor: pointer;
}

.search_btns {
    width: 99px;
    height: 37px;
    line-height: 33px;
    color: #646466;
    text-align: center;
    background: url("../../static/images/index_btn2.png") no-repeat;
    font-size: 14px;
    font-weight: bold;
    border: none;
    outline: none;
    font-family: 'microsoft yahei';
    margin-right: 50px;
    margin-top: 8px;
    cursor: pointer;
}

.search_btns:hover {
    background: url("../../static/images/index_btn2s.png") no-repeat;
    margin-right: 50px;
    margin-top: 8px;
    cursor: pointer;
}

.search_btn1s {
    width: 210px;
    height: 48px;
    line-height: 33px;
    color: #646466;
    text-align: center;
    background: url("../../static/images/index_btn3.png") no-repeat;
    font-size: 14px;
    font-weight: bold;
    border: none;
    outline: none;
    font-family: 'microsoft yahei';
    cursor: pointer;
}

.search_btn1s:hover {
    background: url("../../static/images/index_btn3s.png") no-repeat;
    cursor: pointer;
}

.search_btnsact {
    width: 99px;
    height: 33px;
    line-height: 33px;
    color: #646466;
    text-align: center;
    background: url("../../static/images/index_btn3s.png") no-repeat;
    font-size: 14px;
    font-weight: bold;
    border: none;
    outline: none;
    font-family: 'microsoft yahei';
}


/*.btn_ok{  width: 95px; height: 34px; background: url("../../static/images/btn_ok.png") no-repeat; text-align: center; line-height: 34px; border: none; outline: none;  font-family: "Microsoft YaHei";color: #fff; cursor: pointer;}
.btn_okact{  width: 95px; height: 34px; background: url("../../static/images/btn_ok1.png") no-repeat; text-align: center; line-height: 34px; border: none; outline: none;  font-family: "Microsoft YaHei";color: #fff;  cursor: pointer;}
.btn_ok:hover{  background: url("../../static/images/btn_okh.png") no-repeat; cursor: pointer; }*/

.btn_no {
    width: 95px;
    height: 34px;
    background: url("../../static/images/btn_no.png") no-repeat;
    text-align: center;
    line-height: 34px;
    color: #4C5F86;
    border: none;
    outline: none;
    font-family: "Microsoft YaHei";
    border: none;
    cursor: pointer;
}

.btn_no:hover {
    background: url("../../static/images/btn_no1.png") no-repeat;
    cursor: pointer;
}

.btn_non {
    width: 95px;
    height: 34px;
    background: url("../../static/images/btn_non.png") no-repeat;
    text-align: center;
    line-height: 34px;
    color: #9fa0a0;
    border: none;
    outline: none;
    font-family: "Microsoft YaHei";
    border: none;
    cursor: pointer;
}

.btn_noact {
    width: 95px;
    height: 34px;
    background: url("../../static/images/btn_no1.png") no-repeat;
    text-align: center;
    line-height: 34px;
    color: #4C5F86;
    border: none;
    outline: none;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}

.btn_submit {
    width: 130px;
    height: 36px;
    background: url("../../static/images/regis_btns.png") no-repeat;
    text-align: center;
    line-height: 36px;
    border: none;
    outline: none;
    display: block;
    font-family: "Microsoft YaHei";
    color: #fff;
    cursor: pointer;
}

.btn_submit:hover {
    background: url("../../static/images/regis_btnh.png") no-repeat;
    cursor: pointer;
}

.btn_searchi,
.btn_resti {
    width: 95px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border: none;
    outline: none;
    font-family: "Microsoft YaHei";
    cursor: pointer;
}

.btn_searchi {
    background: #07467c;
    color: #fff;
}

.btn_resti {
    background: #fff;
    color: #666;
}

.btn_submitn {
    width: 130px;
    height: 36px;
    background: url("../../static/images/regis_btng.png") no-repeat;
    text-align: center;
    line-height: 36px;
    border: none;
    outline: none;
    display: block;
    font-family: "Microsoft YaHei";
    color: #fff;
    cursor: pointer;
}

.btn_subno {
    width: 130px;
    height: 36px;
    background: url("../../static/images/regis_btnn.png") no-repeat;
    text-align: center;
    line-height: 36px;
    border: none;
    outline: none;
    display: block;
    font-family: "Microsoft YaHei";
    color: #9FA0A0;
    cursor: pointer;
}

.table_page_order {
    width: 785px;
    height: 36px;
    border: 1px solid #DCDCDC;
    padding-top: 3px;
    border-left: none !important;
    border-top: none !important;
}

.table_page_box {
    width: 273px;
    border: 1px solid #DCDCDC;
    padding-top: 5px;
    border-right: none !important;
    border-top: none !important;
}

.trade_btn {
    width: 130px;
    border: none;
    outline: none;
    height: 36px;
    line-height: 36px;
    background: #0BBED3;
    color: #fff;
    text-align: center;
    font-family: "microsoft yahei";
    font-size: 14px;
    border-radius: 3px;
}

.trade_btn:hover {
    background: #55dded;
}

[ng-clock],
[g-per] {
    display: none;
}

.input_add1 {
    background: #fff;
    border: none;
}


/*.high-light-border {  border-color: #ff460b !important;  }*/

input::-ms-clear {
    display: none;
}


/* 去除ie10、ie11文本框自带的“X”删除按钮 */

.div_disabled {
    pointer-events: none;
}

[disabled="disabled"].form-dorpdown>input.form-text,
[disabled="disabled"].form-dorpdown>input.form-text:focus,
[readonly="readonly"].form-dorpdown>input.form-text,
[readonly="readonly"].form-dorpdown>input.form-text:focus,
[disabled="disabled"].form-dorpdown>a.dropdown-toggle,
[readonly="readonly"].form-dorpdown>a.dropdown-toggle {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #dcdcdc;
    color: #abadb3;
}

.form-dorpdown-menu {
    max-height: 320px !important;
}

input::-webkit-input-placeholder,
.form-text::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #c5c5c5;
}

input:-moz-placeholder,
.form-text:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c5c5c5;
}

input::-moz-placeholder,
.form-text::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c5c5c5;
}

input:-ms-input-placeholder,
.form-text:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c5c5c5;
}

.form-text[disabled],
.form-text[readonly] {
    color: #606060 !important;
}

.form-suggestbox-pager {
    padding: 3px 15px !important;
    text-align: center;
    font-size: 10px;
}

.form-region-province-items>li {
    text-align: left!important;
    padding-right: 5px;
}


/*日期控件自适应修改*/

.form-date {
    width: 100%;
}

.calendar>.btn,
.form-date>.btn {
    left: 0;
}

th.table-scroll-space {
    width: 22px;
    /* border-right: 0px none; */
    /* border-right: solid 1px #cecece; */
}


/*==========================================================铁路地区控件start===================================================================*/

.tabs {
    box-sizing: initial;
}

ul,
li {
    margin: 0;
    padding: 0;
    font: 13px 'microsoft yahei';
    list-style: none;
}


/*padding: 0;font: 12px normal "宋体", Arial, Helvetica, sans-serif;*/

#tabbox a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

#tabbox {
    width: 200px;
    position: absolute;
    z-index: 9999;
    box-sizing: initial;
    background: white;
    font-family: 'microsoft yahei'
}

.tab_conbox {
    border: 1px solid #DCDCDC;
    border-top: none;
}

.tab_conbox li div span {
    cursor: pointer;
}

.tabs {
    height: 26px;
    border-bottom: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    width: 100%;
}

.tabs li {
    height: 25px;
    line-height: 25px;
    float: left;
    border: 1px solid #DCDCDC;
    border-left: none;
    margin-bottom: -1px;
    background: #e0e0e0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.tabs li a {
    display: block;
    padding: 0 10px;
    border: 1px solid #fff;
    outline: none;
    font-family: 'microsoft yahei';
}

.tabs li a:hover {
    background: #DCDCDC;
}

.tabs .thistab,
.tabs .thistab a:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.tab_con {
    padding: 10px;
    font-size: 12px;
    line-height: inherit;
}

.tab_con div {
    float: left;
    padding: 3px 8px;
    margin: 0 3px 8px;
    border: 1px solid #DCDCDC;
}

.tab_con div:hover {
    background: #07467c;
    color: #F2F2F2;
}


/*==========================================================铁路地区控件end===================================================================*/

.calendar>.btn,
.form-date>.btn {
    left: 0px !important;
}

.modal-title {
    font-family: '微软雅黑';
}


/*==========================================================公用头部样式start===================================================================*/

.header_txt {
    width: 100%;
}

.header_txt ul li {
    list-style: none;
    float: left;
    line-height: 40px;
}

.header_txt ul li a {
    width: 120px;
    text-decoration: none;
    height: 40px;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #696969;
    font-family: "Microsoft YaHei";
}

.header_txt ul li a:hover {
    color: #07467C;
    font-weight: bold;
}

.header_ovf {
    overflow: hidden;
    white-space: nowrap;
    max-width: 80px;
    display: block;
    float: left;
    text-overflow: ellipsis;
}

.header_ovfs {
    color: #FF9934;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80px;
    display: block;
    float: left;
    text-overflow: ellipsis;
}

.header_txt .header_img {
    position: relative;
    top: 8px;
}

.header_icbox {
    min-width: 157px;
    height: 33px;
    line-height: 29px;
}

.header_icbox1 {
    min-width: 152px;
    height: 33px;
    line-height: 29px;
}

.header_dowm {
    width: 10px;
    height: 5px;
    background: url("../../static/imgs/indexn_img3.png") no-repeat -224px -647px;
}

.header_boxExit {
    min-width: 110px;
    z-index: 22;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 48px;
    right: -10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5')";
    /* For IE 8 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 2px 1px 3px #ccc;
    /* for firefox */
    -webkit-box-shadow: 0px 1px 5px #ccc;
    /* for safari or chrome */
    box-shadow: 0px 1px 5px #ccc;
    display: none;
}

.header_boxExit1 {
    min-width: 110px;
    z-index: 22;
    text-align: center;
    padding: 10px 10px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 60px;
    right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5')";
    /* For IE 8 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 2px 1px 3px #ccc;
    /* for firefox */
    -webkit-box-shadow: 0px 1px 5px #ccc;
    /* for safari or chrome */
    box-shadow: 0px 1px 5px #ccc;
    display: none;
}

.header_boxExit2 {
    min-width: 110px;
    z-index: 22;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 35px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5')";
    /* For IE 8 */
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#D8D5D5');
    /* For IE 5.5 - 7 */
    -moz-box-shadow: 2px 1px 3px #ccc;
    /* for firefox */
    -webkit-box-shadow: 0px 1px 5px #ccc;
    /* for safari or chrome */
    box-shadow: 0px 1px 5px #ccc;
    display: none;
}

.header_exitcon {
    position: relative;
    height: 40px;
}

.header_exitcon1s {
    position: relative;
    height: 50px;
}

.header_exitcon1 {
    position: relative;
    height: 60px;
}

.header_exitcon2 {
    position: relative;
    height: 50px;
}

.header_exitcon2:hover>.header_boxExit {
    display: block;
}

.header_exitcon:hover>.header_boxExit {
    display: block;
}

.header_exitcon:hover>.header_boxExit2 {
    display: block;
}

.header_exitcon1:hover>.header_boxExit1 {
    display: block;
}

.header_nav,
.header_txt ul {
    margin: 0 auto;
}

.nav_menu {
    height: 50px;
}

.nav_menu:hover>.nav_sonmian {
    display: block;
}

.nav_menu1:hover>.nav_sonmian {
    display: block;
}

.nav_menu1 {
    height: 60px;
}


/*登录前首页头部样式*/

.header_nav {
    height: 50px;
    background: #07467C;
    position: relative;
    left: 0;
    bottom: 0;
}

.header_nav,
.header_txt ul {
    margin: 0 auto;
}

.header_nav ul li {
    list-style: none;
    float: left;
    position: relative;
}

.header_nav ul li a {
    padding: 0px 20px;
    text-decoration: none;
    line-height: 50px;
    height: 50px;
    text-align: center;
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}

.header_nav ul li a:hover {
    color: #ff9934 !important;
}

.header_nav ul li a.nav_act:hover {
    color: #fff !important;
}

.nav_sonmian {
    width: 115px;
    display: none;
    margin-left: 7px;
    background: #fff;
    position: absolute;
    z-index: 10000;
    font-size: 13px;
    padding: 5px 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
}

.nav_sonmian ul li {
    list-style: none;
    list-style: none;
    text-align: left;
    color: #999999;
    float: none;
    line-height: 40px;
    height: 40px;
}

.header_nav .nav_sonmian ul li a,
.header_nav .nav_sonmian ul li p {
    padding: 0;
    color: #929292;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    min-width: 115px;
    display: block;
}

.nav_sonmian ul li a:hover {
    color: #ff9934 !important;
}

.header_nav ul li:hover>.nav_sonmian {
    display: block;
}

.header_navson {
    width: 560px;
    height: 200px;
    background: #fff;
    position: absolute;
    z-index: 10000;
    font-size: 13px;
    padding: 0 30px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .2);
}

.navson_item ul {
    margin-top: 10px;
}

.navson_item .navson_span {
    padding: 0;
    text-align: left;
    line-height: 52px;
    height: 52px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    color: #323232;
}

.navson_item ul li a {
    padding: 0px;
}

.navson_item ul li a,
.navson_item ul li p {
    left;
    min-width: 100px;
    color: #929292;
    text-align: left;
    cursor: pointer;
    line-height: 35px;
    height: 35px;
}

.navson_item .navson_hd {
    padding: 16px 0 16px;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    color: #323232;
    font-family: "Microsoft YaHei";
}

.header_navson .navson_item {
    float: left;
    width: 100px;
    margin: 0 12px;
}

.caki_nav {
    padding-left: 20px;
}


/*登录过后首页头部样式*/

.header_pho {
    width: 20px;
    height: 20px;
    background: url("../imgs/indexn_img3.png") no-repeat -26px -500px;
}

.header_wec {
    width: 25px;
    height: 21px;
    background: url("../imgs/indexn_img3.png") no-repeat -26px -532px;
    position: relative;
}

.header_wex {
    width: 22px;
    height: 22px;
    background: url("../imgs/indexn_img3.png") no-repeat -0px -532px;
    position: relative;
}

.header_app {
    width: 18px;
    height: 25px;
    background: url("../imgs/indexn_img3.png") no-repeat -0px -500px;
    position: relative;
}

.header_navn {
    height: 65px;
    margin-left: 50px;
}

.header_navn ul li {
    list-style: none;
    float: left;
    width: 116px;
    line-height: 65px;
    text-align: center;
}

.header_navn ul li a {
    display: block;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    font-family: "微软雅黑";
}

.wd_current {
    background: #07467c;
    color: #fff !important;
}

.header_navn ul li a .header_down {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 8px;
    background: url("../imgs/indexn_img3.png") no-repeat -73px -594px;
}

.header_navn ul li a .header_downact {
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 8px;
    background: url("../imgs/indexn_img3.png") no-repeat -51px -594px;
}

.indexn_banner {
    overflow: hidden;
    height: 510px;
    width: 100%;
    position: relative;
    background: url("../imgs/indexn_banner.png") center center no-repeat;
    background-size: cover;
}

.header_item1,
.header_item2,
.header_item3 {
    display: block;
    height: 25px;
    position: relative;
}

.header_wec:hover .footer_img2 {
    display: block;
    top: 21px;
    left: -39px;
    position: relative;
    z-index: 111;
}

.header_wex:hover .footer_img3 {
    display: block;
    top: 21px;
    left: -39px;
    position: relative;
    z-index: 111;
}

.header_app:hover .footer_img4 {
    display: block;
    top: 21px;
    left: -39px;
    position: relative;
    z-index: 111;
}

.header_navn2 {
    height: 50px;
    background: #07467C;
    width: 100%;
}

.header_navn2,
.header_txt ul {
    margin: 0 auto;
}

.header_navn2 ul {
    padding-left: 30px;
}

.header_navn2 .nav_sonmian ul {
    padding-left: 0;
}

.header_navn2 ul li {
    list-style: none;
    float: left;
    position: relative;
}

.header_navn2 ul li a {
    text-decoration: none;
    line-height: 50px;
    height: 50px;
    text-align: center;
    display: block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    cursor: pointer;
}

.header_navn2 ul li a:hover {
    color: #ff9934 !important;
}

.header_navn2 ul li a.nav_act:hover {
    color: #fff !important;
}

.header_usern {
    width: 16px;
    height: 16px;
    background: url("../imgs/indexn_img3.png") no-repeat -74px -627px;
}

.header_born {
    width: 15px;
    height: 15px;
    background: url("../imgs/indexn_img3.png") no-repeat -51px -627px;
}

.header_uline {
    height: 18px;
    border-left: 2px solid #07467c;
}

.header_itemOther {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_itemOther:hover .imgYorN {
    display: block !important;
}


/*==========================================================公用头部样式end===================================================================*/

.landoDropdown {
    height: 30px;
    display: inline-flex;
}