/* CSS Document */
/*全局 base.html */
.header-img-box {
    width: 100%;
    height: 40px;
    background-color: #1da0fa;
    position: fixed;
    top: 0;
    z-index: 1000002000;
}
.header-img-box tr td{
    padding:0;
}
.header-img-box tr td.td_top_left{
    /*width:70px;*/
    width:35px;
}
.header-img-box tr td.td_top_center{
    padding-right: 15px;
    padding-left: 10px;
}
.header-img-box tr td.td_top_right{
    /*width:80px;*/
    width:40px;
}
a.a_back:link, a.a_back:visited {
    display: block;
    width:100%;
    height:100%;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
}
a.a_back:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.a_back span {
    display: block;
    font-size: 1.1em;
    float: left;
    margin: 0 0 0 3px;
}

.i_back {
    width: 100%;
    height: 100%;
   /*margin: 10px 0 0 10px;*/
    background: url(../images/back.png) no-repeat 11px 11px;
    background-size: 10px 18px;
}

.i_member_panel {
    /*width: 27px;
    height: 40px;*/
    width: 100%;
    height: 100%;
    float: left;
    background: url(../images/member.png) no-repeat 9px 12px;
    background-size: 17px 17px;
}

.i_word {
    display: block;
    font-size: 1.2em;
    float: left;
    margin: 11px 0 0 -1px;
    color: #fff;
}

.i_transform {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
}
.a_sevice{
    display: block;
    width:100%;
    height:100%;
    float: right;
}
.a_sevice span {
    display: block;
    font-size: 1.1em;
    float: left;
    /*margin: 11px 10px 0 3px;*/
    margin: 11px 7px 0 3px;
    color: #fff;
}

a.a_sevice:active{
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.i_service {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/tel_left.png) no-repeat 11px 11px;
    background-size: 18px 18px;
}
/*query_cargo begin*/
.query_wrap_cargo{
    width:100%;
    height:30px;
    overflow: hidden;
}
.query_wrap_cargo table{
    width:100%;
    height:30px;
    table-layout: fixed;
}
.query_wrap_cargo .query_input_icon{
    height:30px;
    padding-left:20px;
    background:#fff url(../images/latest1/query.png) no-repeat 5px 8px;
    background-size: 15px 15px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.query_wrap_cargo .top_query_input{
    width:100%;
    height:18px;
    padding:0 10px 0 5px;
    color:#777;
    border: none;
    background: #fff;
    font-size:1em;
    float: left;
    margin-top: 7px;
}
.query_wrap_cargo .top_query_input::-moz-placeholder {
    color: #bbb !important;
}
.query_wrap_cargo .top_query_input:-ms-input-placeholder {
    color: #bbb !important;
}
.query_wrap_cargo .top_query_input::-webkit-input-placeholder {
    color: #bbb !important;
}
.query_wrap_cargo table tr td.td_query_btn{
    width:55px;
    padding-left: 10px;
}
.query_wrap_cargo .top_query_btn{
    width:100%;
    height:30px;
    color:#963309;
    /*background: url(../images/query.png) no-repeat center;
    background-size: 15px 15px;*/
    background-color: #ffc700;
    border:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-align: center;
    letter-spacing: 2px;
    padding: 0;
}
.query_wrap_cargo .top_query_btn:active{
    opacity:0.8;
}
/*query_cargo end*/
/*query begin*/
.query_wrap{
    width:100%;
    height:26px;
    background-color: #61bdfc;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    border-radius:16px;
    overflow: hidden;
}
.query_wrap table{
    width:100%;
    height:26px;
    table-layout: fixed;
}
.query_wrap .top_query_input{
    width:100%;
    height:20px;
    padding-left:10px;
    color:#fff;
    background: none;
    border:none;
    font-size:1em;
    float: left;
    margin-top:-3px;
}
.query_wrap .top_query_input::-moz-placeholder {
    color: #fff !important;
}
.query_wrap .top_query_input:-ms-input-placeholder {
    color: #fff !important;
}
.query_wrap .top_query_input::-webkit-input-placeholder {
    color: #fff !important;
}
.query_wrap table tr td.td_query_btn{
    width:36px;
}
.query_wrap .top_query_btn{
    width:100%;
    height:26px;
    background: url(../images/query.png) no-repeat center;
    background-size: 15px 15px;
    border:none;
}
.query_wrap .top_query_btn:active{
    opacity:0.7;
}
/*query end*/
a.form_confirm:link, a.form_confirm:visited {
    width: 40px;
    height: 40px;
    float: right;
    margin: 5px 10px 0 0;
    line-height: 40px;
    color: #fff;
    font-size: 1.15em;
    text-decoration: none;
}

a.form_confirm:active {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #1da0fa;
}

/*.i_member {
    width: 17px;
    height:17px;
    margin: 12px 0 0 10px;
}

.i_member_icon {
    background: url(../images/member.png) no-repeat;
    background-size: 100% 100%;
}*/
a.dl_app:link, a.dl_app:visited{
    padding-right: 25px;
    background: url(../images/latest1/download.png) no-repeat right 0;
    background-size: 18px 18px;
    text-decoration: none;
}
a.dl_app:active{
    opacity:0.7;
}
.chief_title {
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}

.content_inner {
    padding-top: 40px;
}

/*.footer {
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
	text-align: center;
}*/
.sub_page_header {
    width: 100%;
    height: 40px;
    background: #6495ED;
}

.sub_page_title {
    width: 70%;
    float: left;
    font-size: 150%;
    color: white;
    padding-top: 5px;
    text-align: center;
    margin: 0 0 0 0;
}

.content_info {
    padding: 10px 10px;
}

.back {
    width: 10%;
    float: left;
    font-size: 200%;
    color: white;
    margin: 0 0 0 0;
}

.tback {
    background-color: #047ad1;
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 1.5em;
}

.tback span {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: bottom;
    margin-top: 5px;
}

/*.tback h {
	float: left;
	font-size: 0.7em;
	padding-top: 7px;
	display: block;
	margin-top: 4px;
}*/
.c1 {
    color: #fe0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a.c2:link, a.c2:visited, a.c2:active {
    color: #0093a7;
    text-decoration: underline;
    font-size: 12px;
}

.text_left {
    text-align: right;
    padding-right: 5px;
}

.page {
    text-align: center;
}

.padding_none {
    padding: 0 !important;
}

.save_btn {
    margin-top: 10px;
}

.radio_btn {
    width: 18px;
    height: 18px;
    margin-top: -5px;
}

.padding_top5 {
    padding-top: 5px;
}

.padding {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.padding_20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.padding_30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.padding_tb {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/*船盘信息*/
.top_img {
    width: 100%;
}

.info_inner {
    padding: 0 5px 15px 5px;
}

.table_info {
    width: 100%;
    /*margin-top: 10px;*/
    margin-bottom: 20px;
}

.table_info tr th {
    color: #272727;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
    background-color: #fff;
}

.table_info thead tr:first-child th {
    /*border-bottom: 1px solid #eaeaea;*/
}

.table_info tbody tr:first-child td {
    padding-top: 10px;
}

.table_info tr td {
    /*padding: 5px 0;color: #7e7e7e;*/
    color: #8d8b8b;
}

/*.table_info tr:nth-child(odd) {
	background-color: #f5f5f5;/
}
.table_info tr td:nth-child(odd) {
	width: 90px;
	text-align: right;
	color: #272727;
	vertical-align: top;
	padding-right: 10px;
}*/
.input-button {
    width: 90px;
    height: 30px;
    background-color: #0377cc;
    color: #fff;
    border: none;
    border-radius: 2px;
}

.input-button:active {
    opacity: 0.8;
}

/*嘟嘟打船*/
.query {
    width: 100%;
    height: auto;
    /*border: 1px solid #d2d2d2;*/
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.query1 {
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #fff;
}

.query_info {
    margin-top: 10px;
    padding: 10px 10px;
}

.table_query {
    width: 100%;
}

.table_query tr td {
    padding: 5px 0;
}

.table_query tr td:first-child {
    width: 90px; /*30%*/
    /*text-align: right;
	padding-right: 10px;*/
    padding: 0 5px;
}

.select_query, .input_query {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
}

.select_query {
    height: 31px !important;
}

.pr_none {
    padding-right: 0 !important;
}

.query_list {
    margin-top: 10px; /*15px;*/
    float: left;
}

.query_list li {
    width: 100%;
    padding: 0;
    float: left;
}

.query_list li.item {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    left: 0;
}

.query_list li:active {
    background-color: #b2d8f1;
}

.query_list li:first-child a {
    border: none;
}

.query_list li a {
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    padding: 12px 5px 10px 5px;
    color: #0578d1;
    text-decoration: none;
    border-top: 1px dashed #dcdddd;
}

.list_img {
    width: 82px;
    height: 82px;
    float: left;
    text-align: center;
}

.ship_img {
    width: 100%;
    height: 63px;
    border-radius: 50%;
}

.ci_up {
    width: 78px !important;
    height: 20px !important;
}

.confirm_img {
    width: 50px;
    /*height: 18px;*/
    margin-top: 6px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.confirm_success {
    background-image: url(../images/confirm.png);
}

.confirm_fail {
    background-image: url(../images/failconfirm.png);
}

.confirm_wait {
    background-image: url(../images/unconfirm.png);
}

.confirm_waiting {
    background-image: url(../images/unconfirming.png);
}

/*.confirm_status_1 {
	background-image: url(../images/confirm.png);
}
.confirm_status_2 {
	background-image: url(../images/failconfirm.png);
}
.confirm_status_0 {
	background-image: url(../images/unconfirm.png);
}*/
/*.list_img img{
	width:63px;
	height:63px;
	float:left;
	border-radius:1px;
}*/
.li_info {
    width: 72%; /*54%*/
    height: auto; /*90px*/
    float: left;
    margin-left: 0; /*2%*/
}

.li_opt {
    width: 21%;
    height: 90px;
    float: right;
    border-left: 1px solid #eaebeb;
    padding-left: 6px;
}

.collect_star {
    width: 16px;
    height: 15px;
}

.li_row {
    width: 100%;
    float: left;
    margin-bottom: 3px;
}

.li_row_half1 {
    width: 45%;
    float: left;
    margin-bottom: 3px;
}

.li_row_half2 {
    width: 45%;
    float: left;
    margin-bottom: 3px;
    margin-right: 5px;
}

/*
.li_row div{
	float:left;
}
*/
.li_title {
    text-align: right;
    width: 65px; /*70px*/
    float: left;
    color: #272727;
    padding-right: 10px;
}

.li_detail {
    width: 50%;
    color: #8d8b8b; /*7e7e7e*/
}

.li_detail2 {
    width: 35%;
}

.li_detail_r {
    float: right;
}

.div_rb_box {
    height: 30px;
    margin-top: 10px;
}

a .li_title {
    color: #272727;
}

/*嘟嘟找货*/
.cargo_btn {
    padding-right: 10px;
    float: right;
}

.cargo_review_sel {
    margin-top: 5px;
    padding-top: 5px;
}

/*船舶定位*/
.input-button_green {
    width: 180px;
    height: 60px;
    background-color: #81ba2f;
    color: #fff;
    border: none;
    border-radius: 2px;
}

.input-button_didi {
    height: 18px;
    width: 45px;
    font-size: 0.6em;
    border: none;
    border-radius: 2px;
    text-align: left;
    color: #FFF;
    background-color: #65c6bb;
}

.location {
    margin-top: 250px;
    margin-left: -480px;
}

.location_check {
    margin-left: -160px;
    padding-bottom: 5px;
}

.preview {
    margin-top: -80px;
    margin-left: 430px;
}

/*船东信息*/
.display {
    display: block;
}

.message {
    float: left;
    padding-left: 40px;
    padding-top: 10px;
    line-height: 40px;
}

.message_word {
    font-size: 1em;
    color: #000;
    text-align: center;
}

/*登录页面*/
.land {
    width: 100%;
    height: 100%; /*border-top: 1px solid #d2d2d2;*/
}

.form_bottom {
    padding-top: 20px;
    background: url(../images/land_bottom.png) no-repeat;
    background-size: 100% 100%;
}

.land_head {
    font-size: 1.4em;
    color: #01a7e1;
}

.input_land {
    width: 75%;
    height: 40px;
    padding: 6px 10px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.input_land_word {
    font-size: 1em;
    padding-left: 15%;
}

.input_land_button {
    font-size: 1.2em;
    text-align: center;
    color: #FFF;
    background-color: #25bbf0;
}

.input_land_button:active {
    background-color: #01a7e5;
}

.input_land_button1 {
    font-size: 1.2em;
    text-align: center;
    color: #FFF;
    background-color: #0490c4;
}

.input_land_pic {
    display: block;
    position: absolute;
    left: 18%;
    top: 10px;
}

.land_check {
    width: 18px;
    height: 18px;
}

.land_radio {
    width: 15px;
    height: 20px;
}

.land_word {
    font-size: 1.2em;
    color: #FFF;
}

.land_bot_word {
    padding-right: 10%;
    color: #FFF;
    font-size: 1.2em;
}

.top_head {
    background-color: #fff;
    padding-bottom: 10px;
}

a.ling_pwd:link, a.ling_pwd:visited, a.ling_pwd:active {
    color: #fff;
    text-decoration: none
}

/*注册页面*/
.register_input {
    width: 72%;
    padding: 6px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 30px;
}

.register_word {
    display: block;
    color: #F00;
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.radio_word {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.radio_pag {
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
}

.radio_pag input {
    width: 13px !important;
}

.input-button_oran {
    padding: 5px 0;
    color: #FFF;
    border: none;
    border-radius: 3px;
}

.input-button_oran:active {
    opacity: 0.8;
}

.bc_ora {
    background-color: #ff9c49;
}

.bc_blue {
    background-color: #018bf0;
}

.bc_blue_word {
    margin-top: 10px; /*font-size: 1em;*//*1.2em*/
}

a.link_supply:link, a.link_supply:visited {
    display: block;
    width: 100%;
    height: 35px;
    color: #FFF;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: 13px !important;
    line-height: 35px;
    background-color: #7cb228;
    text-decoration: none;
    margin-top: 10px;
}

a.link_supply:active {
    color: #FFF;
    text-decoration: none;
    opacity: 0.7;
}

/*嘀嘀打船详情页*/
.ship_list {
    font-size: 1.1em;
    line-height: 30px;
}

.ship_list tr:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.ship_list1 {
    font-size: 1.1em;
    line-height: 30px;
}

.ship_list1 tr:nth-child(2n) {
    background-color: #f5f5f5;
}

/*船舶管理*/
.ship_ma_input {
    width: 57%;
    padding: 6px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 40px;
    float: left;
}

.ship_ma_button {
    width: 60px;
    color: #FFF;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 40px;
    float: left;
    font-size: 1em;
    margin-left: 5px;
}

.ship_modify_button {
    width: 50px;
    color: #FFF;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 45px;
    float: left;
    font-size: 0.9em;
}

.ship_tc {
    width: 300px;
    height: 100px;
    background-color: #FFF;
    border-radius: 8px;
    /*border: 1px solid #dcdddd;*/
    position: fixed;
    top: 40%;
    left: 15px;
    z-index: 20000000;
    display: none;
    box-shadow: 0 0 15px #cac9c9;
}

.show_panel {
    width: 100%;
    height: 100%;
    position: relative;
}

#boxBtn {
    position: absolute;
    bottom: 10px;
}

.tc_button {
    width: 60px;
    color: #FFF;
    margin-left: 50px;
    border: none;
    border-radius: 5px;
    height: 25px;
    float: left;
    font-size: 0.9em;
    margin-top: 10px;
}

.tc_button:active {
    opacity: 0.8;
}

a.del_attr:link, a.del_attr:visited {
    float: left;
    margin-top: -2px;
    margin-left: 15px;
}

a.del_attr:active {
    opacity: 0.8;
}

.d_img {
    width: 25px !important;
    height: 25px !important;
    background-image: url(../images/delate.png);
}

/*个人信息*/
.personal {
    width: 100%;
}

.personal tr td {
    padding: 6px 0 6px 5px;
    color: #545454;
}

.personal tr td:first-child {
    width: 70px;
    padding-right: 5px;
    text-align: right;
    color: #272727;
}

.personal tr td input {
    width: 100%;
}

.div_show {
    width: 100px;
    float: left;
}

.div_show img {
    width: 100%;
    height: auto;
}

.div_upload {
    width: 80px;
    height: 30px;
    float: left;
    margin-top: 70px;
    margin-left: 10px;
    background-color: #ebebeb;
    color: #545454;
    text-align: center;
    position: relative;
    line-height: 30px;
    border-radius: 3px;
}

.div_upload:active {
    background-color: #e8e7e7;
    color: #545454;
}

.div_upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
}

/*货盘管理*/
.cargo_input {
    width: 32%;
    padding: 0 5px; /*5px 1%*/
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 30px;
}

.cargo_button {
    width: 60px;
    color: #FFF;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 30px;
    font-size: 1em;
}

.cargo_button:active {
    opacity: 0.8;
}

.cargo_button1 {
    width: 48px;
    color: #FFF;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 48px;
    font-size: 0.9em;
}

/*货盘发布*/
.cargo_rel_input {
    width: 50%;
    padding: 6px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    height: 30px;
    float: left;
}

/* user center */
.uc-container {
    /*margin: 5px 5px 5px 5px;
	font-size: 20px;*/
}

.uc-li-box {
    width: 100%;
    /*margin-top: 5px;
	margin-bottom: 5px;*/
    border-bottom: 1px solid #D5D5D5;
}

.uc-li-left {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
}

.uc-li-box a {
    display: block;
    padding: 5px 5px;
    font-size: 16px;
    text-decoration: none;
}

.uc-li-box a:active {
    background-color: #ECECFF;
}

.uc-li-right {
    width: 20px;
    height: 20px;
    margin-top: 6px;
    /*margin-bottom: 5px;*/
    margin-right: 10px;
    float: right;
}

.uc-li-right img {
    width: 100%;
    height: 100%;
    float: left;
}

.line {
    width: 100%;
    margin: 0;
    height: 1px;
    border: 0;
    background-color: #D5D5D5;
    color: #D5D5D5;
}

/*收藏页面*/
.header_box {
    z-index: 200;
    width: 100%;
    text-align: center;
}

.header_title {
    font-size: 150%;
    width: 50%;
    height: 40px;
    padding: 5px 1% 5px 1%;
    border: 1px solid white;
    float: left;
}

.header_select {
    color: white;
    background: #6495ED;
}

/*用户中心导航*/
.nav_uc {
    width: 100%;
    padding: 20px 0;
    float: left;
}

.nav_uc li {
    width: 70px;
    float: left;
}

.nav_uc li a {
    display: block;
    color: #272727;
    text-decoration: none;
}

.nav_uc li a:active {
    opacity: 0.7;
}

.nav_uc li img {
    width: 70px;
    height: 70px;
}

.nav_uc li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}

.examine_pass, .examine_un_pass, .examine_un_waiting {
    background: #FFF url("../images/pass.png") no-repeat 10% center;
    padding-left: 30px;
    width: 90px;
    height: 20px;
    line-height: 18px;
    color: #7b7b7b;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    margin-top: 2px;
    font-size: 0.8em;
    vertical-align: middle;
}

.examine_un_pass {
    background: url("../images/unpass.png") no-repeat 10% center;
}

.examine_un_waiting {
    background: url("../images/passing.png") no-repeat 10% center;
}

/*船舶跟踪*/
.table_track {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 15px;
    border: 1px solid #e6e7e7;
    overflow: hidden;
}

.table_track thead th {
    color: #272727;
    font-weight: normal;
    text-align: center;
    padding: 8px 0;
}

.table_track tbody tr:nth-child(odd) {
    background-color: #ececec;
}

@media screen and (max-width: 420px) {
    .table_track thead th:nth-child(1) {
        width: 100px;
    }

    .table_track thead th:nth-child(3) {
        width: 100px;
    }

    .table_track thead th:nth-child(4) {
        width: 60px;
    }
}

@media screen and (min-width: 420px) {
    .table_track thead th:nth-child(1) {
        width: 40%;
    }

    .table_track thead th:nth-child(3) {
        width: 20%;
    }

    .table_track thead th:nth-child(4) {
        width: 8%;
    }
}

.table_track tbody tr td:nth-child(3) {
    font-family: Arial, Helvetica, sans-serif;
}

.table_track tbody td {
    color: #7a7a7a;
    padding: 12px 0;
    text-align: center;
}

.query_none {
    width: 100%;
    padding: 30px 0 80px 0;
    background-color: #fff;
    margin-top: 15px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e6e7e7;
}

.query_none img {
    max-width: 66px;
}

.query_none span {
    display: block;
    margin-top: 10px;
    color: #272727;
}

.ship_title {
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
}

.ship_title img {
    width: 15px;
    height: 18px;
    float: left;
}

.ship_title span {
    display: block;
    float: left;
    color: #545454;
}

.video_box {
    width: 100%;
    min-height: 280px;
    background-color: #545454;
}

.video_info_bg, .video_info_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.video_info_bg {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 99;
}

.video_info_box {
    z-index: 999;
}

.video_info_load {
    width: 32px;
    height: 32px;
    background-image: url(../images/img-loading.gif);
    margin: 124px auto 0;
    display: none;
}

.video_info_msg {
    border: 1px solid red;
    text-align: center;
    margin-top: 115px;
    display: none;
}

.monitorbar {
    width: 90%;
    float: left;
    margin: 5% 0 0 5%;
}

.monitorbar li {
    width: 44%;
    float: left;
    margin: 0 0 4% 4%;
    height: 44px;
    line-height: 44px;
}

.monitorbar li a {
    height: 44px;
    line-height: 44px;
}

/*.monitorbar li:nth-child(3n+1) {
	margin-left: 0;
}*/
.monitorbar li a:link, .monitorbar li a:visited {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 44px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #047ad1;
    font-size: 1.1em;
    color: #545454;
    text-decoration: none;
    border-radius: 2px;
}

.monitorbar li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #047ad1;
}

.monitorbar li a.active {
    background-color: #047ad1;
    color: #fff;
}

.monitorbar li a.gray {
    background-color: #999;
}

.table_track_query {
    width: 100%;
}

.table_track_query tr td {
    padding-bottom: 10px;
}

.table_track_query tr td:first-child {
    width: 70px;
}

.check_content {
    border: 1px solid #d6d6d6;
    line-height: 30px;
}

.check_content tr td {
    border: 1px solid #d6d6d6;
}

.check_content tr td:first-child {
    width: 50px;
    text-align: center;
}

.check_content tr td:nth-child(3) {
    width: 70px;
    text-align: center;
}

.check_content tr td label {
    margin-top: 5px;
}

.check_content tr td:nth-child(2n) {
    padding-left: 5px;
}

.mapShow {
    width: 100%;
    margin: 20px auto 15px;
    height: 500px;
    border: 1px solid #8bcced;
    border-radius: 5px;
    overflow: hidden;
}

.mapShow img {
    border-radius: 5px;
}

.history_panel{
    width:100%;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.history_panel a {
    /*display: block;
    float: left;
    margin-right: 10px;*/
    word-break: break-all;
    word-wrap: break-word;
    color:#1e9ffb;
    border-left:1px solid #eee;
    padding:0 5px 0 6px;
}
.history_panel a:first-child{
    padding-left: 0;
    border-left:none;
}

.btn_date {
    margin-top: 5px;
    margin-right: 10px;
}

/*退出*/
a.login_out:link, a.login_out:visited {
    /*position:fixed;*/
    display: block;
    width: 94%;
    padding: 10px 0;
    /*bottom:10px;
	left:3%;*/
    margin-left: 3%;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    background-color: #eb5350;
    border-radius: 3px;
    text-decoration: none;
}

a.login_out:active {
    opacity: 0.8;
}

/*bootstrap update*/
.datetimepicker {
    margin-top: -1px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*联系方式*/
a.link_way:link, a.link_way:visited {
    color: #8d8b8b;
    text-decoration: underline;
}

a.link_way:active {
    opacity: 0.8;
}

/*nav-bar*/
.ul-tab {
    width: 100%;
}

.ul-tab li {
    width: 50%;
    float: left;
}

.ul-tab li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #272727;
    text-align: center;
    background-color: #fff;
    border-bottom: #ebebeb 1px solid;
    font-size: 110%;
    text-decoration: none;
}

.ul-tab li a.tab-active {
    font-weight: bold;
    color: #06619d;
    border-bottom: 2px solid #06619d;
}

/*交易*/
.fixed_top {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    padding: 5px 0;
    border-bottom: 1px solid #dcdddd;
    background-color: #fffaf4;
}

a.a_publish:link, a.a_publish:visited {
    display: block;
    padding: 3px 6px;
    background-color: #029bd7;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}

a.a_publish:active {
    opacity: 0.8;
}

.link_step_next {
    /*position:fixed; */
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 0 10px;
}

/*加载提醒*/
.inform_bar {
    width: 100%;
    float: left;
    color: #272727;
    text-align: center;
    visibility: hidden;
    margin-bottom: 60px;
}

/*提示页面*/
.inform_panel {
    max-width: 110px;
    margin: 80px auto 0;
    text-align: center;
    color: #282828;
    font-weight: bold;
    line-height: 20px;
}

.trans_bar {
    width: 100%;
    margin: auto;
}

.cal-info {
    width: 100%;
    color: #787879;
    font-size: 12px;
    float: left;
    margin-top: 10px;
    text-align: center;
}

.sp-info {
    font-family: 微软雅黑;
}

#wait {
    font-family: Arial, Helvetica, sans-serif;
    color: #5b5b5c;
    font-weight: bold;
    font-size: 14px;
}

.div-a-mark {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.m-left {
    margin-left: 120px;
}

.div-a-mark a:link, .div-a-mark a:visited {
    display: block;
    width: 70px;
    padding: 5px 0;
    border: 1px solid #5dd1e8;
    margin: auto;
    color: #5dd1e8;
    text-decoration: none;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
}

.div-a-mark a:active {
    color: #23b5d2;
    border: 1px solid #23b5d2;
    text-decoration: none;
}

.i_range {
    max-width: 160px !important;
}

.inform_panel img {
    max-width: 100%;
    float: left;
}

.i_info {
    width: 100px;
    float: right;
    margin-top: 10px;
}

/*船东、货主标识*/
.s_icon {
    background-image: url(../images/good_master.png);
}

.c_icon {
    background-image: url(../images/ship_master.png);
}

/*推送信息提示*/
.propel_bar {
    width: 100%;
    height: 40px;
    border: 1px solid #feeca8; /*f0db70*/
    background-color: #fff1b6;
    color: #d47839; /*ff6606*/
    letter-spacing: 1px;
    /*border-radius: 4px;*/
    float: left;
}

.propel_bar div {
    float: left;
    height: 100%;
    line-height: 39px;
}

.propel_bar a:link, .propel_bar a:visited {
    display: block;
    padding: 0 10px;
    height: 40px;
    color: #fff;
    background-color: #fda600; /*fd6f01*/
    /*border-radius: 4px;*/
    font-size: 1.05em;
    text-decoration: none;
    float: right;
    margin-top: -1px;
    line-height: 40px;
}

.propel_bar a:active {
    opacity: 0.8;
}

.i_horn {
    display: block;
    float: left;
    width: 18px;
    height: 16px;
    background-image: url(../images/icon/horn.png);
    margin: 11px 10px 0 10px;
}

a.a_link_btn:link, a.a_link_btn:visited {
    color: #fff;
    text-decoration: none;
}

/*注册协议*/
.agree_title {
    text-align: center;
    font-size: 1.2em;
    color: #000;
}

.p_title {
    width: 100%;
    color: #272727;
}

.agree_content p.p_mark {
    color: #f00;
    font-weight: bold;
}

.agree_content p.f_bold, .agree_content p span.f_bold {
    color: #000;
}

.div-show {
    display: none;
    width: 700px;
    height: 600px;
    background-color: #fff;
    position: fixed;
    z-index: 1000000015;
    top: 0;
    border-radius: 5px;
    overflow: hidden;
}

.close-bar {
    width: 18px;
    height: 18px;
    float: right;
    font-size: 24px;
    margin-top: 5px;
    margin-right: 6px;
    line-height: 14px;
}

.close-bar:active {
    color: #dedcdc;
    cursor: pointer;
}

.page-content {
    padding: 0 0 10px 10px;
    position: relative;
    z-index: 10;
    margin-top: 25px;
}

.page-title {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.page-container {
    width: 100%;
    padding-right: 10px;
    margin-top: 5px;
    padding-bottom: 5px;
    overflow-y: scroll;
}

.scroll-layer {
    width: 10px;
    height: 550px;
    position: absolute;
    top: 22px;
    right: 1px;
    background-color: #fff;
    z-index: 999999;
}

/*预约加油*/
.li_time {
    color: #8d8b8b;
    width: 53%;
    padding-left: 10px;
    text-align: left;
}

.li_sale {
    color: #272727;
    width: 32%;
    text-align: center;
}

.li_status {
    width: 40px;
    text-align: right;
}

.font_weight {
    font-weight: bold;
}

.font_italic {
    font-style: italic;
}

.notice_box {
    width: 100%;
    height: 35px;
    border: 1px solid #fa9a59;
    border-radius: 3px;
    color: #545454;
}

.img_horn {
    width: 18px;
    height: 15px;
    float: left;
    margin-top: 9px;
    margin-left: 10px;
    background-image: url(../images/horn.png);
}

.img_common {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.img_order {
    width: 60px;
    height: 24px;
    float: right;
    background-image: url(../images/bespeak.png);
}

.img_order:active {
    background-image: url(../images/bespeak_active.png);
}

.img_status {
    width: 15px;
    height: 15px;
}

.img_on {
    background-image: url(../images/radio_on.png);
}

.img_off {
    background-image: url(../images/radio_off.png);
}

.stat_panel {
    background-color: #fff;
    padding: 10px 0 5px 0;
    box-shadow: 0 2px 2px #dcdddd;
}

.stat_out_circle {
    width: 110px;
    height: 110px;
    border: 1px solid #86c0e5;
    margin: auto;
    border-radius: 50%;
}

.stat_in_circle {
    width: 94px;
    height: 94px;
    border: 1px solid #86c0e5;
    background-color: #1da0fa;
    margin: 7px auto;
    border-radius: 50%;
    box-shadow: 0 0 5px #0b7dd3 inset;
}

.stat_in_circle div {
    text-align: center;
}

.si_1 {
    font-size: 0.8em;
    color: #f4feff;
    margin-top: 23px;
}

.si_2 {
    font-size: 1.4em;
    color: #fffc00;
    font-weight: bold;
    margin-top: 5px;
}

.size_8 {
    font-size: 0.8em;
}

.stat_order {
    width: 100px;
    margin: 15px auto 0;
    text-align: center;
}

.stat_order a:link, .stat_order a:visited {
    display: block;
    width: 100%;
    padding: 5px 0;
    color: #272727;
    border-radius: 4px;
    text-decoration: none;
    background: #fff url(../images/oil_blue.png) no-repeat 8px 5px; /*#1da0fa*/
    background-size: 20px 20px;
    border: 1px solid #d1d1d1;
}

.stat_order a span {
    display: block;
    margin-left: 25px;
}

.stat_order a:active {
    opacity: 0.8;
}

.fixed_bottom, .fixed_bottom_q, .fixed_bottom_o {
    position: fixed;
    width: 100%;
    padding: 5px 30px 5px 30px; /*0px 5px 5px 5px;*/
    left: 0;
    bottom: 0 !important;
    z-index: 999999;
    background-color: #ececec;
}

.btn_padding {
    padding: 0 30px 5px 30px !important; /*0px 5px 5px 5px;*/
}

a.order_link:link, a.order_link:visited, a.order_linked:link, a.order_linked:visited, a.fade_link:link, a.fade_link:visited {
    display: block;
    width: 100%;
    padding: 10px 0; /*8px 0;*/
    top: 0;
    /*left: 1%;*/
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    background-color: #7cb228;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

a.order_link:active, a.fade_link:active {
    opacity: 0.8;
}

a.order_linked:link, a.order_linked:visited {
    background-color: #bcbcbc;
}

a.fade_link:link, a.fade_link:visited {
    width: 80%;
    margin: 15px auto 0;
    font-size: 1.15em;
}

.stat_fix {
    position: fixed;
    width: 100%;
    top: 40px;
    left: 0;
    padding: 5px 5px 0 5px;
    z-index: 99999;
    background-color: #ececec;
}

.stat_static {
    margin-top: 195px; /*196px*/
}

#refuel_map {
    width: 100%;
    height: 500px;
    border: 1px solid #8bcced;
    overflow: hidden;
}

.table_t_info {
    width: 100%;
}

.table_t_info tr td {
    width: 50% !important;
    padding: 2px 0 15px 0;
}

/*加油变更*/
.refuel_banner {
    width: 100%;
}

.refuel_rule, .refuel_map, .refuel_customer {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    color: #a5a198;
}

.refuel_rule {
    padding: 1px 0 8px 10px;
    margin-bottom: 10px;
}

.rp, .rule_panel p {
    font-size: 0.85em;
    margin-bottom: 1px !important;
    word-break: break-all;
}

.refuel_map {
    padding: 10px 10px;
    text-align: center;
    margin-top: 10px;
}

.refuel_map img {
    max-width: 100%;
}

.row_list {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.row_list li {
    width: 100%;
    /*padding:0 10px;*/
    padding: 15px 0 12px 0;
    border-top: 1px solid #eee;
}

/*.row_list li a {
	display: block;
	width: 100%;
	padding: 15px 5px 12px 10px;
	text-decoration: none;
}
.row_list li:first-child a {
	padding-top: 17px;
}
.row_list li a:active {
	background-color: #b2d8f1;
}*/
.row_list li:first-child {
    border: none;
}

.r_position {
    width: 16px;
    height: 20px;
}

a.a_go:link, a.a_go:visited, a.a_go:active {
    display: block;
    width: 80px;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    margin: auto;
    text-align: center;
}

.r_line_panel {
    padding-bottom: 6px;
    border-bottom: 1px dashed #dcdddd;
}

.t_panel {
    width: 100%;
    margin-bottom: 10px;
    table-layout: fixed;
}

.t_panel tr td {
    padding: 0 !important;
}

.tleft, .tright {
    width: 10px;
    height: 100%;
}

.tleft {
    background-image: url(../images/refuel/left.png);
}

.tright {
    background-image: url(../images/refuel/right.png);
}

.t_info_panel {
    width: 100%;
    padding: 5px 5px;
    background-color: #fff;
    line-height: 22px;
    border-radius: 3px;
}

@media screen and (max-width: 320px) {
    .t_info_panel {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .t_info_panel {
        font-size: 1.05em;
        margin-top: 8px;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    .t_info_panel {
        font-size: 1.1em;
        margin-top: 15px;
    }
}

@media screen and (min-width: 415px) {
    .t_info_panel {
        font-size: 1.2em;
        margin-top: 15px;
    }
}

.belong_bar {
    width: 30px;
    height: 15px;
    position: absolute;
    right: 3%;
    bottom: -15px;
    background-image: url(../images/refuel/end_belong.png);
}

.r_click {
    width: 55px;
    height: 30px;
    background-image: url(../images/refuel/click.png);
    margin-top: -5px;
}

.r_clock {
    width: 20px;
    height: 20px;
    background-image: url(../images/refuel/running.gif);
    margin-top: 1px;
}

.r_arrow {
    width: 8px;
    height: 18px;
    background-image: url(../images/arrow1.png);
    margin-top: 2px;
}

.notice_list {
    -moz-box-shadow: 0 3px 5px #cfcece inset;
    -webkit-box-shadow: 0 3px 5px #cfcece inset;
    box-shadow: 0 3px 5px #cfcece inset;
}

.notice_list li {
    width: 90%;
    padding: 13px 10px 10px 10px !important;
    font-size: 0.9em;
    color: #a0a0a0;
}

.notice_list li span {
    display: block;
    width: 100%;
}

.rule_title {
    height: 28px;
    padding: 3px 10px 3px 10px;
    /*background-image: url(../images/refuel/title_bar.png);*/
    color: #fff;
    margin-left: -10px;
    background-color: #1da0fa;
    line-height: 24px;
    float: left;
}

.rule_bg_right {
    width: 10px;
    height: 28px;
    background-image: url(../images/refuel/rf_rule.png);
    float: left;
}

.ul_refuel_tab {
    width: 100%;
    height: 55px;
    background-color: #f88614;
}

.ul_refuel_tab li {
    width: 33.3%;
    height: 100%;
    float: left;
    font-size: 1.3em;
    text-align: center;
    padding: 10px 0;
}

.ul_refuel_tab li.tab_active {
    background: url(../images/refuel/tab_active.png) no-repeat bottom center;
    background-size: 25px 10px;
}

.ul_refuel_tab li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-left: 1px solid #efe3d8;
    line-height: 1.88em;
}

.ul_refuel_tab li span {
    font-size: 1.1em;
}

.ul_refuel_tab li:first-child {
    width: 33.4%;
}

.ul_refuel_tab li:first-child a {
    border: none;
}

.r_value {
    font-family: Arial, Helvetica, sans-serif;
}

.refuel_oil {
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}

.table_oil {
    width: 100%;
}

.table_oil tr th {
    width: 33.3%;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0 10px 10px;
    color: #272727;
    font-weight: normal;
}

.table_oil tr th:first-child {
    width: 33.4%;
    border-left: 1px solid #e6e6e6;
}

.td_pad {
    padding-right: 5px;
    padding-left: 5px;
}

.table_oil_child {
    width: 100%;
    border-top: 1px solid #e6e6e6;
}

.table_oil tr:first-child td .table_oil_child {
    border: none;
}

.table_oil_child tr td {
    width: 33.3%;
    padding: 10px 0 10px 10px;
    color: #858585;
}

.table_oil_child tr td:first-child {
    width: 33.4%;
    padding-left: 5px;
}

.table_oil_child tr td:nth-child(2), .table_oil_child tr td:nth-child(3) {
    font-family: Arial, Helvetica, sans-serif;
    color: #fa511a;
    font-size: 1.2em;
    font-weight: bold;
}

.table_oil_child tr td:nth-child(3) {
    padding-left: 15px;
}

.icon_type {
    background-image: url(../images/icon/icon_type.png);
}

.icon_weight {
    background-image: url(../images/icon/icon_weight.png);
}

.icon_date {
    background-image: url(../images/icon/date.png);
}

.icon_time {
    background-image: url(../images/icon/icon_date.png);
}

.icon_size {
    width: 20px;
    height: 21px;
}

.icon_size1 {
    width: 20px;
    height: 18px;
}

.icon_size2 {
    width: 22px;
    height: 18px;
}

.icon_size3 {
    width: 19px;
    height: 19px;
}

.r_bg {
    background-image: url(../images/refuel/r_bg.png);
}

@media screen and (max-width: 320px) {
    .end_date {
        width: 100%;
        color: #f9fc00;
        font-size: 0.7em;
        margin-top: 27%;
    }

    .table_refuel_date {
        width: 100%;
        table-layout: fixed;
        margin-top: 2%;
    }

    .table_refuel_date .d_dot {
        width: 10px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .table_refuel_date .box_bg {
        width: 22%;
        height: 16px;
        background-image: url(../images/refuel/date_bar.png);
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 0.9em;
    }

    .d_bar {
        color: #f9fc00;
        font-size: 0.8em;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .end_date {
        width: 100%;
        color: #f9fc00;
        font-size: 0.8em;
        margin-top: 25%;
    }

    .table_refuel_date {
        width: 100%;
        table-layout: fixed;
        margin-top: 2%;
    }

    .table_refuel_date .d_dot {
        width: 10px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .table_refuel_date .box_bg {
        width: 22%;
        height: 20px;
        background-image: url(../images/refuel/date_bar.png);
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 1.2em;
    }

    .table_refuel_date .tr_bar td {
        padding-top: 0.5%;
    }

    .d_bar {
        color: #f9fc00;
        font-size: 0.88em;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    .end_date {
        width: 100%;
        color: #f9fc00;
        font-size: 0.9em;
        margin-top: 26%;
    }

    .table_refuel_date {
        width: 100%;
        table-layout: fixed;
        margin-top: 2%;
    }

    .table_refuel_date .d_dot {
        width: 10px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .table_refuel_date .box_bg {
        width: 22%;
        height: 24px;
        background-image: url(../images/refuel/date_bar.png);
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 1.4em;
    }

    .table_refuel_date .tr_bar td {
        padding-top: 0.5%;
    }

    .d_bar {
        color: #f9fc00;
        font-size: 0.9em;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
}

@media screen and (min-width: 415px) {
    .end_date {
        width: 100%;
        color: #f9fc00;
        font-size: 0.9em;
        margin-top: 28%;
    }

    .table_refuel_date {
        width: 100%;
        table-layout: fixed;
        margin-top: 2%;
    }

    .table_refuel_date .d_dot {
        width: 10px;
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .table_refuel_date .box_bg {
        width: 22%;
        height: 24px;
        background-image: url(../images/refuel/date_bar.png);
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 1.4em;
    }

    .table_refuel_date .tr_bar td {
        padding-top: 1%;
    }

    .d_bar {
        color: #f9fc00;
        font-size: 0.9em;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
    }
}

.table_refuel_oil, .table_refuel_end {
    width: 100%;
    height: 100%;
}

.td_refuel_oil span {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.td_refuel_end {
    width: 24%;
}

.td_end_logo {
    width: 100%;
    height: 85%;
    background-image: url(../images/refuel/end_logo.png);
    bottom: 0;
}

.panel_one {
    width: 100%;
    height: 60%;
    background-color: #fff;
    padding: 4px 0 4px 4px;
    right: 5%;
}

.panel_two {
    width: 100%;
    height: 100%;
    background-color: #d1cfcf;
    overflow: hidden;
}

.panel_three {
    width: 100%;
    height: 100%;
    float: right;
    background-color: #ff8b3e;
}

.end_bar {
    /*color: #666666;*/
    bottom: -3px;
    /*left: 15%;
	width:160px;*/
    height: 20px; /*background-image:url(../images/refuel/end.png);*/
}

@media screen and (max-width: 320px) {
    .td_refuel_oil {
        width: 70px;
        height: 70px;
    }

    .td_refuel_oil span {
        font-size: 1.2em;
        margin-top: 33%;
    }

    .panel_one {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .panel_two {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .end_bar {
        font-size: 0.85em;
        bottom: -8px;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .td_refuel_oil {
        width: 83px;
        height: 83px;
    }

    .td_refuel_oil span {
        font-size: 1.4em;
        margin-top: 32%;
    }

    .panel_one {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .panel_two {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .end_bar {
        bottom: -5px;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    .td_refuel_oil {
        width: 95px;
        height: 95px;
    }

    .td_refuel_oil span {
        font-size: 1.5em;
        margin-top: 34%;
    }

    .panel_one {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .panel_two {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
}

@media screen and (min-width: 415px) {
    .td_refuel_oil span {
        font-size: 1.5em;
        margin-top: 34%;
    }

    .panel_one {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .panel_two {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}

.i_oil_meter {
    background-image: url(../images/refuel/meter.png);
}

.rf_c_list {
    width: 100%;
    table-layout: fixed;
}

.rf_equal {
    width: 30px;
}

.rf_c_list thead tr:first-child td {
    padding-top: 0;
}

.rf_c_line {
    padding-top: 6px;
    padding-bottom: 6px;
}

.rf_c_panel {
    width: 100%;
    box-shadow: 0 0 10px #c6c4c4;
    padding: 12px 0;
    margin-top: 25px;
}

.c_title_left, .c_title_right {
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.c_title_left {
    background-image: url(../images/refuel/left.jpg);
}

.c_title_right {
    background-image: url(../images/refuel/right.jpg);
}

.bg_line {
    width: 100%;
    height: 30px;
    /*background-image: url(../images/refuel/center.jpg);
	background-repeat: repeat-x;
	background-size: 100% 100%;*/
    background-image: url(../images/refuel/center.jpg);
    color: #fff;
    text-align: center;
    line-height: 27px;
}

.bg_line_one {
    width: 100%;
    height: 30px;
    background-color: #f88614;
}

.rf_c_child {
    width: 100%;
    table-layout: fixed;
    float: left;
}

.rf_c_child thead tr th {
    height: 30px;
    text-align: center;
    color: #fff;
}

.rb_line {
    width: 1px;
    height: 12px;
    background-image: url(../images/refuel/rb_line.jpg);
    float: right;
    margin-top: 3px;
    opacity: 0.6;
}

.rf_c_child thead tr th:nth-child(1) {
    width: 50px;
}

.rf_c_child thead tr th:nth-child(2) {
    width: 50px;
}

.rf_c_child thead tr th:nth-child(4) {
    width: 70px;
}

.rf_c_child tbody tr td {
    font-size: 0.85em;
    text-align: center;
    padding: 8px 0;
    border-top: 1px dashed #c10c03;
}

.rf_c_child tbody tr:first-child td {
    border: none;
}

.rf_c_child tbody tr td:nth-child(3) {
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 320px) {
    .rf_c_child thead th {
        font-size: 0.85em;
    }

    .rf_c_child tbody tr td:nth-child(3), .rf_c_child tbody tr td:nth-child(4) {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .rf_c_child thead tr th:nth-child(1) {
        width: 60px;
    }

    .rf_c_child thead tr th:nth-child(2) {
        width: 60px;
    }

    .rf_c_child thead tr th:nth-child(4) {
        width: 70px;
    }

    .rf_c_child thead th {
        font-size: 0.9em;
    }

    .rf_c_child tbody tr td {
        font-size: 0.95em;
    }

    .rf_c_child tbody tr td:nth-child(3), .rf_c_child tbody tr td:nth-child(4) {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    .rf_c_child thead tr th:nth-child(1) {
        width: 70px;
    }

    .rf_c_child thead tr th:nth-child(2) {
        width: 70px;
    }

    .rf_c_child thead tr th:nth-child(4) {
        width: 80px;
    }

    .rf_c_child thead th {
        font-size: 1.1em;
    }

    .rf_c_child tbody tr td {
        font-size: 1.05em;
    }

    .rf_c_child tbody tr td:nth-child(3), .rf_c_child tbody tr td:nth-child(4) {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 415px) {
}

/*认证*/
.d_show {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    float: left;
    margin-top: 5px;
}

.d_show img {
    max-width: 100%;
    /*max-width: 75%;
	max-height: 100%;*/
}

.exp img {
    width: 24px;
    height: 18px;
}

.g-box {
    border: 1px solid #bcd5f3;
    padding: 10px 10px;
    background-color: #edf4fc;
    border-radius: 2px;
}

.g-box p {
    margin-bottom: 0;
    line-height: 24px;
}

.z-index-max {
    z-index: 999999999 !important;
}

.btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    z-index: 999999;
}

.rs_size {
    width: 65px;
    height: 22px;
}

.rs_size1 {
    width: 70px;
    height: 25px;
}

.refuel_station {
    background-image: url(../images/refuel/sinopec.jpg);
}

/*update(2015-07-29) modal-box*/
.load_frame {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 999999999;
    overflow: auto;
}

.t_query {
    width: 100%;
    height: 35px;
    border: 1px solid #96cd00;
    border-collapse: separate;
    border-radius: 4px !important;
    overflow: hidden;
}

.t_query tbody tr td {
    padding: 0 !important;
}

.t_query tbody tr td:nth-child(2) {
    width: 40px;
    height: 100%;
}

.query_panel {
    width: 100%;
    height: 100%;
}

.sub_query {
    width: 100%;
    height: 100%;
    background: #94d000 url(../images/query.png) no-repeat center;
    background-size: 60% 75%;
    border: none;
    border-radius: 0;
}

.sub_query:active {
    opacity: 0.8;
}

.img_stastics {
    visibility: hidden;
    width: 18px;
    height: 15px;
    float: left;
    margin-top: 2px;
    background-image: url(../images/stastic.png);
}

.scroll_panel {
    visibility: hidden;
    width: 100%;
    height: 20px;
    float: left;
    margin-top: 1px;
    margin-left: 12px;
}

#scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#scroll1, #scroll2 {
    color: #66b4ef;
}

.t_list {
    width: 100%;
    float: left;
    position: relative;
}

.t_list tr td {
    font-size: 15px;
    text-align: center;
}

.t_list tr td:first-child {
    text-align: left;
}

.t_list .t_list_tr td {
    position: relative;
}

/*@media screen and (max-device-width:320px) {
.t_list tbody tr.t_list_tr td:nth-child(1) {
	width: 70px;
}
.t_list tbody tr.t_list_tr td:nth-child(2) {
	width: 38%;
}
}*/
.self_select {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
    color: #fff;
    background-color: #1da0fa;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .t_list tbody tr td {
        font-size: 15px;
    }

    /*.t_list tbody tr.t_list_tr td:nth-child(2) {
	width: 40%;
}*/
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    .t_list tbody tr td {
        font-size: 15px;
    }

    /*.t_list tbody tr.t_list_tr td:nth-child(1) {
	width: 80px;
}
.t_list tbody tr.t_list_tr td:nth-child(2) {
	width: 40%;
}*/
}

.l_row {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.query_list li a .l_row:first-child {
    margin-top: 0;
}

.img_common_size {
    width: 18px;
    height: 18px;
}

.img_common_size1 {
    width: 15px;
    height: 14px;
    margin-top: 3px;
}

.img_common_size2 {
    width: 13px;
    height: 12px;
}

.img_common_size3 {
    width: 15px;
    height: 15px;
}

.img_common_size4 {
    width: 25px;
    height: 25px;
}

.img_check0 {
    background-image: url(../images/uncheck.png);
}

.img_check1 {
    background-image: url(../images/check.png);
}

.order_status_0 {
    background-image: url(../images/order_status_0.png);
}

.order_status_1 {
    background-image: url(../images/order_status_1.png);
}

.order_status_2 {
    background-image: url(../images/order_status_2.png);
}

.inform_query {
    width: 100%;
    margin-top: 30px;
}

.inform_notice {
    width: 80%;
    max-width: 300px;
    color: #666;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    border: 1px dashed #bbb;
    border-radius: 35px;
}

.icon_pointer {
    width: 50px;
    height: 97px;
    background-image: url(../images/point_down.png);
    margin: 20px auto 0;
}

.inform_box, .inform_box_none {
    width: 90%;
    background-color: #fff;
    margin: auto;
    padding: 10px 10px;
    line-height: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 5px #d4d4d4;
}
.inform_box_none{
    background: none;
    box-shadow: none;
}

@media screen and (min-width: 440px) {
    .inform_box {
        width: 400px;
    }
    .inform_box_none{
        width:400px;
    }
}

.circle_box{
    width: 95px;
    height: 100px;
    margin: auto;
    background: url(../images/box.png) no-repeat left bottom;
    background-size: 95% 75%;
}
.empty_box{
    width: 70px;
    height: 70px;
    margin: auto;
    background: url(../images/latest1/icon_empty.png) no-repeat left bottom;
    background-size: 100% 100%;
}
.empty_query_box, .empty_bg_box{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url(../images/latest1/query_none.png) no-repeat left bottom;
    background-size: 100% 100%;
}
.empty_bg_box{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: url(../images/latest1/icon_empty.png) no-repeat left bottom;
    background-size: 100% 100%;
}

.circle_common {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 5px #d4d4d4;
    margin-top: 5px;
}

.circle1 {
    width: 18px;
    height: 11px;
    margin-left: 30px;
}

.circle2 {
    width: 12px;
    height: 8px;
    margin-left: 50px;
}

.circle3 {
    width: 5px;
    height: 5px;
    margin-left: 40px;
    margin-top: 3px;
}

.deal_common {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -13px;
    right: -13px;
}

.deal_status_0 {
    /*background-image: url(../images/deal_0.png);*/
}

.deal_status_1 {
    background-image: url(../images/deal_1.png);
}

.deal_status_2, .deal_status_3 {
    background-image: url(../images/deal_2.png);
}

.deal_status_11 {
    background-image: url(../images/deal_11.png);
}

.row_line {
    width: 100%;
    float: left;
    margin-top: -19px;
    border-bottom: 1px dashed #dedcdc;
}

.table_tainer, .table_child_tainer {
    width: 100%;
}

.table_child_tainer tr td:nth-child(2) {
    text-align: center;
    width: 110px;
}

.table_tainer tr.tr_half td {
    width: 50%;
    padding: 15px 3px;
}

.p_relative input {
    padding-right: 30px;
}

.form-control {
    color: #888888 !important;
}

span.form-control {
    border: none;
    box-shadow: none;
    padding-top: 7px;
}

.unit_word {
    position: absolute;
    top: 7px;
    right: 8px;
}

.btn_sbt {
    width: 100%;
    border: none;
    color: #fff;
    padding: 10px 0 !important; /*8px 0;*/
    text-align: center !important;
    font-size: 1.3em;
    border-radius: 5px;
    font-weight: bold;
    outline: none;
}

.btn_sbt:active {
    opacity: 0.8;
}
.btn_sbt_normal{
    padding: 8px 0 !important;
    font-size: 1.2em;
    font-weight: normal !important;
}

.btn_normal{
    font-size:1.2em;
    font-weight:normal;
    padding:9px 0;
}

.form-control {
    background-color: #fff;
    padding-left: 5px !important;
}

.table_line {
    width: 100%;
}

.table_line tr td {
    padding: 0 !important;
}

.table_line tr td:nth-child(2) {
    width: 30px;
    text-align: center;
    padding: 0 5px !important;
}

/* all */
::-webkit-input-placeholder {
    color: #c0bebe !important;
}

input:-moz-placeholder {
    color: #c0bebe !important;
}

.ship_info_panel {
    width: 100%;
    background-color: #fffbf2;
    padding: 10px 10px 20px 10px !important;
    border-top: 1px dashed #d2cecb;
}

.ship_i_info {
    width: 100%;
}

.ship_i_info tr td {
    background-color: #fffbf2 !important;
}

.ship_i_info tr td:first-child {
    width: 80px
}

.ship_i_info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.oil_logo {
    width: 60px;
    height: 60px;
    background: url(../images/oil_red.png) no-repeat center;
    background-size: 60% 60%;
    border-radius: 50%;
    border: 2px solid #fc521e;
}

.img_role0, .img_role0_on, .ship_check1 {
    background-image: url(../images/type_ship.png);
}

.img_role1 {
    background-image: url(../images/type_goods.png);
}

.img_role0_off, .ship_check0 {
    background-image: url(../images/type_ship_disabled.png);
}

.shadow_down {
    width: 100%;
    height: 5px;
    background-image: url(../images/down.png);
}

.row_title {
    font-size: 0.8em;
}

.row_line_img {
    width: 100%;
    height: 1px;
    margin-top: 12px;
}

.row_line_img_left {
    background-image: url(../images/left.png);
}

.row_line_img_right {
    background-image: url(../images/right.png);
}

.remark_panel {
    width: 90%;
    padding: 15px 10px;
    text-align: center;
    margin: auto;
    background-color: #fff;
    line-height: 24px;
    box-shadow: 2px 4px 8px #d4d4d4;
}

.check_img {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
}

.check_0 {
    background-image: url(../images/check_0.png);
}

.check_1 {
    background-image: url(../images/check_1.png);
}

.table_line {
    width: 100%;
    background-color: #fff;
}

.table_line td.td_title {
    width: 80px !important;
    text-align: center;
}

.table_line tr td {
    padding: 0 !important;
}

.line_dashed {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #dcdddd;
}

.line_title {
    color: #a8a6a6;
    font-size: 0.8em;
}

.oil_img {
    width: 25px;
    height: 25px;
}

.table_new_row {
    width: 100%;
}

.table_new_row tr td:nth-child(1) {
    padding-right: 2px;
}

.table_new_row tr td:nth-child(2) {
    padding-right: 2px;
    padding-left: 2px;
}

.table_new_row tr td:nth-child(3) {
    padding-left: 2px;
}

.table_new_img {
    width: 100%;
    border: 1px solid #e6e6e6;
}

.table_new_img tr td:first-child {
    padding: 5px 5px;
}

.has_attr {
    display: block;
    float: right;
    background-color: #1da0f8;
    color: #fff;
    padding: 1px 2px;
    margin-top: -10px;
    border-radius: 3px;
    font-size: 10px;
}

.table_child_phone {
    width: 230px;
    margin: 20px auto;
}

.table_child_phone tr td {
    padding-top: 20px;
}

.user_icon {
    width: 16px;
    height: 18px;
    background-image: url(../images/user.png);
}

.icon_tel {
    background-image: url(../images/tel.png);
}

a.a_tel:link, a.a_tel:visited {
    display: block;
    float: left;
    color: #3a90cb;
    text-decoration: none;
}

a.a_tel:active {
    opacity: 0.8;
    text-decoration: underline;
}

/*交易*/
/*交易流程*/
.p_10 {
    display: none;
    padding: 15px 10px;
}

.step_common {
    width: 25%;
    float: left;
    text-align: center;
}

.step_status {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px auto;
}

.bg_1e9ffb {
    background-color: #1e9ffb;
}

.bg_e9e9e9 {
    background-color: #e9e9e9;
}

.status_img {
    width: 20px;
    height: 15px;
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    background-image: url(../images/finished.png);
}

.step_num {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
}

.step_line {
    height: 2px;
    top: 14px;
    position: absolute;
}

/*交易流程--end*/
/*交易详情*/
.table_deal_info_left {
    width: 100%;
}

.table_deal_info_left tbody tr td:first-child {
    width: 40px;
    padding-left: 5px;
}

.table_deal_info_left tbody tr td:nth-child(3) {
    width: 45px;
}

.table_deal_info_right {
    width: 100%;
}

.table_deal_info_right tbody tr td:first-child {
    width: 45px;
}

.table_deal_info_right tbody tr td:nth-child(3) {
    width: 40px;
    padding-right: 5px;
}

.deal_head {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.img_tel {
    background-image: url(../images/tel_gray.png);
}

.talk_box {
    width: 96%;
    padding: 20px 10px 20px 15px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
}

.talk_icon {
    width: 10px;
    height: 12px;
    top: 10px;
}

.talk_left {
    left: -10px;
    background-image: url(../images/talk_left.png);
}

.talk_right {
    right: -10px;
    background-image: url(../images/talk_right.png);
}

.table_btn {
    width: 96%;
    margin: auto;
}

.table_btn tr td {
    width: 50%;
    padding: 0 5px;
}

.table_up {
    width: 100%;
}

.table_up td img {
    width: 15px;
    height: 10px;
}

.line_show {
    height: 1px;
    background-image: url(../images/line_horizon.png);
    opacity: 0.7;
}

.auth_img {
    width: 60px;
    height: 20px;
}

/*交易申请*/
.table_fixed {
    width: 100%;
}

.table_fixed tr td {
    padding: 8px 5px;
}

.table_fixed tr td:first-child {
    width: 80px;
}

.table_remark {
    width: 100%;
}

.table_remark tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table_remark tr td:nth-child(2) {
    width: 80px;
    padding-left: 5px;
}

.separate_line {
    width: 100%;
    height: 20px;
    background-color: #d6d6d6;
}

.sawtooth_panel {
    width: 100%;
    height: 10px;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    background-color: #fdffe7;
}

.sawtooth, .sawtooth_refuel, .order_sawtooth {
    width: 100%;
    height: 10px;
    float: left;
    margin-top: 2px;
}

.sawtooth {
    background-image: url(../images/sawtooth.png);
}

.order_sawtooth {
    background-image: url(../images/order_sawtooth.png);
}

.sawtooth_refuel {
    background-image: url(../images/refuel/sawtooth.png);
}

.arrow_attr, .arrow_attr1, .arrow_attr2, .arrow_attr3 {
    position: absolute;
    width: 8px;
    height: 15px;
    top: -7px;
    right: -5px;
    opacity: 0.6;
}

.arrow_attr1 {
    top: 37px;
    right: 10px;
}

.arrow_attr2 {
    top: 8px;
    right: 0;
}

.arrow_attr3 {
    width: 8px;
    height: 15px;
    top: 28px;
    right: 10px;
    opacity: 0.8;
}

.btn_panel {
    width: 90px;
}

/*船盘、货盘状态提醒*/
.status_inform_box {
    width: 100%;
    padding: 20px 15px;
    background: #feffed url(../images/inform_box.png);
    margin-top: 30px;
}

/*保险*/
.ins_index {
    width: 100%;
}

.table_ins_attr {
    width: 100%;
    margin-top: 20px;
}

.table_ins_attr tr td {
    width: 50%;
    padding: 20px 0;
    vertical-align: top;
    border-top: 1px solid #f1f1f1;
}

.table_ins_attr tr td:first-child {
    border-right: 1px solid #f1f1f1;
}

.table_ins_attr tr:first-child td {
    border-top: none;
}

.table_ins_advantage {
    width: 100%;
}

.table_ins_advantage tr td {
    padding: 5px 0;
    font-size: 13px;
}

.table_ins_advantage tr td:first-child {
    padding: 5px 8px;
}

.table_ins_advantage tr:first-child td {
    padding-top: 10px;
}

.span_cheap {
    display: block;
    float: left;
    margin: 4px 15px 0 0;
}

a.insure_cal:link, a.insure_cal:visited {
    display: block;
    width: 103px;
    height: 25px;
    text-decoration: none;
    background: url(../images/insurance/insure_cal.jpg) no-repeat;
    background-size: 100% 100%;
    float: left;
}

a.insure_cal:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ins_attr_panel {
    width: 84%;
    margin: 0 auto;
    text-align: center;
}

.attr_title {
    font-size: 1.15em;
    margin-top: 10px;
}

.attr_intro {
    color: #545454;
    margin-top: 5px;
    font-size: 0.9em;
}

.insurance_logo {
    width: 220px;
    height: 18px;
    background-image: url(../images/insurance/logo.png);
}

.i_size {
    width: 33px; /*80px*/
    height: 33px; /*80px*/
    margin: 0 auto;
}

.icon_more {
    background-image: url(../images/insurance/more.jpg);
}

.icon_fast {
    background-image: url(../images/insurance/fast.jpg);
}

.icon_good {
    background-image: url(../images/insurance/good.jpg);
}

.icon_cheap {
    background-image: url(../images/insurance/cheap.jpg);
}

.i_content {
    font-size: 0.8em;
    float: left;
    margin-top: 2px;
    margin-left: 5px;
}

.i_why {
    width: 130px;
    padding: 8px 0 8px 5px;
    background-image: url(../images/insurance/line.png);
    font-size: 1.05em;
    font-weight: bold;
}

.receipt {
    display: none;
}

/*update(2015-08-31)*/
.row_width {
    max-width: 140px;
    overflow: hidden;
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .row_width {
        max-width: 200px;
        overflow: hidden;
    }
}

@media screen and (min-width: 376px) {
    .row_width {
        max-width: 240px;
        overflow: hidden;
    }
}

/*提示(认证)*/
.error_bar {
    width: 100%;
    display: block;
    margin-top: 5px;
    line-height: 22px;
    word-break: break-all;
    word-wrap: break-word;
}

/*收藏*/
a.collect:link, a.collect:visited {
    text-decoration: none;
}

a.link_position {
    display: block;
    width: 100%;
    opacity: 0.8;
}

.link_position img {
    width: 18px;
    height: 22px;
}

/*找船/找货交易申请*/
.trading_tc {
    position: fixed;
    /*top: 145px;*/
    left: 5px;
    border-top: 1px solid #e6e6e6;
    background-color: #FFF;
    border-radius: 5px;
}

.trading {
    position: fixed;
    width: 100%; /*top: 145px;*/
}

.trading_ship {
    width: 100%;
    height: 40px;
    background-color: #fdffe7;
    margin: -10px auto 0;
    color: #272727;
    border: 1px solid #e6e6e6;
}

.td_mark {
    word-break: break-all;
}

.radius_rl {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.trading_content {
    width: 100%;
    margin: auto;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top: none;
    overflow-y: auto;
}

.ul_deal_title {
    width: 100%;
    height: 24px;
    margin-top: 8px;
}

.ul_deal_title li {
    height: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-left: 1px solid #e6e6e6;
    line-height: 22px;
}

.ul_deal_title li:nth-child(1), #goodList li div:nth-child(1) {
    width: 21%;
    padding-left: 5px;
    border: none;
}

.ul_deal_title li:nth-child(2), #goodList li div:nth-child(2) {
    width: 20%;
}

.ul_deal_title li:nth-child(3), #goodList li div:nth-child(3) {
    width: 32%;
}

.ul_deal_title li:nth-child(4), #goodList li div:nth-child(4) {
    width: 27%;
    padding-right: 5px;
}

#goodList li {
    color: #a09f9a;
    font-size: 1em;
    background-color: #fdffe7;
    float: left;
    width: 100%;
    line-height: 40px;
}

#goodList li.li_active {
    color: #fff;
    background-color: #aad4f2;
}

#goodList li div {
    float: left;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*deal*/
a.link_detail:active {
    background-color: #b2d8f1;
}

.t_list_child {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.t_list_child tr td:first-child {
    width: 60px;
    padding-left: 5px !important;
}

.td_child {
    width: 50px;
    padding: 0;
}

.Contentbox {
    margin-top: 20px;
}

.Contentbox tr td {
    text-align: center;
    border: 1px solid #d5d5d5;
    padding-left: 5px;
}

/*说明*/
.agree_content p {
    text-indent: 24px;
    font-size: 0.8em;
    line-height: 1.7em;
    color: #545454;
    word-break: break-all;
    word-wrap: break-word;
}

/*监控设备*/
.link_fixed {
    width: 60px;
    height: 130px;
    position: fixed;
    top: 30%;
    right: 0;
}

.link_fixed a div {
    opacity: 0.9;
}

.m_preview, .m_order {
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
}

.m_preview {
    background-image: url(../images/monitor/preview.jpg);
}

.m_order {
    background-image: url(../images/monitor/order.jpg);
}

/*加油进行中*/
.out_circle {
    height: 100%;
    border-radius: 50%;
    background-color: #ed2c41;
    box-shadow: 0 0 30px #c6010b inset;
    position: absolute;
    top: 0;
}

.circle {
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 50%;
    background: green; /*#f7f701*/
    top: 10%;
    left: 10%;
}

.pie_left, .pie_right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.c_left, .c_right {
    width: 100%;
    height: 100%;
    background: blue; /*#f24c3c*/
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; /*box-shadow:0 0 5px #c03c2f inset;*/
}

/*.pie_right, .c_right {
	clip: rect(0,auto,auto,50%);
}
.pie_left, .c_left {
	clip: rect(0,50%,auto,0);
}*/
.mask {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    left: 15%;
    top: 15%;
    background: #ee2f41;
    position: absolute;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 8px #c23e31;
}

.i_refuel_box {
    width: 18px;
    height: 16px;
    background-image: url(../images/refuel/station.png);
    margin: 5px auto;
}

.i_refuel_title {
    width: 100%;
    height: 20px;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
}

.i_refuel_cursor {
    width: 5px;
    height: 8px;
    background-image: url(../images/refuel/cursor.png);
    margin: auto;
}

@media screen and (max-width: 320px) {
    .i_refuel_title {
        margin-top: -4px;
    }

    .i_refuel_cursor {
        margin-top: -2px;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    .i_refuel_box {
        margin-top: 6px !important;
    }

    .i_refuel_title {
        margin-top: 3px;
    }

    .i_refuel_cursor {
        margin-top: 3px;
    }
}

@media screen and (min-width: 415px) {
    .i_refuel_box {
        margin-top: 12px !important;
    }

    .i_refuel_title {
        margin-top: 10px;
        font-size: 1em;
    }

    .i_refuel_cursor {
        margin-top: 10px;
    }
}

.oil_type {
    padding: 0 2px;
    background-color: #ff020c;
    color: #fff;
    margin-top: 1px;
    margin-left: 8px;
}

.a_l_arrow {
    width: 6px;
    height: 6px;
    background-image: url(../images/refuel/a_left.png);
    top: 7px;
    left: -6px;
}

@media screen and (max-width: 320px) {
    .station_name {
        font-size: 1em;
        margin-top: 2px;
        margin-left: 5px;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .station_name {
        font-size: 1.1em;
        margin-top: 2px;
        margin-left: 10px;
    }

    .oil_type {
        margin-top: 1px;
        margin-left: 12px;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    .station_name {
        font-size: 1.2em;
        margin-left: 10px;
    }

    .oil_type {
        margin-top: 3px;
        margin-left: 12px;
    }
}

.table_c_new {
    width: 100%;
}

.table_c_new tr td:nth-child(2) {
    width: 50%;
}

.table_c_new tr td:nth-child(1), .table_c_new tr td:nth-child(3) {
    width: 25%;
}

.table_c_new tr td:nth-child(3) {
    padding-left: 5px;
}

.ul_date {
    width: 100%;
}

.ul_date li {
    width: 12%;
    float: left;
    margin-left: 2%;
    border: 1px solid #e4e5e5;
    color: #969696;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.ul_date li.d_active {
    background-color: #fda601;
    color: #fff;
}

.success_bg, .fail_bg {
    width: 100%;
}

.success_bg {
    background-image: url(../images/refuel/bg_success.png);
}

.fail_bg {
    background-image: url(../images/refuel/bg_fail.png);
}

.size_bar {
    width: 65px;
    height: 65px;
    margin: 25% auto 0;
}

.size_bar1 {
    width: 80px;
    height: 75px;
    margin: 25% auto 0;
}

.success_bar {
    background-image: url(../images/refuel/ok.png);
}

.fail_bar {
    background-image: url(../images/box.png);
}

.inform_msg {
    color: #000;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 28px;
}

/*update(refuel-2015-09-23)*/
.panel_subsidy {
    width: 90%;
    margin: 15px auto;
    background-color: #fffbd8;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px 5px;
    box-shadow: 2px 2px 8px #dcdddd;
}

.tb_subsidy {
    width: 100%;
}

.tb_subsidy tbody tr td {
    padding: 8px 8px !important;
    border-top: 1px dashed #cdcdcd;
    border-left: 1px dashed #cdcdcd;
}

.tb_subsidy tbody tr:first-child td {
    /*padding-top:5px !important;*/
    border-top: none;
}

/*.tb_subsidy tbody tr:first-child td:first-child{
	padding-top:5px !important;
	border-top:none;
}
.tb_subsidy tbody tr:nth-child(3) td{
	padding-bottom:2px !important;
}
.tb_subsidy tbody tr:nth-child(3) td:first-child{
	padding-bottom:2px !important;
}*/
.tb_subsidy tbody tr td:first-child {
    width: 75px;
    padding: 8px 8px !important;
    text-align: right;
    border-left: none;
}

.tb_subsidy tbody tr td:nth-child(2) {
    color: #9e9d96;
}

.panel_btn {
    width: 90%;
    margin: 12px auto 8px;
}

/*update(2015-09-30)*/
.lottery_bg {
    display: none;
    position: fixed;
    width: 100%;
    top: 50px;
    float: left;
    background: #fff url(../images/refuel/lottery_bg.png);
}

.lottery_horn_panel, .lottery_horn_bg, .lottery_horn {
    width: 270px;
    height: 40px;
    border-radius: 5px;
}

.lottery_horn_panel {
    position: relative;
    margin: 5% auto;
}

.lottery_horn_bg, .lottery_horn, .lottery_hand {
    position: absolute;
    top: 0;
}

.lottery_horn_bg {
    background-color: #272727;
    opacity: 0.6;
    z-index: 9;
}

.lottery_horn {
    color: #fff;
    z-index: 999;
    text-align: center;
    font-size: 0.9em;
    line-height: 40px;
}

.lottery_hand {
    width: 28px;
    height: 34px;
    background-image: url(../images/refuel/hand.png);
    top: 3px;
    right: 8px;
    z-index: 9999;
}

.lottery_panel {
    position: relative;
    width: 280px;
    height: 380px;
    margin: 5% auto;
    background-image: url(../images/refuel/lottery.png);
}

.lottery_close {
    display: block;
    position: absolute;
    width: 30px;
    height: 27px;
    top: -10px;
    right: -12px;
    background-image: url(../images/refuel/close.png);
}

.lottery_close:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.lottery_common {
    width: 200px;
    height: 30px;
    float: left;
    margin-left: 40px;
}

.lottery_title {
    margin-top: 153px;
    color: #fe0000;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
}

.lottery_num {
    margin-top: 20px;
}

.lottery_num span {
    display: block;
    width: 50%;
    color: #fff;
    font-size: 1.05em;
    float: left;
    margin-top: 15px;
}

.lottery_num span:first-child {
    color: #fffe00;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    padding-right: 3px;
    margin-top: -5px;
}

.lottery_id {
    margin-top: 18px;
}

.lottery_id span {
    display: block;
    float: left;
    color: #fff;
    text-align: right;
}

.reward_title {
    width: 80px;
    font-size: 1em;
}

.lottery_id span.reward_id {
    color: #fffe00;
    padding-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    margin-top: -0.7px;
    letter-spacing: 1px;
}

a.i_lottery_icon {
    display: block;
    width: 35px;
    height: 38px;
    float: right;
    margin-right: 8px;
    background-image: url(../images/refuel/show_lottery.png);
}

a.i_lottery_icon:active {
    opacity: 0.8;
}

/*treasure*/
.i_treasure {
    display: none !important;
    width: 24px;
    height: 19px;
    float: right;
    background-image: url(../images/treasure.png);
}

/*update(2015-10-10)*/
.info_opt {
}

.info_opt a:link, .info_opt a:visited {
    display: block;
    float: left;
    margin-left: 10px;
    color: #fff;
    padding: 3px 12px 1px 12px;
    border-radius: 3px;
    text-decoration: none;
}

.info_opt a:active {
    opacity: 0.8;
}

.top_shadow {
    width: 100%;
    height: 25px;
    background-color: #c7c7c7;
    margin-top: 20px;
    padding: 0 10px;
}

.ts_panel {
    width: 100%;
    float: left;
    margin-top: 10px;
    box-shadow: 0 3px 15px #b2b1b1; /*c5c5c5*/
    background-color: #fff;
    position: relative;
}

.ts_p_shadow {
    position: absolute;
    width: 100%;
    height: 1px;
    top: -1px;
    box-shadow: 0 3px 5px #545454;
}

.select_size {
    width: 45px;
    height: 24px;
    position: absolute;
    top: -4px;
    right: 20px;
}

.select_size1, .select_size2 {
    width: 60px;
    height: 47px;
    position: absolute;
}

.select_size1 {
    top: -16px;
    right: 10px;
}

.select_size2 {
    top: -32px;
    right: 10px;
}

.select_status {
    background-image: url(../images/select_status.png);
}

.selected_status {
    background-image: url(../images/selected_status.png);
}

.table_ts_list {
    width: 100%;
    table-layout: fixed;
}

.table_ts_list tr td {
    padding: 12px 0 !important;
}

.table_ts_list tr td:first-child, .table_ts_list tr td:nth-child(3) {
    position: relative;
    width: 25px;
}

.table_ts_list tr td:nth-child(2) {
    border-top: 1px solid #e6e9e9;
}

.tsp_group a.deal_select:first-child .table_ts_list tr td:nth-child(2) {
    border: none;
}

.table_ts_list:active {
    background-color: #b2d8f1;
}

@media screen and (max-width: 320px) {
    .table_ts_list td {
        font-size: 13px;
    }

    .order_tel {
        margin-top: 2px;
    }
}

@media screen and (min-width: 321px) and (max-width: 375px) {
    .table_ts_list td {
        font-size: 16px;
    }

    .order_tel {
        margin-top: 2px;
    }
}

@media screen and (min-width: 376px) and (max-width: 414px) {
    .table_ts_list td {
        font-size: 17px;
    }

    .order_tel {
        margin-top: 4px;
    }
}

@media screen and (min-width: 415px) {
    .table_ts_list td {
        font-size: 18px;
    }

    .order_tel {
        margin-top: 5px;
    }
}

.select_mark {
    width: 3px;
    height: 100%;
    background-color: #fba707;
    position: absolute;
    top: 0;
    left: 0;
}

.ts_status {
    position: absolute;
    top: 13px;
    right: 0;
}

.list_clock, .wl_clock {
    width: 12px;
    height: 12px;
    float: left;
    margin: 5px 3px 0 0;
    background-image: url(../images/list_clock.png);
    opacity: 0.7;
}

.wl_clock {
    width: 13px;
    height: 13px;
    background-image: url(../images/clock.png);
    opacity: 0.5;
    margin-top: 3px;
}

.deal_turn_size {
    width: 31px;
    height: 31px;
}

.deal_turn_size:active {
    opacity: 0.7;
}

.deal_prev {
    background-image: url(../images/prev.png);
}

.deal_next {
    background-image: url(../images/next.png);
}

.nt_size {
    top: 0;
    right: -5px;
}

.nt_size1 {
    top: 0;
    right: -5px;
}

.no_think {
    position: absolute;
    width: 45px;
    height: 20px;
    background-image: url(../images/no_think.png);
}

.bottom_line_panel {
    width: 100%;
    height: 1px;
    float: left;
    padding: 0 20px;
}

.bottom_line {
    border-top: 1px solid #e6e9e9;
    opacity: 0.7;
}

.icon_panel {
    float: left;
    padding: 1px 3px;
    border-radius: 3px;
    box-shadow: 0 1px 2px #85a33b;
}

.green {
    color: #fff;
    background: #94d000;
    background: -webkit-gradient(linear, left top, left bottom, from(#9fdf03), to(#85a33b)); /*94d000*/
    background: -moz-linear-gradient(top, #9fdf03, #85a33b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fdf03', endColorstr='#85a33b');
}

.monitor_mark {
    width: 50px;
    height: 16px;
    float: left;
    margin: 1px 0 0 3px;
    background-image: url(../images/monitor/monitor_mark.png);
    border-radius: 1px;
}

.opt_monitor {
    position: absolute;
    top: 6px;
    right: 0;
}

.opt_monitor a {
    display: block;
    border: 1px solid #94d2fc;
    border-radius: 4px;
    padding: 2px 6px 1px;
}

.opt_monitor a:active {
    opacity: 0.8;
    background-color: #94d2fc;
}

.opt_monitor a span {
    color: #1da0fa;
    font-size: 0.9em;
    float: left;
    margin: 1px 0 0 5px;
}

.opt_monitor a:active span {
    color: #fff;
}

.icon_position, .icon_monitor {
    float: left;
}

.icon_position {
    width: 12px;
    height: 14px;
    background-image: url(../images/monitor/position_blue.png);
    margin-top: 2px;
}

.icon_monitor {
    width: 12px;
    height: 14px;
    background-image: url(../images/monitor/monitor.png);
    margin-top: 2px;
}

/*保险*/
.ins_title {
    padding: 10px 5px 8px 10px;
    border-bottom: 2px solid #f49a00;
}

.ins_example {
    width: 18px;
    height: 18px;
    background-image: url(../images/insurance/latest/policy_icon.png);
}

.ins_title a span {
    color: #000;
}

.ul_ins_list {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.ul_ins_list li {
    width: 100%;
    float: left;
    padding: 0 10px;
    border-bottom: 10px solid #ececec; /*f6f6f6*/
    background-color: #fff;
}

.ul_ins_list li a.insure_link, .ul_ins_list li .ins_policy_title {
    display: block;
    width: 100%;
    padding: 12px 0 10px 0;
    float: left;
}

.ul_ins_list li a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ul_ins_list li a span {
    color: #000;
}

.ul_ins_list li.ticket_last, .ul_ins_list li.pay_last {
    border: none;
    padding: 10px 10px;
}

.wrap_total {
    /*padding: 0 20px;*/
    margin-top: 5px;
}

.ul_ins_list li.ticket_last a {
    border-bottom: 1px solid #eeeeee;
}

.ul_ins_list li span {
    color: #454545;
    float: left;
}

.ul_ins_list li span.ins_i_title {
    /*color: #676767;*/
    color: #a4a3a3;
}

.ul_ins_list li span.ins_i_info {
    /*color: #a4a3a3;*/
    color: #222
}

a.dl_policy:link, a.dl_policy:visited {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    border-radius: 4px;
    text-decoration: none;
}

a.dl_policy:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

a.dl_policy div {
    width: 115px;
    background: url(../images/insurance/policy.png) no-repeat center left;
    background-size: 17px 17px;
    text-align: right;
    margin: 0 auto;
}

.span_total {
    color: #fe0000 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    margin: -3px 4px 0 0;
    font-weight: bold;
}

.pay_status {
    font-size: 1.15em;
    float: right;
    margin-top: 3px;
}

.pay_color1 {
    color: #7eba87;
}

.pay_color0 {
    color: #fe0000;
}

.pay_color2 {
    color: #a4a3a3;
}

.pay_status1, .pay_status2 {
    width: 25px;
    height: 25px;
    float: left;
    margin: -1px 3px 0 0;
}

.pay_status1 {
    background-image: url(../images/insurance/pay_success.png);
}

.pay_status0 {
    background-image: url(../images/insurance/pay_fail.png);
}

.icon_ins_applicant, .icon_ins_cargo, .icon_ins_transport, .icon_ins, .icon_ins_ticket {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    margin: 0 10px 0 0;
}

.icon_ins_applicant {
    /*width: 11px;
	height: 16px;
	margin: 0 16px 0 2px;*/
    background-image: url(../images/insurance/latest/icon_ins_applicant.png);
}

.icon_ins_cargo {
    /*width: 19px;
	height: 18px;
	margin: -1px 10px 0 0;*/
    background-image: url(../images/insurance/latest/icon_ins_cargo.png);
}

.icon_ins_transport {
    /*width: 20px;
	height: 13px;
	margin-top: 2px;
	margin-right: 10px;*/
    background-image: url(../images/insurance/latest/icon_ins_transport.png);
}

.icon_ins {
    /*width: 16px;
	height: 18px;
	margin-right: 14px;*/
    background-image: url(../images/insurance/latest/icon_ins.png);
}

.icon_ins_ticket {
    /*width: 15px;
	height: 16px;
	margin: 1px 14px 0 0;*/
    background-image: url(../images/insurance/latest/icon_ins_ticket.png);
}

.arrow_size {
    width: 6px;
    height: 15px;
    float: right;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #51b6fb;
}

.pay_panel {
    width: 100%;
    padding: 20px 30px; /*20px 25px*/
}

.table_ins {
    width: 100%;
}

.table_ins tr td {
    padding: 7px 5px 5px 5px;
    border-bottom: 1px solid #eeeeee;
}

.table_ins tr:first-child td {
    border: none;
    padding: 2px 0 5px 0;
}

.table_ins tr.tr_real td:first-child {
    padding-right: 10px;
    width: 120px;
    text-align: right;
}

.table_ins tr.tr_ext {
    background-color: #fff;
}

.table_ins tr.tr_ext a, .table_ins tr.tr_decr a {
    text-decoration: none;
}

.table_ins tr.tr_ext a:active, .table_ins tr.tr_decr a:active {
    opacity: 0.8;
}

.table_ins tr td .form-control {
    border: none;
    box-shadow: none;
}

.table_ins tr td.explain {
    width: 50px;
    color: #29a500;
}

.table_ins_info {
    width: 100%;
    float: left;
    border-top: 1px solid #eeeeee;
}

.table_ins_info tr td {
    /*font-size: 0.88em;*/
    padding: 10px 0 10px 0;
    border-top: 1px dashed #eeeeee;
}

.table_ins_info tr td:first-child {
    width: 50%;
}

.table_ins_info tr:first-child td {
    padding-top: 10px;
    border: none;
}

.table_ins_info tr td:first-child {
    /*padding-left: 30px;*/
}

a.agreement:link, a.agreement:visited {
    color: #189ff9;
    text-decoration: none;
    font-size: 12px;
}

a.agreement:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ins_common, .ins_icon_size {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    right: -13px;
}

.ins_icon_size {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}

.ins_check_status0 {
    background-image: url(../images/insurance/ins_check_status0.png);
}

.ins_check_status1 {
    background-image: url(../images/insurance/ins_check_status1.png);
}

.ins_check_status2 {
    background-image: url(../images/insurance/ins_check_status2.png);
}

.ins_check_status3 {
    background-image: url(../images/insurance/ins_check_status3.png);
}

.ins_check_status4 {
    background-image: url(../images/insurance/ins_check_status4.png);
}

.ins_check_status5 {
    background-image: url(../images/insurance/ins_check_status5.png);
}

.ins_list_info {
    float: left;
    margin-top: 5px;
}

.ins_pay {
    float: right;
    margin: 0;
}

.ins_list_info span, .ins_pay span {
    display: block;
    float: left;
    font-size: 0.9em;
    margin-right: 5px;
    color: #545454;
}

.ins_pay span {
    margin-right: 2px;
    font-size: 0.8em;
}

.i_arrive {
    width: 75px;
    height: 5px;
    background-image: url(../images/insurance/arrive.png);
    float: left;
    margin: 10px 5px 0 0;
    position: relative;
}

.i_arrive span {
    position: absolute;
    top: -14px;
    font-size: 11px;
    color: #9b9b9b;
    font-family: Arial, Helvetica, sans-serif;
}

.ul_policy_list {
    width: 100%;
    float: left;
    margin: 5px 0 10px 0;
}

.ul_policy_list li {
    width: 100%;
    /*padding: 0 10px;*/
    float: left;
    margin-bottom: 12px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
}
.ul_policy_list li.item {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    left: 0;
}

/*.ul_policy_list li:active {
	background-color: #b2d8f1;
}*/
/*.ul_policy_list li:first-child a {
	border: none;
}*/
.ul_policy_list li div.policy_line, .ul_policy_list li div.policy_line_a {
    padding: 8px 10px;
    border-top: 1px solid #e9e9e9;
}
.ul_policy_list li:first-child div.policy_line{
    border-top:none;
}

.ul_policy_list li div.policy_line_a {
    padding: 15px 10px;
}

.ul_policy_list li div.policy_line:first-child {
    border-top: none;
}

.ul_policy_list li div.policy_line div {
    padding: 3px 0;
}

.ul_policy_list li div.policy_line div.policy_route span {
    display: block;
    float: left;
}

.ul_policy_list li div.policy_line div.policy_route span.route_icon {
    width: 60px;
    height: 6px;
    background: url(../images/insurance/latest/to.png) no-repeat;
    background-size: 100% 100%;
    margin: 8px 5px 0 5px;
}

.ul_policy_list li a {
    display: block;
    width: 44%;
    float: left;
    padding: 10px 0 8px 0;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 4%;
}

.ul_policy_list li a.pa_select, .ul_policy_list li a.pa_link {
    color: #1da0f8;
    border: 1px solid #1da0f8;
}

.ul_policy_list li a.pa_edit {
    color: #fd8000;
    border: 1px solid #fd8000;
}

.ul_policy_list li a.pa_del {
    color: #a4a3a3;
    border: 1px solid #a4a3a3;
}

.policy_i_title {
    color: #a4a3a3;
}

.policy_i_info {
    color: #222
}

.notice_panel {
    padding: 10px 0 0 0;
}

.ul_ins_list li a.agreement {
    display: inline;
    width: auto;
    padding: 0 !important;
    float: left;
}

.table_ins_info tr td .table_ins_child {
    width: 100%;
}

.table_ins_info tr.tr_child_td td .table_ins_child td {
    width: auto;
    padding: 0;
    font-size: 1em;
}

.table_ins_child tr td {
    padding: 0;
    vertical-align: top;
}

.table_ins_info tr.tr_child_td td .table_ins_child td:first-child {
    width: 62px;
}

.notice_bar_panel {
    padding: 5px 8px;
}

.notice_bar_raidus {
    background-color: #ffffeb;
    border: 1px solid #ebd79d;
    border-radius: 2px;
    box-shadow: 0 0 1px #e9e961;
}

.table_notice_bar {
    width: 100%;
}

.table_notice_bar tr td {
    padding: 10px 0;
    vertical-align: top;
    color: #000;
}

.table_notice_bar tr td:first-child {
    width: 25px;
    padding-right: 5px;
    padding-left: 12px;
}

.table_notice_bar tr td.td_notice {
    padding-right: 12px;
    padding-left: 5px;
    font-size: 0.95em;
    text-align: left;
}

.notice_bar {
    width: 17px;
    height: 17px;
    background-image: url(../images/insurance/notice.png);
}

/*activity*/
.rotate_bg, .rotate_plate, .rotate_pointer {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.rotate_bg {
    display: none;
    background-image: url(../images/activity/rotate_bg.jpg);
    padding: 15px 15px;
}

.rotate_panel {
    width: 100%;
    display: none;
    position: relative;
    overflow: hidden;
}

.rotate_plate {
    width: 100%;
    height: 100%;
    background-image: url(../images/activity/rotate.png);
}

.rotate_pointer {
    display: none;
    position: absolute;
    width: 105px;
    height: 116px;
    background-image: url(../images/activity/rotate_pointer.png);
}

.reward_panel {
    position: relative;
    width: 96%;
    height: 40px;
    margin: 25px auto 0;
}

.reward_panel_s {
    position: absolute;
    width: 90%;
    height: 40px;
    left: 5%;
}

.reward_panel_box {
    position: relative;
    width: 100%;
}

.reward_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 8px;
    opacity: 0.3;
}

.reward_list {
    position: absolute;
    top: 5px;
    width: 100%;
    padding: 0 15px;
}

.reward_list li {
    width: 100%;
    padding: 10px 10px 5px 10px !important;
    color: #000;
}

.reward_rule_panel {
    position: relative;
    width: 100%;
    margin-top: 15px;
    visibility: hidden;
}

.reward_rule_bg_outside {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff100;
    opacity: 0.5;
    border-radius: 5px;
}

.reward_rule_bg_inside {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 12px;
}

.reward_rule_bg_inner {
    width: 100%;
    height: 100%;
    background-color: #fff100;
    opacity: 0.8;
    border-radius: 5px;
}

.reward_rule_inside {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 10px 12px;
}

.reward_rule {
    padding: 10px 12px;
    color: #650109;
    line-height: 20px;
}

.reward_rule span {
    font-weight: bold;
    font-size: 1.1em;
}

.reward_rule p {
    margin-bottom: 5px;
    font-size: 0.9em;
}

/*page-loading*/
.over_layer_bottom {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
}

.over_layer_panel {
    width: 110px;
    height: 110px;
    margin: 100px auto;
    position: relative;
}

.over_layer {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.6;
}

.page_loading {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 120px;
    color: #545454;
    position: absolute;
    top: 20px;
    font-size: 0.9em;
}

.loading_img {
    background: url(../images/img-loading.gif) no-repeat top center;
}

/*微社区*/
.content_panel, .top_panel {
    width: 100%;
}

.top_img_list {
    height: 120px;
    background-image: url(../images/community/index_top.jpg);
}

.top_img_zone img {
    width: 100%;
}

.table_cmt_top {
    width: 100%;
    height: 90px;
    float: left;
    margin-top: 15px;
    table-layout: fixed;
}

.td_logo {
    width: 115px;
}

.cmt_logo {
    width: 90px;
    height: 90px;
    /*background-color: #e91c17;*/
    box-shadow: 0 0 6px #931410;
    border-radius: 1px;
    overflow: hidden;
    margin: auto;
}

.cmt_logo img {
    width: 100%;
    height: 100%;
}

.cmt_logo div {
    width: 40px;
    height: 40px;
    background: url(../images/logo.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 8px;
}

.cmt_logo span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.15em;
    text-align: center;
}

.td_content {
    color: #fff;
    vertical-align: top;
}

.re_title, .re_data {
    width: 100%;
    float: left;
}

.re_title {
    margin-top: 3px; /*15px*/
    font-size: 1.2em;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.re_title a:link, .re_title a:visited {
    color: #fff;
    text-decoration: none;
}

.re_title a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.re_data {
    padding-left: 5px;
    margin-top: 8px;
}

.re_paragraph {
    float: left;
    margin-right: 15px;
    font-size: 0.95em;
}

.icon_post, .icon_visit {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 2px;
}

.icon_post {
    width: 11px;
    height: 15px;
    background-image: url(../images/community/icon_post.png);
}

.icon_visit {
    width: 14px;
    height: 15px;
    background-image: url(../images/community/icon_visit.png);
}

.cmt_explain {
    padding: 15px 15px;
    color: #272727;
    background-color: #fff;
}

.cmt_explain {
    border-bottom: 1px solid #e8e8e8;
}

.cmt_explain a:link, .cmt_explain a:visited {
    color: #272727;
    text-decoration: none;
}

.cmt_explain a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.cmt_list {
    width: 100%;
}

.cmt_group {
    width: 100%;
    float: left;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 12px;
    background-color: #fff;
    box-shadow: 0 1px 2px #e8e8e8;
}

.cmt_group_chief {
    padding: 15px 15px;
    border-bottom: 1px solid #f5f5f5;
}

.cmt_info {
    width: 100%;
    float: left;
}

.cmt_info img, .img_space, .img_space img {
    width: 35px;
    height: 35px;
    float: left;
}

.cmt_info_side {
    width: 100%;
    height: 35px;
    float: left;
}

.cmt_link, .cmt_date {
    width: 100%;
    float: left;
}

.cmt_link {
    color: #000;
    margin-top: -2px;
}

.cmt_date {
    color: #666;
}

.cmt_tel, .role_mark {
    float: left;
}

.cmt_tel {
    max-width: 65%;
    font-size: 1.1em;
    color: #eb6100;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.role_mark {
    background-color: #019fe8;
    padding: 0 8px;
    color: #fff;
    font-size: 0.8em;
    font-family: 宋体;
    border-radius: 10px;
    margin: 2px 0 0 10px;
}

.img_list {
    width: 100%;
    float: left;
    margin-top: 10px;
    position: relative;
}

.img_list ul {
    width: 100%;
}

.img_list ul li {
    height: 80px;
    float: left;
    margin: 0 4% 4% 0; /*4% 4% 0 0;*/
}

/*.img_list ul li:nth-child(4n) {
	margin-right: 0;
}*/
.img_list ul li img {
    height: 100%;
}

.img_list img {
    max-width: 100%;
    height: 100px;
    float: left;
    margin: 0 4% 4% 0;
}

.img_num {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #747474;
    font-size: 0.85em;
    padding: 1px 5px;
    border-radius: 3px;
}

.cmt_message {
    width: 100%;
    color: #000;
    float: left;
    margin: 15px 0 5px 0;
}

a.a_msg_link:link, a.a_msg_link:visited {
    color: #000;
    text-decoration: none;
}

.cmt_msg_title {
    color: #00a1e7;
}

.cmt_opt {
    width: 100%;
    float: left;
    /*border-bottom: 1px solid #e8e8e8;*/
    background-color: #fff;
    padding: 5px 0;
}

.cmt_opt a:link, .cmt_opt a:visited {
    display: block;
    width: 50%;
    height: 28px;
    float: left;
    border-left: 1px solid #f5f5f5;
    color: #807f7f;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.cmt_opt a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.cmt_opt a:first-child {
    border: none;
}

.cmt_opt a span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 31px;
    text-indent: 50%;
}

.cmt_opt a:first-child span {
    line-height: 28px;
}

.cmt_opt a.icon_msg, .cmt_opt a.icon_good {
    background: no-repeat 40% center;
}

.cmt_opt a.icon_msg {
    background-image: url(../images/community/message.png);
    background-size: 16px 12px;
}

.cmt_opt a.icon_good {
    background-image: url(../images/community/good.png);
    background-size: 12px 14px;
}

.cmt_opt a.icon_good.good_active {
    color: #00a0ea;
    background-image: url(../images/community/good_active.png);
}

.cmt_opt a.icon_good {
    line-height: 40px;
}

.message_list {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    border-bottom: 1px solid #e8e8e8;
    margin-top: -1px;
}

.dialog_panel {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: relative;
}

.dialog_top {
    width: 20px;
    height: 12px;
    background: url(../images/community/arrow_up.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -8px;
    left: 20%;
}

.message_group {
    padding: 0 15px 0 25px;
    border-top: 1px solid #e8e8e8;
}

.message_list .message_group:first-child {
    border: none;
}

.table_cmt_info {
    width: 100%;
    table-layout: fixed;
}

.message_group .table_cmt_info {
    border-top: 1px solid #e8e8e8;
}

.message_group .table_cmt_info tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.message_group .table_cmt_info:first-child {
    border: none;
}

.table_cmt_info tr td {
    vertical-align: top;
}

.table_cmt_info tr td:first-child {
    width: 35px;
}

.td_cmt_info {
    padding-left: 12px;
}

.common_info {
    width: 100%;
    color: #000;
    float: left;
    margin-top: 10px;
}

.icon_cmt_del {
    width: 17px;
    height: 18px;
    background-image: url(../images/community/delete_gray.png);
    float: right;
}

.ul_fixed, .fixed_submit {
    position: fixed;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: #3e3e3e;
    z-index: 999;
}

.ul_fixed {
    display: none;
}

.ul_fixed li {
    width: 33.3%;
    float: left;
}

.ul_fixed li:first-child {
    width: 33.4%;
}

.ul_fixed li img {
    width: 20px;
    height: 20px;
    margin: -5px 5px 0 0;
}

.ul_fixed li img.i_msg {
    height: 18px;
    margin-top: -4px;
}

.ul_fixed li a:link, .ul_fixed li a:visited {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #bababa;
    font-size: 1.1em;
    line-height: 45px;
    text-decoration: none;
}

.ul_fixed li a:active {
    background-color: #4c4b4b;
}

a.a_cancel:link, a.a_cancel:visited {
    color: #fff;
    float: right;
    margin: 10px 15px 0 0;
    text-decoration: none;
}

a.a_cancel:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.header_box {
    width: 100%;
    height: 40px;
    background-color: #1da0fa;
}

.publish_panel {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.p_input {
    width: 100%;
    border-top: 1px solid #e8e8e8;
}

.p_theme {
    padding: 10px 10px;
    color: #545454;
}

.p_theme span {
    color: #f00;
}

.form_control {
    width: 100%;
    padding: 6px 15px;
    border: none;
}

.text_area {
    width: 100%;
    height: 100px;
    border: none;
    padding: 6px 15px;
}

.word_total {
    width: 100%;
    padding: 0 15px 5px 0;
    color: #a09f9f;
    text-align: right;
}

.face_panel {
    background-color: #ececec;
    padding: 10px 15px;
}

.icon_face {
    width: 22px;
    height: 22px;
    background-image: url(../images/community/face.png);
}

.upload_wrap {
    width: 100%;
    padding: 15px 15px;
}

.upload_button {
    width: 60px;
    height: 60px;
    background-image: url(../images/community/uplaod.jpg);
    float: left;
}

.upload_button:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.span_explain {
    color: #a09f9f;
    float: left;
    margin: 20px 0 0 10px;
}

.fixed_submit {
    height: auto;
    bottom: 0;
    text-align: center;
    padding: 5px 30px;
    background: none;
}

.fixed_submit img {
    width: 30px;
    height: 30px;
    margin: -3px 5px 0 0;
}

.fixed_submit a:link, .fixed_submit a:visited {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background-color: #00a1e9;
    border-radius: 5px;
    text-decoration: none;
    font-size: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a1e9), to(#084f6e));
    background: -moz-linear-gradient(top, #00a1e9, #084f6e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1e9', endColorstr='#084f6e');
}

.fixed_submit a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.cmt_list_panel {
    padding: 5px 8px;
}

.cmt_list_group {
    width: 100%;
    background-color: #fff;
    float: left;
    margin-top: 12px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
}

.cmt_list_group a:link, .cmt_list_group a:visited {
    display: block;
    width: 100%;
    padding: 12px 10px;
}

.cmt_list_group a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.table_cmt_list {
    width: 100%;
    table-layout: fixed;
}

.table_cmt_list tr td {
    vertical-align: top;
}

.table_cmt_list tr td:first-child {
    width: 80px;
}

.td_cmt_detail {
    padding-left: 10px;
    position: relative;
}

.cmt_img {
    width: 80px;
    height: 80px;
    padding: 5px 5px;
    border: 1px solid #e8e8e8;
    border-radius: 1px;
}

.cmt_img img {
    width: 70px;
    height: 70px;
}

.cmt_list_title, .cmt_list_intro, .cmt_list_info {
    width: 100%;
    float: left;
}

.cmt_list_title {
    font-size: 1.15em;
    color: #02a0ea;
    margin-top: 3px;
}

.cmt_list_intro {
    color: #9f9e9e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.cmt_list_info {
    color: #cac9c9;
    margin-top: 6px;
}

.list_date {
    float: left;
    font-size: 0.85em;
}

.list_block_panel {
    float: right;
}

.list_block {
    float: left;
    margin-left: 15px;
}

.list_block span {
    color: #f09100;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    float: left;
    margin: -2px 0 0 2px;
}

.list_block_panel .list_block:first-child {
    margin-left: 0;
}

.list_msg, .list_msg_active, .list_good, .list_good_active {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
}

.list_msg, .list_msg_active {
    width: 20px;
    height: 16px;
}

.list_msg {
    background-image: url(../images/community/message.png);
}

.list_msg_active {
    background-image: url(../images/community/message_active.png);
}

.list_good, .list_good_active {
    width: 16px;
    height: 18px;
    margin-top: -2px;
}

.list_good {
    background-image: url(../images/community/good.png);
}

.list_good_active {
    background-image: url(../images/community/good_active.png);
}

.theme_mark {
    position: absolute;
    width: 59px;
    height: 20px;
    top: -6px;
    right: -15px;
    background-image: url(../images/community/theme.jpg);
}

.comment_panel_bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.comment_panel {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #d2d2d2;
    padding: 12px 15px;
    z-index: 10001;
}

.table_comment {
    width: 100%;
}

.table_comment tr td.td_comment {
    padding-top: 12px;
}

.td_comment .form_submit {
    padding: 10px 20px;
    color: #fff;
    border: none;
    background-color: #00a1e9;
    font-size: 18px;
    border-radius: 5px;
    float: right;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a1e9), to(#084f6e));
    background: -moz-linear-gradient(top, #00a1e9, #084f6e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1e9', endColorstr='#084f6e');
}

.td_comment input:active {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.face_position {
    width: 26px;
    height: 26px;
    float: left;
    margin-top: 6px;
}

.layer_img_over {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #333333;
    opacity: 0.7;
    z-index: 99999;
}

.img_slide_panel {
    visibility: hidden;
    width: 100%;
    max-height: 70%;
    position: fixed;
    left: 0;
    z-index: 100000;
    padding: 0 30px;
}

.close_img_slide {
    display: none;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/icon_close.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100001;
}

.upload_img_list {
    width: 100%;
    padding: 10px 15px 65px 15px;
    float: left;
}

.upload_img_list .wx_img_item {
    max-width: 100%;
    height: 80px;
    float: left;
    margin: 4% 4% 0 0;
    position: relative;
}

.upload_img_list .wx_img_item img {
    max-width: 100%;
    height: 80px;
}

.upload_img_list .wx_img_item:nth-child(4n) {
    /*margin-right: 0;*/
}

/*.upload_img_list img:nth-child(4n) {
	margin-right: 0;
}*/
.load_more_panel {
    width: 100%;
    padding: 10px 30px;
}

.load_more_panel a:link, .load_more_panel a:visited {
    display: block;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    background-color: #00a1e9;
    border-radius: 5px;
    text-decoration: none;
}

.load_more_panel a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.loadding {
    display: none;
    width: 110px;
    height: 32px;
    line-height: 32px;
    text-align: right;
    margin: 0 auto;
}

.loadding_img {
    background: url(../images/img-loading.gif) no-repeat center left;
}

.zan_active {
    color: #00a0ea;
}

.comment_table_panel {
    width: 100%;
    float: left;
    padding-left: 42px;
    border-top: 1px solid #e5e5e5;
}

.message_group .comment_table_panel:first-child {
    border: none;
}

/*图片相册*/
.gallery {
}

.gallery a {
    height: 80px;
    float: left;
    display: inline-block;
    /*border:0 solid #303030;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);*/
    border-radius: 4px;
    margin: 0 4% 4% 0; /*6px 6px 40px*/
    position: relative;
    text-decoration: none;
    /*background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;*/
}

/*.gallery a:after{
	background-color: #303030;
    border-radius: 7px;
    bottom: -136px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    content: attr(title);
    display: inline-block;
    font-size: 10px;
    max-width: 90px;
    overflow: hidden;
    padding: 2px 10px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}*/
.gallery a img {
    height: 100%;
}

/*微社区活动*/
.cmt_act_bg {
    width: 100%;
    height: 220px;
    background-image: url(../images/community/cmt_act_bg.jpg);
}

.table_cmt_activity {
    width: 100%;
}

.table_cmt_activity tr td {
    width: 50%;
    text-align: center;
    color: #fff;
}

.table_cmt_activity tr.tr_act_info td {
    vertical-align: top;
    padding: 20px 0 10px 0;
}

.cmt_act_head {
    height: 100px;
    text-align: center;
    margin: 20px auto;
}

.cmt_act_head img {
    width: 85px;
    height: 85px;
    box-shadow: 0 2px 3px #ca130d;
}

.cmt_act_head span {
    display: block;
    text-align: center;
    margin: 10px 0 10px 0;
}

.cmt_act_panel, .cmt_act_content {
    width: 100%;
}

.table_cmt_activity tr.tr_act_info td:first-child .cmt_act_panel {
    border-right: 1px solid #f1c1b9;
}

.cmt_act_title {
    font-size: 0.95em;
}

.cmt_act_info {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 5px;
}

.act_gift_bg {
    background-image: url(../images/community/gift_bg.jpg);
}

.act_rank_bg {
    background-image: url(../images/community/rank_bg.jpg);
}

.table_act_gift {
    width: 280px;
    margin: auto;
}

.table_act_gift tr td {
    width: 50%;
    padding: 10px 0;
}

.table_act_gift tr td div {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.rank1 {
    width: 260px;
    height: 236px;
    background-image: url(../images/community/rank1.png);
    margin: 0 auto;
}

.rank2 {
    background-image: url(../images/community/rank2.png);
}

.rank3 {
    background-image: url(../images/community/rank3.png);
}

.rank4 {
    background-image: url(../images/community/rank4.png);
}

.rank5 {
    background-image: url(../images/community/rank5.png);
}

.rank2, .rank3, .rank4, .rank5 {
    width: 120px;
    height: 144px;
    margin: 0 auto;
}

.cmt_rule_panel {
    padding: 5px 10px 55px;
}

.cmt_rank_panel {
    width: 100%;
    padding: 10px 5px;
}

.cmt_rank_title {
    width: 100%;
    max-width: 320px;
    height: 160px;
    background-image: url(../images/community/award_title.png);
    margin: 0 auto;
    color: #ffff34;
    font-size: 1.1em;
    line-height: 96px;
    text-align: center;
}

.rScroll {
    width: 100%;
    max-width: 320px;
    height: 290px;
    overflow: visible;
    margin: -60px auto 0;
}

.ul_rank_list {
    width: 100%;
    padding: 0 10px;
    float: left;
    margin-top: 5px;
}

.ul_rank_list li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 0.85em;
    color: #000;
    padding-left: 5px;
}

.ul_rank_list li div {
    float: left;
}

.rank_gold, .rank_silver, .rank_copper {
    display: block;
    width: 12px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    margin: -2px 2px 0 0;
}

.rank_gold {
    background-image: url(../images/community/gold.png);
}

.rank_silver {
    background-image: url(../images/community/silver.png);
}

.rank_copper {
    background-image: url(../images/community/copper.png);
}

.rank_num {
    display: block;
    width: 12px;
    text-align: center;
    color: #000;
    font-size: 1.1em;
    float: left;
    margin: 0 2px 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

.rank_tel {
    color: #ee181a;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
}

.rank_gift {
    color: #ee181a;
}

.table_cmt_rule {
    width: 100%;
}

.table_cmt_rule tr th {
    text-align: center;
    color: #eb0e00;
    padding-bottom: 10px;
}

.table_cmt_rule tr td {
    color: #000;
    padding-bottom: 3px;
    font-size: 0.9em;
    vertical-align: top;
    line-height: 22px;
}

.table_cmt_rule tr td:first-child {
    width: 15px;
}

.icon_link_rank {
    width: 79px;
    height: 22px;
    background-image: url(../images/community/rank.png);
    margin-top: 3px;
}

.icon_link_rank_me {
    width: 79px;
    height: 22px;
    background-image: url(../images/community/rank_me.png);
    margin-top: 3px;
}

.span_more {
    display: none;
}

.span_silde {
    color: #00a0ea;
    cursor: pointer;
    font-size: 1.1em;
}

.img_share {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 149px;
    height: 90px;
    background-image: url(../images/community/share.jpg);
}

.share_panel {
    width: 100%;
    margin-top: 160px;
}

.share_info {
    width: 100%;
    margin: 0 auto;
}

.share_info_status {
    width: 190px;
    margin: 0 auto;
    color: #646464;
    font-size: 1.9em;
}

.img_success {
    width: 45px;
    height: 45px;
    background-image: url(../images/true.png);
    float: left;
    margin: -5px 8px 0 0;
}

.share_info_mgs {
    margin: 10px auto 0;
    color: #646464;
    text-align: center;
    font-size: 1.2em;
}

.share_button {
    width: 200px;
    margin: 30px auto 0;
}

.pub_act_panel {
    padding: 5px 5px;
}

.pub_top_panel {
    padding: 0 3px;
}

.pub_top_title {
    padding: 30px 20px 60px 20px;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    background-color: #ff681f;
    position: relative;
}

.pub_top_banner {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    margin-top: -50px;
}

.pub_banner {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.pub_banner img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pub_top_info {
    padding: 60px 10px 10px 10px;
    color: #000;
    border: 1px solid #ff681f;
    font-size: 1.0em;
}

.pub_user_panel {
    margin-top: 30px;
    padding: 13px 13px 23px 13px;
    border: 1px solid #e68040;
    border-radius: 5px;
    position: relative;
}

.icon_pub_top {
    width: 18px;
    height: 10px;
    background-image: url(../images/community/icon_pub_top.jpg);
    position: absolute;
    top: -10px;
}

.pub_line {
    padding: 0;
}

.icon_line {
    width: 100%;
    height: 30px;
    background-image: url(../images/community/icon_line.jpg);
}

.pub_zan_panel {
    padding: 0 20px 0 20px;
}

.pub_zan {
    height: 50px;
    float: right;
    margin: 10px 0 0 0;
    cursor: pointer;
}

.pub_zan_img {
    width: 50px;
    height: 50px;
    background-image: url(../images/community/zangif.gif);
    float: left;
}

.pub_zan span {
    float: left;
    color: #fb1515;
    font-size: 1.3em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin: 32px 0 0 0;
}

.pub_main_panel, .pub_main_title_panel {
    width: 100%;
}

.pub_main_panel {
    margin-top: 20px;
}

.pub_main_title {
    float: left;
    padding: 2px 12px 2px 5px;
    color: #fff;
    background-color: #ff681f;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.pub_main_gift {
    margin-top: 10px;
    padding: 25px 30px;
    border: 1px solid #fed07a;
}

.pub_main_gift p {
    font-size: 1.1em;
}

.pub_main_gift p.p1 {
    font-size: 1.5em;
}

.pub_main_gift p.p2 {
    font-size: 1.3em;
}

.pub_main_gift p.p3 {
    font-size: 1.2em;
}

.pub_main_gift p.p4 {
    font-size: 1em;
}

.pub_main_gift p.p5 {
    font-size: 1em;
}

.pub_main_gift p span {
    color: #ff0305;
    font-weight: bold;
    float: left;
    margin: 0 15px 0 0;
}

.pub_pro_panel {
    margin-top: 10px;
    padding: 25px 5px;
}

.pub_pro_panel p {
    font-size: 1.5em;
    margin-top: 30px;
}

.pub_pro_panel p:first-child {
    margin-top: 0;
}

.pub_pro_panel p span {
    display: block;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 1.2em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    border-radius: 50%;
    line-height: 24px;
    background-color: #ff681f;
    float: left;
    margin: -2px 15px 0 0;
}

.pub_qrcode {
    padding: 30px 15px 40px;
    text-align: center;
}

.pub_qrcode img {
    max-width: 100%;
}

/*double-twelfth*/
.dt_body_bg, .dt_bg, .dt_rules, .dt_left_title, .icon_left_size div, .dt_egg a, .dt_l_egg, .dt_half_egg, .dt_reward_bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*.dt_body_bg{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image: url(../images/activity/egg_bg.jpg);
	z-index:0;
}*/
.dt_bg {
    position: relative;
    width: 100%;
    min-height: 420px;
    background-image: url(../images/activity/egg_bg.jpg);
}

.dt_rules {
    width: 100%;
    /*height: 360px;*/
    background-image: url(../images/activity/rule_bg.jpg);
    padding: 0 20px 20px 20px;
    float: left;
}

.dt_line {
    width: 100%;
    float: left;
}

.dt_left_title {
    width: 121px;
    height: 38px;
    background-image: url(../images/activity/egg_left_title.png);
    margin: 35% auto 0;
}

.icon_left_size {
    width: 30px;
    height: 30px;
    margin: 10px auto;
}

.icon_left_size div {
    width: 100%;
    height: 100%;
}

.icon_left0 {
    background-image: url(../images/activity/egg_0.png);
}

.icon_left1 {
    background-image: url(../images/activity/egg_1.png);
}

.icon_left2 {
    background-image: url(../images/activity/egg_2.png);
}

.icon_left3 {
    background-image: url(../images/activity/egg_3.png);
}

.icon_left4 {
    background-image: url(../images/activity/egg_4.png);
}

.icon_left5 {
    background-image: url(../images/activity/egg_5.png);
}

.icon_left6 {
    background-image: url(../images/activity/egg_6.png);
}

.icon_left7 {
    background-image: url(../images/activity/egg_7.png);
}

.icon_left8 {
    background-image: url(../images/activity/egg_8.png);
}

.icon_left9 {
    background-image: url(../images/activity/egg_9.png);
}

.icon_left10 {
    background-image: url(../images/activity/egg_10.png);
}

.dt_egg {
    position: absolute;
    width: 100%;
    padding: 0 12.5%;
    bottom: 23%;
}

.dt_egg a:link, .dt_egg a:visited, .dt_egg a:hover, .dt_egg a:active {
    display: block;
    width: 100%;
    background-image: url(../images/activity/init_egg.png);
    text-decoration: none;
}

.dt_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.dt_main {
    width: 100%;
    height: 145px;
    position: absolute;
    bottom: 22%; /*top:54.5%*/
}

.dt_l_egg_box {
    /*position:fixed;*/
    width: 100%;
    height: 145px;
    /*top:54.5%;*/
    display: none;
}

.dt_l_egg {
    width: 100px;
    height: 121px;
    background-image: url(../images/activity/egg.png);
    margin: 0 auto;
}

.dt_status_text {
    width: 140px;
    color: #efe211;
    margin: 10px auto 0;
    text-indent: 20px;
    display: none;
}

.dt_l_info {
    /*position:fixed;*/
    width: 100%; /*top:54.5%;*/
}

.dt_l_panel {
    width: 100%;
    height: 121px;
    position: relative;
}

.dt_l_light_box, .dt_half_egg_box, .dt_l_gift_box {
    position: absolute;
    width: 100%;
    display: none;
}

.dt_l_light_box {
    height: 100%;
    bottom: 60px;
    z-index: 9;
    overflow: hidden;
}

.dt_l_light {
    width: 100%;
    height: 100%;
    background: url(../images/activity/light.png) no-repeat;
    margin: 0 auto;
}

.dt_half_egg_box {
    height: 121px;
    z-index: 99;
}

.dt_half_egg {
    width: 100px;
    height: 121px;
    background-image: url(../images/activity/half_egg.png);
    margin: 0 auto;
}

.dt_l_gift_box {
    z-index: 999;
    bottom: 100px;
}

.dt_l_gift_box div, .dt_l_gift_box div span {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dt_l_gift_box div {
    width: 0;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.dt_l_gift_box div span {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 9999999;
    background-image: url(../images/activity/tip_close.png);
}

.l_gift_0 {
    background-image: url(../images/activity/egg_msg_0.png);
}

.l_gift_1 {
    background-image: url(../images/activity/egg_msg_1.png);
}

.l_gift_2 {
    background-image: url(../images/activity/egg_msg_2.png);
}

.l_gift_3 {
    background-image: url(../images/activity/egg_msg_3.png);
}

.l_gift_4 {
    background-image: url(../images/activity/egg_msg_4.png);
}

.l_gift_5 {
    background-image: url(../images/activity/egg_msg_5.png);
}

.l_gift_6 {
    background-image: url(../images/activity/egg_msg_6.png);
}

.l_gift_7 {
    background-image: url(../images/activity/egg_msg_7.png);
}

.l_gift_8 {
    /*background-image: url(../images/activity/egg_msg_8.png);*/
}

.l_gift_9 {
    background-image: url(../images/activity/egg_msg_9.png);
}

.dt_ul_abs {
    position: absolute;
    bottom: 0;
}

.dt_ul {
    width: 100%;
    padding: 0 15px;
}

.dt_ul li {
    width: 30%;
    height: 35px;
    float: left;
    margin-left: 5%;
}

.dt_ul li:first-child {
    margin-left: 0;
}

.dt_ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    text-align: center;
}

.dt_ul li a.s_rule_list {
    color: #eace0b;
    border: 1px solid #eace0b;
    border-radius: 3px;
    font-size: 13px;
    background-image: url(../images/activity/rule.png);
}

.dt_ul li a.s_name_list {
    color: #d70206;
    /*background-color: #eace0b;*/
    background-image: url(../images/activity/view_prize.png);
    border-radius: 3px;
    font-size: 13px;
}

.dt_ul li a.s_go {
    background-image: url(../images/activity/go.png);
}

.dt_ul li a.s_go_back {
    background-image: url(../images/activity/go_back.png);
}

.table_dt {
    width: 100%;
}

.table_dt a:link, .table_dt a:visited {
    font-weight: bold;
    text-decoration: underline;
    color: #950306;
}

.table_dt tr td {
    vertical-align: top;
    padding-bottom: 5px;
}

.table_dt tr td:first-child {
    width: 20px;
    text-align: left;
}

.dt_reward_bg {
    width: 100%;
    background-image: url(../images/activity/dt_reward_bg.jpg);
}

.dt_reward_count {
    width: 100%;
    color: #fff;
    font-size: 1.05em;
    text-align: center;
    float: left;
    margin: 15px 0 10px 0;
}

.dt_reward_count span {
    color: #fff100;
    font-style: italic;
    font-size: 2em;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 5px;
}

.dt_reward_list_panel {
    padding: 0 5px;
}

.table_dt_reward_list, .table_dt_reward_title {
    width: 100%;
}

.table_dt_reward_title thead th {
    color: #000;
    background-color: #ffc000;
    padding: 8px 0;
    text-align: center;
}

.table_dt_reward_title thead th.th_reward_count {
    width: 120px;
}

.table_dt_reward_list tbody td {
    border-bottom: 1px dashed #edb8b8;
    padding: 8px 5px;
}

.table_dt_reward_list tbody td:first-child {
    color: #ffef01;
    font-size: 1.1em;
    padding: 0;
}

.table_dt_reward_list tbody td a:link, .table_dt_reward_list tbody td a:visited {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 5px;
    color: #ffef01;
    text-decoration: none;
}

.table_dt_reward_list tbody td a span {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/activity/g_icon.jpg) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 5px;
}

.table_dt_reward_list tbody td.td_reward_count {
    width: 120px;
    color: #fff;
    text-align: center;
}

.table_dt_reward_list tbody td.td_reward_count div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.35em;
    font-style: italic;
    background-color: #c84f54;
    padding: 2px 0;
    border-radius: 3px;
}

.dt_rewarded_panel {
    padding: 25px 8px;
}

.dt_rewarded_list {
    padding: 0 15px;
    background-color: #efc988;
    border-radius: 5px;
}

.dt_rewarded_list_title {
    padding: 10px 0;
    text-align: center;
    color: #000;
}

.ul_rewarded_list {
    width: 100%;
}

.ul_rewarded_list li {
    width: 100%;
    padding: 6px 0;
    float: left;
    margin: 0;
    color: #000;
}

.ul_rewarded_list li span {
    color: #fd0000;
}

.dt_back {
    padding: 20px 25px 50px 25px;
}

.dt_back a:link, .dt_back a:visited {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #e9b804;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: #95060a;
    font-weight: bold;
    line-height: 38px;
    font-size: 1.2em;
}

.dt_back a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.dt_back a.dt_go {
    color: #da0109;
    background-color: #f0e412;
    margin-top: 20px;
}

.div_act_layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.img_share_egg, .img_share_refuel {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999988;
    display: none;
}

.img_share_egg, .img_share_refuel {
    width: 211px;
    height: 90px;
    background-image: url(../images/activity/share_tip_egg.png);
}

.img_share_refuel {
    width: 207px;
    height: 90px;
    background-image: url(../images/activity/share_tip_refuel.png);
}

/*监控流量*/
.traffic_top {
    width: 100%;
    padding: 10px 10px;
    float: left;
}

.traffic_top select.form-control {
    width: 150px;
    float: left;
}

.traffic_top a {
    display: block;
    float: right;
    margin-top: 7px;
    text-decoration: none;
}

.traffic_top a:active {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.traffic_top a span {
    display: block;
    float: left;
    color: #666;
    margin-left: 3px;
}

.traffic_top a span.i_recharge {
    width: 15px;
    height: 17px;
    background-image: url(../images/traffic/recharge.png);
    margin-top: 1px;
}

.traffic_top a span.i_r_arrow {
    width: 8px;
    height: 15px;
    background-image: url(../images/arrow_right.png);
    margin: 3px 0 0 6px;
}

.traffic_stastics {
    width: 100%;
    padding: 50px 10px;
}

.table_stastics {
    width: 100%;
}

.table_stastics tr td {
    width: 50%;
    vertical-align: top;
}

.traffic_panel {
    width: 130px;
    height: 130px;
    margin: auto;
}

/*流量统计*/

.circle_out {
    width: 100%;
    height: 100%;
    position: relative;
}

.t_circle {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    background: #23c8fe;
    top: 0;
    left: 0;
}

.pt_left, .pt_right {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.ct_left, .ct_right {
    width: 100%;
    height: 100%;
    background: #00598b;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.tp_right .t_circle {
    background-color: #76bb00;
}

.pt_right, .ct_right {
    clip: rect(0, auto, auto, 65px);
}

.pt_left, .ct_left {
    clip: rect(0, 65px, auto, 0);
}

.t_mask {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: #ececec;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    display: block;
}

.mask_info {
    position: absolute;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    border-radius: 50%;
    background-color: #dcdddd;
}

.i_traffic_info {
    width: 100%;
    color: #272727;
    font-size: 0.8em;
    margin-top: 23px;
    text-align: center;
}

.i_traffic_info span {
    color: #1da0fb;
    font-size: 1.3em;
    font-weight: bold;
}

.i_traffic_info .span_wifi {
    color: #76bb00;
}

.t_layer {
    width: 72px;
    height: 30px;
    background-color: #ececec;
    position: absolute;
    bottom: -10px;
    left: 27px;
    border-radius: 45%;
}

.ts_type_monitor, .ts_type_wifi {
    position: absolute;
    width: 60px;
    height: 25px;
    bottom: -20px;
    left: 33px;
    border-radius: 3px;
    text-align: center;
    font-size: 0.9em;
    line-height: 22px;
}

.ts_type_monitor {
    color: #23c8fe;
    border: 1px solid #23c8fe;
}

.ts_type_wifi {
    color: #76bb00;
    border: 1px solid #76bb00;
}

.p_panel {
    padding: 10px 10px;
}

.t_ship_info, .t_opt_info {
    padding: 15px 15px;
    color: #666;
}

.ul_traffic {
    margin-top: 20px;
    padding: 0 15px;
}

.ul_traffic li {
    width: 30%;
    height: 30px;
    float: left;
    margin: 5% 0 0 5%;
    border: 1px solid #999;
    text-align: center;
    line-height: 29px;
    font-size: 0.9em;
    color: #888;
    border-radius: 1px;
    position: relative;
}

.ul_traffic li.li_t_active {
    color: #2ba1fb;
}

.ul_traffic li:nth-child(3n+1) {
    margin-left: 0;
}

.ul_traffic li span {
    position: absolute;
    display: block;
    width: 20px;
    height: 18px;
    background: url(../images/traffic/i_mark.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.t_opt_info span {
    display: block;
    float: left;
    margin-right: 10px;
}

.t_opt_info span:first-child {
    margin: 6px 10px 0 0;
}

.t_opt_info span.it_minus, .t_opt_info span.it_plus {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 1px;
}

.t_opt_info span.it_minus:active, .t_opt_info span.it_plus:active {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.t_opt_info span.it_minus {
    background-image: url(../images/traffic/minus.png);
}

.t_opt_info span.it_plus {
    background-image: url(../images/traffic/plus.png);
}

.t_opt_info span.it_input {
    width: 100px;
}

.ts_line {
    width: 100%;
    height: 1px;
    border-top: 1px solid #dcdddd;
}

.ts_total {
    width: 100px;
    float: right;
}

.ts_span_total {
    color: #2ba1fb;
}

.ts_span_total, .ts_span_money {
    float: right;
}

.ts_span_money {
    margin-top: -1px;
}

.ts_span_money span {
    color: #f40200;
    font-weight: bold;
    font-size: 1.1em;
}
.attention_bg{
    position: fixed;
    width: 100%;
    height:100%;
    text-align: center;
    background: url(../images/attention_bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.attention_bg img{
    max-width: 70%;
    margin-top: 10%;
    box-shadow: 5px 5px 15px #031a2c;
}
.ts_attention {
    padding: 5px 10px;
    color: #f43616;
    font-size: 0.95em;
    line-height: 21px;
    margin-top: 10px;
}

.i_attention {
    width: 20px;
    height: 20px;
    background-image: url(../images/icon1.png);
    float: left;
    margin-right: 5px;
}

.i_t_success, .i_tf_success {
    background-image: url(../images/true.png);
}

.i_t_success {
    width: 70px;
    height: 70px;
    margin: 80px auto 15px;
}

.i_tf_success {
    width: 45px;
    height: 45px;
    margin: 40px auto 10px;
}

.i_t_info {
    width: 100%;
    color: #888;
    text-align: center;
    font-size: 1.2em;
}

.i_t_button {
    width: 185px;
    height: 35px;
    margin: 25px auto 0;
}

.i_t_button a:link, .i_t_button a:visited {
    display: block;
    width: 80px;
    padding: 6px 0;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 1.05em;
    background-color: #1da0fa;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.i_t_button a:active {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.i_t_button a:first-child {
    float: left;
}

.ul_recharge_list {
    width: 100%;
}

.ul_recharge_list li {
    width: 100%;
    height: 110px;
    float: left;
    margin-bottom: 8px;
    background: url(../images/traffic/list_bg.png) no-repeat;
    background-size: 100% 100%;
}

.ul_recharge_list li a:link, .ul_recharge_list li a:visited {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    text-decoration: none;
    position: relative;
}

.ul_recharge_list li a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.rl_number {
    color: #999;
    font-size: 0.95em;
    margin-top: 5px;
}

.rl_info {
    color: #666;
    margin-top: 12px;
}

.rl_ship {
    font-size: 1.15em;
}

.rl_money {
    float: right;
    font-size: 1.15em;
    margin: -2px 0 0 0;
}

.rl_money span {
    font-size: 1.25em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ff0109;
}

.rl_type {
    color: #666;
    margin-top: 8px;
}

.rl_size {
    position: absolute;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
}

.rl_status0 {
    background-image: url(../images/traffic/pay_0.png);
}

.rl_status1 {
    background-image: url(../images/traffic/pay_1.png);
}

.tf_number {
    color: #999;
}

.tf_panel {
    text-align: center;
}

.tf_p_type {
    color: #ef6e1a;
    margin-top: 15px;
}

.tf_p_money {
    margin-top: 15px;
    font-size: 1.1em;
}

.tf_p_money span {
    font-size: 1.8em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #ff0109;
    margin-right: 5px;
}

.tf_p_time {
    color: #999;
    margin-top: 10px;
}

.tf_p_pay {
    color: #333;
}

a.a_invitation:link, a.a_invitation:visited {
    display: block;
    border-radius: 4px;
    padding: 2px 6px 1px;
    color: #fffae6;
    background-color: #ff9800;
    text-decoration: none;
    float: left;
    margin-top: 2px;
}

a.a_invitation:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.tf_invitation {
    color: #f95b00;
    font: bold 1.65em Arial, Helvetica, sans-serif;
    margin-top: 20px;
    letter-spacing: 15px;
    text-indent: 15px;
}

.ul_invitation_button {
    width: 180px;
    margin: 20px auto;
}

.ul_invitation_button li {
    width: 80px;
    height: 32px;
    float: left;
    margin-left: 20px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 1.05em;
    border-radius: 4px;
}

.ul_invitation_button li:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ul_invitation_button li:first-child {
    margin-left: 0;
}

.ul_invitation_button li.li_btn_one {
    background-color: #fe0002;
}

.ul_invitation_button li.li_btn_two {
    background-color: #3699f4;
}

.invitation_panel {
    padding: 20px 10px 0 10px;
}

.ivt_panel {
    border-top: 1px dashed #dcdddd;
    padding: 10px 0 0 0;
}

.table_ivt_opt {
    width: 100%;
}

.table_ivt_opt tr td.td_button {
    width: 128px;
    padding-left: 10px;
}

.table_ivt_opt tr td.td_change {
    padding-bottom: 15px;
}

.form_button, .form_button_blue {
    border: none;
    color: #fff;
    width: 100%;
    background-color: #fe9b00;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.form_button_blue {
    width: 70px;
    background-color: #1da0fa;
    float: left;
}

.form_button:active, .form_button_blue:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.table_attention {
    width: 100%;
    margin-top: 5px;
}

.table_attention tr td {
    vertical-align: top;
}

.table_attention tr td:first-child {
    vertical-align: top;
}

.ta_attention, .table_attention tr td.ta_attention {
    color: #f43616;
    font-size: 0.95em;
    line-height: 21px;
    text-align: left;
}

.ul_traffic_list {
    width: 90%;
    float: left;
    margin: 5% 0 0 5%;
}

.ul_traffic_list li {
    width: 44%;
    float: left;
    margin: 0 0 4% 4%;
    height: 44px;
    line-height: 44px;
}

.ul_traffic_list li a:link, .ul_traffic_list li a:visited {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    background-color: #1da0fa;
    font-size: 1.1em;
    border-radius: 5px;
    text-decoration: none;
}

.ul_traffic_list li a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.i_a_person, .i_a_promise {
    position: absolute;
}

.i_a_person {
    width: 55px;
    height: 95px;
    background-image: url(../images/activity/person.png);
    top: 10px;
    left: 10px;
}

.i_a_promise {
    width: 237px;
    height: 35px;
    background-image: url(../images/activity/promise.png);
    top: 20px;
    left: 65px;
}

.div_gift_show {
    position: fixed;
    width: 280px;
    height: 280px;
    z-index: 10000000;
    display: none;
}

.div_gift_show div {
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
    border-radius: 5px;
}

.div_gift_show div span {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -20px;
    right: 0;
    background: url(../images/activity/tip_close.png) no-repeat;
    background-size: 100% 100%;
}

.s_gift_1 {
    background-image: url(../images/activity/s_gift_1.jpg);
}

.s_gift_2 {
    background-image: url(../images/activity/s_gift_2.jpg);
}

.s_gift_3 {
    background-image: url(../images/activity/s_gift_3.jpg);
}

.s_gift_4 {
    background-image: url(../images/activity/s_gift_4.jpg);
}

.s_gift_5 {
    background-image: url(../images/activity/s_gift_5.jpg);
}

.s_gift_6 {
    background-image: url(../images/activity/s_gift_6.jpg);
}

.s_gift_7 {
    background-image: url(../images/activity/s_gift_7.jpg);
}

.s_gift_oil_1 {
    background-image: url(../images/activity/s_gift_oil_1.jpg);
}

.s_gift_oil_2 {
    background-image: url(../images/activity/s_gift_oil_2.jpg);
}

.s_gift_oil_3 {
    background-image: url(../images/activity/s_gift_oil_3.jpg);
}

.s_gift_oil_4 {
    background-image: url(../images/activity/s_gift_oil_4.jpg);
}

.s_gift_oil_5 {
    background-image: url(../images/activity/s_gift_oil_5.jpg);
}

.s_gift_oil_6 {
    background-image: url(../images/activity/s_gift_oil_6.jpg);
}

/*Community update(2015-12-28)*/
.water_list {
    width: 100%;
    float: left;
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 0;
}

.water_list li {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-bottom: 5px;
}

.water_list li:first-child {
    border-right: 1px solid #d5d5d5;
}

.water_size {
    width: 75px;
    height: 75px;
    margin: auto;
}

.water_size1 {
    width: 65px;
    height: 65px;
    margin: auto;
}

.water_level {
    background-image: url(../images/community/water_level_green.png);
}

.water_level_white {
    background-image: url(../images/community/water_level_white.png);
}

.lockage {
    background-image: url(../images/community/lockage_blue.png);
}

.lockage_white {
    background-image: url(../images/community/lockage_white.png);
}

.water_list li a {
    display: block;
    width: 100px;
    padding: 5px 5px;
    color: #fff;
    margin: 12px auto 0;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}

.water_list li a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.a_water_level {
    background-color: #3fab1a;
}

.a_lockage {
    background-color: #1da0fa;
}

.water_top_panel, .lockage_top_panel {
    padding: 15px 0 10px 0;
}

.water_top_panel {
    background-color: #3fab1a;
}

.lockage_top_panel {
    background-color: #1da0fa;
}

.water_level_title {
    font-size: 1.15em;
    color: #fff;
    text-align: center;
    margin-top: 8px;
}

.ul_level_list {
    width: 100%;
    margin-top: 8px;
    padding: 5px 0;
}

.ul_level_list li {
    width: 50%;
    float: left;
    color: #fff;
    text-align: center;
    padding-top: 2px;
}

.ul_level_list li:first-child {
    border-right: 1px solid #fff;
}

.ul_level_list li span.book_num::before {
    content: url(../images/community/icon_post_small.png);
    padding-right: 3px;
}

.ul_level_list li span.user_num::before {
    content: url(../images/community/icon_visit_small.png);
    padding-right: 3px;
}

.ul_water_list {
    width: 100%;
    padding-top: 10px;
    background-color: #f5f5f5;
    float: left;
}

.ul_water_list li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.ul_water_list li a {
    display: block;
    width: 100%;
    padding: 12px 30px 10px 15px;
    background-color: #fff;
    color: #8e8e8e;
    text-decoration: none;
    position: relative;
}

.ul_water_list li a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ul_water_list li a .wl_title {
    width: 100%;
    color: #0caedc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wl_info_title {
    padding: 15px 5px;
    text-align: center;
    font-size: 1.1em;
    color: #000;
    font-weight: bold;
}

.wl_info_title div {
    font-weight: normal;
    color: #949494;
    font-size: 0.85em;
}

.table_wl {
    width: 100%;
}

.table_wl thead tr th {
    color: #fff;
    font-weight: normal;
    background-color: #1da0fa;
    padding-top: 4px;
    padding-bottom: 4px;
}

.table_wl thead tr th:first-child, .table_wl tbody tr td:first-child {
    width: 48%;
    padding-left: 15px;
}

.table_wl thead tr th:nth-child(3) {
    width: 55px;
}

.table_wl tbody tr td:nth-child(3) {
    text-align: center;
}

.table_wl tbody tr td {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-size: 1.05em;
}

.table_wl tbody tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.lk_query {
    width: 100%;
    padding: 0 12px;
    float: left;
}

.ul_rdo_list {
    width: 100%;
    float: left;
    margin-top: 12px;
    padding: 0 5px;
    margin-bottom: 2px;
}

.ul_rdo_list li {
    width: 33%;
    float: left;
    margin-bottom: 10px;
}

.lockage_history {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.lockage_history tr td {
    padding: 10px 0 8px 0;
    vertical-align: top;
    text-align: left;
}

.lockage_history tr td:first-child {
    width: 90px;
    color: #000;
    padding-left: 18px;
}

.lockage_history tr td a:link, .lockage_history tr td a:visited {
    float: left;
    color: #f3ad11;
    margin-right: 15px;
    margin-bottom: 5px;
    text-decoration: none;
}

.lockage_history tr td a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.lk_plan_list {
    width: 100%;
    padding: 12px 5px;
}

.lk_plan_list table {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 12px;
}

.lk_plan_list table tr td {
    padding: 0 0 12px 0;
    font-size: 0.88em;
    color: #000;
    vertical-align: top;
}

.lk_plan_list table tr:first-child td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.lk_plan_list table tr td:first-child {
    width: 72px;
    padding-left: 10px;
}

.lk_plan_list table tr td i {
    font-style: normal;
    color: #aaa;
}

.lk_plan_list table tr:first-child td div {
    width: 100%;
    font-weight: bold;
    font-size: 1.1em;
    color: #0caedc;
    margin-bottom: 6px;
}

.lk_plan_list table tr:first-child td span::after {
    content: "　";
}

.lk_plan_list table tr td.td_boat b {
    color: #f3ad11;
    /*0caedc*//*float:left;
	margin:0 12px 8px 0;*/
}

@media screen and (min-width: 321px) {
    .lk_plan_list table tr td {
        padding: 0 0 4px 0;
        font-size: 0.9em;
        color: #000;
        vertical-align: top;
    }

    .lk_plan_list table tr td:first-child {
        width: 80px;
        padding-left: 10px;
    }
}

.prize_published {
    width: 77px;
    height: 22px;
    margin-left: 10px;
}

/*update(2016-1-2)*/
.success_icon {
    width: 45px;
    height: 45px;
    background-image: url(../images/true.png);
    margin: 70px auto 15px;
}

.success_info, .success_notice {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.success_info {
    color: #5f9523;
    font-size: 1.12em;
}

.success_notice {
    color: #646464;
}

.ss_line {
    width: 100%;
    height: 1px;
    background-image: url(../images/line_horizon.png);
    float: left;
    margin-top: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.ul_success {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.ul_success li {
    width: 50%;
    float: left;
    padding: 0 5px 0 10px;
}

.ul_success li:first-child {
    padding: 0 5px 0 5px;
}

.ul_success li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

.ul_success li a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ul_success li a.bg_tel::before {
    content: url(../images/order_tel_s.png);
    margin-right: 2px;
}

.ul_info_opt {
    width: 100%;
    height: 60px;
    border: 1px solid #e6e9e9;
    border-radius: 5px;
    background-color: #fff;
    margin: 8px 0 5px 0;
}

.ul_info_opt li {
    width: 33.3%;
    /*width:25%;*/
    height: 100%;
    float: left;
    border-left: 1px solid #e6e9e9;
    text-align: center;
}

.ul_info_opt li:first-child {
    width: 33.4%;
    border: none;
}

.ul_info_opt li a {
    color: #272727;
    text-decoration: none;
}

.ul_info_opt li div {
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 8px auto 5px;
}

.ul_info_opt li:active {
    background-color: #e8f5fe;
}

.ul_info_opt li.li_disabled {
    background-color: #fff;
}

.top_icon_edit {
    background-image: url(../images/icon/edit.png);
}

.top_icon_edit_gray {
    background-image: url(../images/icon/edit_gray.png);
}

.top_icon_del {
    background-image: url(../images/icon/delete.png);
}

.top_icon_del_gray {
    background-image: url(../images/icon/delete_gray.png);
}

.top_icon_shop {
    background-image: url(../images/icon/shop.png);
}

.top_icon_shop_gray {
    background-image: url(../images/icon/shop_gray.png);
}

.top_icon_refresh {
    background-image: url(../images/icon/refresh.png);
}

.top_icon_refresh_gray {
    background-image: url(../images/icon/refresh_gray.png);
}

.result_info {
    width: 90%;
    max-width: 360px;
    height: 220px;
    background-color: #FFF;
    border-radius: 8px;
    /*border: 1px solid #dcdddd;*/
    position: fixed;
    z-index: 20000000;
    display: none;
    box-shadow: 0 0 15px #cac9c9;
}

/*insurance update(2016-1-25)*/
.ins_banner {
    width: 100%;
}

.ins_sort {
    width: 100%;
    position: relative;
    margin-top: 8px;
}

.ins_sort img {
    width: 100%;
}

.ins_sort a:link, .ins_sort a:visited {
    display: block;
    width: 80px;
    padding: 5px 0;
    background-color: #ff7e00;
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.ins_sort a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ins_intro {
    position: absolute;
    bottom: 7px;
    left: 15px;
}

.ins_intro div {
    color: #fff;
    margin-top: 5px;
    letter-spacing: 1px;
}

.ins_intro div:first-child {
    font-size: 1.2em;
}

.ins_step_panel, .ins_view_panel {
    width: 100%;
    height: 60px;
    padding: 15px 0;
    background-color: #fff;
    float: left;
}

.ins_view_panel {
    height: auto;
}

.ins_step {
    width: 235px;
    height: 30px;
    margin: 0 auto;
}

.i_step {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: -1px;
}

.i_step1 {
    background-image: url(../images/insurance/latest/step1.png);
}

.i_step1_on {
    background-image: url(../images/insurance/latest/step1_on.png);
}

.i_step2 {
    background-image: url(../images/insurance/latest/step2.png);
}

.i_step2_on {
    background-image: url(../images/insurance/latest/step2_on.png);
}

.i_step3 {
    background-image: url(../images/insurance/latest/step3.png);
}

.i_step3_on {
    background-image: url(../images/insurance/latest/step3_on.png);
}

.i_step4 {
    background-image: url(../images/insurance/latest/step4.png);
}

.i_step4_on {
    background-image: url(../images/insurance/latest/step4_on.png);
}

.i_step_length {
    width: 20px;
    height: 2px;
    float: left;
    background-color: #ddd;
    margin: 14px 0 0 -1px;
}

.ins_inner {
    width: 100%;
    float: left;
    margin: 15px 0 15px 0;
}

.ins_notice {
    color: #fe0003;
    padding: 15px 10px 15px 20px;
}

.ins_explain {
    float: right;
    margin: 6px 0 0 0;
    color: #29a500;
}

.arrow_blue {
    background-image: url(../images/insurance/latest/right.png);
}

.table_ins_panel {
    width: 100%;
}

.table_ins_panel tr td {
    padding: 5px 0;
}

.ins_list_pay {
    width: 100%;
    height: 55px;
    background-color: #fff;
}

.ins_list_pay li {
    width: 50%;
    height: 100%;
    text-align: center;
    float: left;
    font-size: 1.2em;
    line-height: 55px;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
}

.ins_list_pay li:first-child {
    border-left: none;
}

.ins_list_pay li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #272727;
    text-decoration: none;
}

.ins_list_pay li a.ins_active {
    color: #1da0fa;
    border-bottom: 2px solid #1da0fa;
}

.ins_list_pay li a:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ins_list_pay li a.ins_active:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.ins_line {
    color: #272727;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

.ins_line_desp {
    color: #000;
    font-size: 1.1em;
    margin-top: 15px;
}

.ins_line_date {
    color: #888;
    margin: 10px 0 25px 0;
}

.table_ins_extra tr td {
    vertical-align: top;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.table_ins_extra tr td:first-child {
    width: 50px;
}

/*支付方式*/
.ul_pay_list {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0 12px 125px 12px;
    z-index: 99;
    overflow-y: auto;
}

.ul_pay_list li {
    width: 100%;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    float: left;
}

.ul_pay_list li:active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ul_pay_list li div, .insure_pay_list div.check_common {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ul_pay_list li * {
    float: left;
}

.ul_pay_list li span {
    font-weight: bold;
    margin: 14px 10px 0 10px;
    font-size: 1.1em;
}

.pay_common {
    /*width: 50px;
	height: 50px;*/
    width: 140px;
    height: 48px;
}

.alipay {
    /*background-image: url(../images/insurance/alipay.png);*/
    background-image: url(../images/recharge/alipay.png);
}

.cloudpay_icon{
    background-image: url(../images/recharge/unionpay.png);
}
.cloudpay {
    /*background-image: url(../images/insurance/icloud_pay.png);*/
    background-image: url(../images/recharge/bank.png);
}
.wxpay{
    background-image: url(../images/recharge/weixin.png);
}

.ul_pay_list li div.check_common, .insure_pay_list li div.check_common {
    width: 20px;
    height: 20px;
    float: right;
    margin: 15px 0 0 0;
}

.check_on {
    background-image: url(../images/insurance/check_on.png);
}

.check_off {
    background-image: url(../images/insurance/check_off.png);
}

.pay_bottom {
    position: fixed;
    width: 100%;
    padding: 10px 10px;
    bottom: 0;
    z-index: 999;
    background-color: #ececec;
}

.a_preview {
    float: right;
    margin: 3px 10px 0 10px;
}

/*充值流量*/
#wifi, #monitor {
    width: 50%;
    text-align: center;
    line-height: 40px;
    float: left;
}

#wifi.add_active, #monitor.add_active {
    color: #1da0fa;
}

#line {
    width: 50%;
    border: 2px solid #1da0fa;
    position: fixed;
    left: 0;
    top: 87px;
}

#bottom_line {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    clear: both;
}

#wifi_ye {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 150px;
}

#monitor_ye {
    width: 100%;
    height: auto;
    position: fixed;
    left: 100%;
    top: 150px;
}

.recharge_name {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    line-height: 45px;
    position: relative;
}

.recharge_name > input[type='text'] {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 50px 0 10px;
    font-size: 18px;
}

.recharge_name > a {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 10px;
    line-height: normal;
}

/*.recharge_name > div {
	width: 2px;
	height: 28px;
	background: #bfbfbf;
	position: absolute;
	top: 8px;
	left: 5px;
}*/
.ship_choose_icon {
    width: 30px;
    height: 30px;
    background: url(../images/recharge/ship_choose.png) no-repeat;
    background-size: 100% 100%;
}

.recharge_choose ul {
    width: 100%;
    float: left;
}

.recharge_choose ul li {
    float: left;
    width: 30%;
    height: 60px;
    text-align: center;
    line-height: 20px;
    margin: 10px 0 0 2.5%;
    color: #35a8f9;
    border: 1px solid #35a8f9;
}

.recharge_choose ul li div {
    color: #35a8f9;
}

.recharge_choose ul li div:first-child {
    padding-top: 10px;
    font-size: 1.1em;
}

.recharge_choose ul li div:nth-child(2) {
    font-size: 0.85em;
}

.recharge_choose ul li a {
    text-decoration: none;
    color: #4e4e4e;
}

.recharge_choose ul li.add_active2 {
    background: url(../images/recharge/choose_true.png) no-repeat 100% 100%;
    background-size: 20px 20px;
}

.remarks {
    color: #fe6700;
    padding-left: 2.5%;
    line-height: 30px;
    font-size: 0.85em;
}

.remarks img {
    margin-top: -3px;
    margin-right: 5px;
}

.remarks > span {
    padding-right: 2.5%;
    color: #35a8f9;
    float: right;
}

#payment_detl {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#payment_detl > div:first-child {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

#payment_detl #pay_detail, #payment_detl #payWay {
    width: 100%;
    background: #fff;
    line-height: 45px;
    position: fixed;
    left: 0;
    z-index: 1000;
}

#payment_detl #pay_detail {
    height: 250px;
    bottom: -250px;
}

#payment_detl #payWay {
    height: 200px;
    bottom: 0;
    display: none;
}

#payment_detl #pay_detail div {
    border-bottom: 1px solid #dcdcdc;
    color: #999999;
    width: 100%;
    padding-left: 2.5%;
}

#payment_detl #pay_detail div:last-child {
    width: 90%;
    margin: auto;
    border: none;
}

/*充值流量-->付款详情*/
/*#payment_detl > div:nth-child(2) > div:nth-child(2) {
	text-align:center;
	color:#333;
	font-size:1.1em;
}*/
#payment {
    width: 100%;
    line-height: 35px;
    background: #1da0fa;
    border: none;
    color: #fff;
    border-radius: 3px;
    margin-top: 6%;
}

#payment:active {
    opacity: 0.7;
}

#payment_detl > div:nth-child(2) > div > span {
    color: #333333;
    float: right;
    padding-right: 2.5%;
}

#payment_detl > div:nth-child(3) {
    width: 100%;
    height: 50%;
    background: #fff;
    line-height: 45px;
}

.pay_way, .pay_title {
    width: 100%;
    text-align: center;
    padding: 8px 2.5%;
    font-size: 1.1em;
    border-top: 1px solid #dcdcdc;
    clear: both;
}

.pay_bank_list {
    width: 100%;
    height: 160px;
    padding-bottom: 25px;
    overflow-y: auto;
}

.pay_bank_list li {
    width: 100%;
}

.img_bank, .img_alipay, .ship_choose {
    float: left;
    margin-top: 0;
    width: 140px;
    height: 48px;
}

.ship_choose {
    float: left;
    margin-top: 0;
    width: 50px;
    height: 50px;
}

.img_bank {
    background-image: url(../images/recharge/bank.png);
}

.img_alipay {
    background-image: url(../images/recharge/alipay.png);
}

.ship_choose {
    background-image: url(../images/recharge/ship.png);
}

.choose_size, .choose_size1 {
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 15px;
}

.choose_size1 {
    margin-top: 8px;
}

.unchoose {
    background-image: url(../images/recharge/unchoose.png);
}

.choose {
    background-image: url(../images/recharge/choose.png);
}

.choose_ok {
    background-image: url(../images/recharge/true.png);
}

/*支付成功*/
.i_t_info1 {
    width: 100%;
    color: #666666;
    text-align: center;
    font-size: 1.2em;
}

/*我的船舶*/
.ship_name {
    line-height: 50px;
    padding-left: 10px;
    float: left;
}

/*订单详情*/
.recharge_detail_bg {
    width: 100%;
    height: 360px;
    background: url(../images/recharge/recharge_bg.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin: 0 5px 0 0;
}

.order_number {
    padding: 15px 2.5%;
    color: #999999;
}

/*充值记录*/
.recharge_record {
    color: #999999;
    background: #fff;
    width: 100%;
    padding: 15px 10px;
    height: auto;
    float: left;
}

a.recharge_btn {
    display: block;
    border: 1px solid #1da0fa;
    border-radius: 3px;
    color: #1da0fa;
    padding: 2px 8px;
}

.p_panel1 {
    width: 100%;
    height: 100%;
    float: left;
}

.t_pay {
    width: 100%;
    margin-top: 15px;
}

.query_list li .recharge_btn {
    display: block;
    border: 1px solid #1da0fa;
    border-radius: 3px;
    color: #1da0fa;
    padding: 2px 8px;
}

.t_space {
    width: 100%;
    height: 15px;
    float: left;
    background-color: #dfdfdf;
}

.mobile_panel {
    padding: 12px 10px;
    position: fixed;
    width: 100%;
    height: 100%;
}

.m_title {
    color: #999;
}

.ul_password {
    width: 100%;
    margin-top: 10px;
}

.ul_password li {
    width: 16.6%;
    height: 40px;
    float: left;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    -webkit-text-security: disc;
    font-size: 22px;
    text-align: center;
}

.ul_password li:first-child {
    width: 17%;
    border-left: 1px solid #dfdfdf;
}

.im_main {
    /*background-color: #fff;*/
}

.tb_input_method {
    width: 100%;
    height: 160px;
    position: fixed;
    left: 0;
    bottom: -160px;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    table-layout: fixed;
    visibility: hidden;
}

.tb_input_method tbody tr td {
    width: 33%;
    height: 40px;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    padding: 0;
    overflow: hidden;
}

.tb_input_method tbody tr td:first-child {
    width: 34%;
}

.tb_input_method tbody tr td.td_dark {
    background-color: #e0e0e0;
}

.tb_input_method tbody tr td span, .tb_input_method tbody tr td .im_btn {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font: bold 18px/38px Arial, Helvetica, sans-serif;
    float: left;
}

.im_del {
    width: 36px;
    height: 22px;
    background: url(../images/backspace.png) no-repeat;
    background-size: 100% 100%;
    margin: 9px auto 0;
}

.tb_input_method tbody tr td span:active, .tb_input_method tbody tr td .im_btn:active {
    color: #fff;
    background-color: #ddd;
}

/*update(2016-05-19)*/
.tb_oil_station {
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px dashed #dcdddd;
    table-layout: fixed;
    border-collapse: collapse;
}

.tb_oil_station tr td:first-child {
    width: 70px;
}

.tb_oil_station tr td.td_o_price {
    width: 100px;
}

/*update(mail_address 2016-06-07)*/
.holder_msg {
    color: #bbb;
    float: right;
}

.tb_addr {
    width: 100%;
}

.table_ins tr td .tb_addr tr td {
    border: none;
    padding-right: 0;
}

.tb_addr tr td:first-child {
    width: 20px;
    padding-right: 0;
}

.addr_icon {
    width: 20px;
    height: 20px;
    background-image: url(../images/addr.png);
}

.ii_talbe {
    width: 100%;
}

.ii_talbe tr td {
    padding: 5px 5px;
}

.ii_talbe tr td:first-child {
    width: 70px;
}

.b_dashed {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #dcdddd;
}

.special_tel {
    width: 130px;
    color: #fe9638;
    font-weight: bold;
    background: #fff url(../images/ins_tel.png) no-repeat 0 1px;
    background-size: 16px 16px;
    padding-left: 22px;
    margin: 0 auto;
}

#specialUl {
    padding: 0 0 0 20px;
    margin: 0;
}

#specialUl li {
    list-style-type: disc;
    padding: 6px 0 0 0;
}

#specialUl li:first-child {
    padding: 0;
}

a.a_manage:link, a.a_manage:visited {
    color: #1da0fa;
    float: right;
    margin: 8px 8px;
    text-decoration: none;
}

a.a_manage:active {
    opacity: 0.8;
}

.tb_address {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.tb_address tr td {
    padding: 10px 10px;
    border-top: 1px solid #f5f5f5;
}

.tb_address tr td:first-child:active {
    opacity: 0.8;
}

.tb_address tr:first-child td {
    border: none;
}

.tb_address tr td.td_opt {
    width: 80px;
    padding-left: 0;
}

.icon_default {
    width: 20px;
    height: 20px;
    background-image: url(../images/icon_default.png);
    float: right;
}

.tb_address tr td:first-child div:first-child {
    color: #afafaf;
    margin-bottom: 5px;
}

.fixed_bottom_full, .fixed_bottom_full_no_bg {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index:1000000000;
}

.fixed_bottom_full_no_bg {
    background: none;
    padding: 5px 10px;
}

a.add_addr:link, a.add_addr:visited {
    display: block;
    width: 100%;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
}

a.add_addr:active {
    opacity: 0.8;
}

.add_addr div, .add_addr div.up {
    margin: 0 auto;
}

.add_addr div {
    width: 120px;
    font-size: 1.1em;
    padding-left: 25px;
    background: #fff url(../images/traffic/plus.png) no-repeat 0 0;
    background-size: 20px 20px;
}

.add_addr div.up {
    width: 46px;
    font-size: 1em;
    background: url(../images/account/up.png) no-repeat 30px 7px;
    background-size: 13px 7px;
    padding: 0;
}

.addr_edit, .addr_del {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.addr_edit {
    background-image: url(../images/insurance/icon_edit.png);
}

.addr_del {
    background-image: url(../images/insurance/icon_del.png);
}

.tb_address tr td.td_opt a {
    display: none;
}

.tb_address tr td.td_opt a:link, .tb_address tr td.td_opt a:visited {
    float: left;
    margin-left: 15px;
}

.tb_address tr td.td_opt a:active {
    opacity: 0.8;
}

/*update-account(2016-06-12)*/
.acc_show {
    width: 100%;
    height: 100px;
    background: url(../images/account/account_top_bg.png) no-repeat;
    background-size: 100% 100%;
}

a.a_help:link, a.a_help:visited {
    display: block;
    color: #fff;
    font-size: 0.9em;
    padding-left: 19px;
    background: url(../images/account/help.png) no-repeat;
    background-size: 15px 15px;
    float: right;
    margin: 10px 6px 2px 0;
    text-decoration: none;
}

a.a_help:active {
    opacity: 0.7;
}

.acc_show div {
    color: #d6ecfe;
    font-size: 1.1em;
    text-align: center;
}

.acc_menu {
    width: 100%;
    padding: 5px 0;
    background-color: #fff;
}

.acc_menu a:link, .acc_menu a:visited {
    display: block;
    width: 50%;
    padding: 9px 0 7px 0;
    float: left;
    text-decoration: none;
}

.acc_menu a:active {
    opacity: 0.7;
}

.acc_menu a:first-child {
    border-right: 1px solid #ececec;
}

.acc_recharge {
    background: url(../images/account/plus.png) no-repeat 0 1px;
}

.acc_withdrawal {
    background: url(../images/account/cash.png) no-repeat 0 1px;
}

.acc_show div.total_account {
    color: #fff;
    font: bold 1.4em Arial, Helvetica, sans-serif;
    margin-top: 2px;
}

.acc_recharge, .acc_withdrawal {
    width: 60px;
    margin: 0 auto;
    color: #545454;
    padding-left: 22px;
    background-size: 17px 17px;
}

.acc_nav {
    width: 100%;
    margin-top: 10px;
}

.acc_bank_list {
    width: 100%;
}

.acc_nav li, .acc_bank_list li {
    width: 100%;
    background-color: #fff;
}

.acc_nav li.border, .acc_bank_list li.border, .acc_bank_list li {
    border-bottom: 1px solid #ececec;
}

.acc_nav li a, .acc_bank_list li a {
    display: block;
    width: 100%;
    padding: 14px 10px 12px 50px;
    color: #545454;
    text-decoration: none;
}

.acc_bank_list li {
    padding: 6px 10px;
    float: left;
}

.acc_bank_list li span {
    float: left;
    margin: 10px 0 0 15px;
}

.acc_nav li a:active {
    opacity: 0.7;
}

.balance {
    background: url(../images/account/balance.png) no-repeat 10px 10px;
}

.bank_card {
    background: url(../images/account/card.png) no-repeat 10px 10px;
}

.pay_passwrod {
    background: url(../images/account/passwrod.png) no-repeat 10px 10px;
}

.eidt_pass {
    background: url(../images/account/lock_off.png) no-repeat 10px 10px;
}

.find_password {
    background: url(../images/account/edit.png) no-repeat 10px 10px;
}

.add_card {
    background: url(../images/account/add.png) no-repeat 10px 10px;
}

.acc_nav li a {
    background-size: 25px 25px;
}

.help_list {
    width: 100%;
    padding: 0 10px;
}

.help_list li {
    border-bottom: 1px dashed #dcdddd;
}

.help_list li div {
    line-height: 24px;
    padding: 0 0 10px 0;
    color: #a1a1a1;
}

.help_list li div:first-child {
    color: #333;
    padding: 10px 0 5px 0;
}

.tb_acc {
    width: 100%;
    margin-top: 10px;
}

.tb_acc tr td {
    background-color: #fff;
    padding: 6px 10px;
}

.tb_acc tr.td_border td {
    padding: 10px 10px;
    border-bottom: 10px solid #ececec;
}

.tb_acc tr td.ta_one {
    width: 80px;
}

.tb_acc tr td.ta_two {
    width: 100px;
    padding-left: 0;
}

.tb_acc tr td.ta_three {
    width: 50px;
}

.tb_acc tr td.ta_four {
    width: 65px;
}

.tb_acc tr td.ta_five {
    width: 90px;

}

.tb_acc tr td input {
    border: none;
    box-shadow: none;
}

.tb_acc tr.border td {
    border-bottom: 1px solid #ececec;
}

.tel_show {
    width: 100%;
    padding: 8px 10px;
    background-color: #ececec;
    font-weight: bold;
}

a.fc_btn:link, a.fc_btn:visited, a.fc_btn_disabled:link, a.fc_btn_disabled:visited {
    display: block;
    width: 90px;
    padding: 7px 0;
    border: 1px solid #67bdfc;
    color: #67bdfc;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

a.fc_btn:active {
    opacity: 0.7;
}

a.fc_btn_disabled:link, a.fc_btn_disabled:visited {
    color: #f1f1f1;
    background-color: #bbb;
    border: none;
}

.ul_balance {
    width: 100%;
}

.ul_balance li, .ul_balance li.item {
    width:100%;
    border-bottom: 1px solid #ececec;
    padding: 12px 10px;
}

.ul_balance li div:first-child {
    margin-bottom: 5px;
}

.ul_balance li div:first-child span {
    float: right;
    font-weight: bold;
}

.to_small {
    font-size: 0.9em;
    color: #adadad;
}

.to_small span {
    color: #333;
    float: right;
}

a.btn_ok:link, a.btn_ok:visited {
    color: #6ebffb;
    text-decoration: none;
}

a.btn_cancel:link, a.btn_cancel:visited {
    color: #bbb;
    text-decoration: none;;
}

a.btn_ok:active, a.btn_cancel:active {
    opacity: 0.7;
}

#ulQuery, .ul_query {
    width: 100%;
    height: 190px;
    position: fixed;
    bottom: -190px;
    left: 0;
    z-index: 10000001;
    background-color: #fff;
    margin: 0;
    padding: 5px 10px 0 10px;
    display: none;
}
#ulQuery{
    z-index:1000000020; /*1000000001*/
}
#ulQuery li, .ul_query li {
    border-top: 1px solid #ececec;
}

#ulQuery li:first-child, .ul_query li:first-child{
    padding: 5px 0 10px 0;
}

#ulQuery li.li_border_none, .ul_query li.li_border_none {
    border: none;
}

#ulQuery li:not(.sp_class) a, .ul_query li:not(.sp_class) a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 8px 0;
    text-align: center;
}

#ulQuery li:not(.sp_class) a:active, .ul_query li:not(.sp_class) a:active {
    opacity: 0.7;
}

#ulQuery li:not(.sp_class) a.q_active, .ul_query li:not(.sp_class) a.q_active {
    color: #6ebffb;
    background-color: #eee;
}

.cash_show {
    width: 100%;
    height: 90px;
    background: url(../images/account/cash_bg.png) no-repeat;
    background-size: 100% 100%;
}

.icon_balance {
    width: 40px;
    height: 40px;
    background: url(../images/account/balance.png) no-repeat 0 0;
    background-size: 100% 100%;
    float: left;
    margin: 23px 10px 0 25px;
}

.cash_info {
    float: left;
    margin: 22px 0 0 0;
}

.cash_info div {
    width: 100%;
    font-size: 0.85em;
    color: #bbb;
    padding-left: 3px;
    float: left;
}

.cash_info div:first-child {
    color: #333;
    font-weight: bold;
    font-size: 1.3em;
    padding-left: 0;
}

.cash_info div:first-child span:first-child {
    float: left;
    margin: 1px 0 0 0;
}

.cash_info div:first-child span.f_arial {
    font: bold 1.01em Arial, Helvetica, sans-serif;
}

.acc_unionpay {
    background: url(../images/account/unionpay.png) no-repeat;
}

.acc_alipay {
    background: url(../images/account/alipay.png) no-repeat;
}

.acc_unionpay, .acc_alipay {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    float: left;
}

.acc_explain {
    float: left;
    margin: 0 0 0 10px;
}

.acc_explain span {
    font-size: 0.85em;
    color: #bbb;
}

.ul_result, .ul_pay_explain {
    width: 100%;
    background-color: #fff;
    margin: 0;
    float: left;
    padding: 0 10px;
}

.ul_result li, .ul_pay_explain li {
    padding: 12px 0;
    border-top: 1px solid #ececec;
    color: #b3b3b3;
}

.ul_result li:first-child {
    padding: 0 0 20px 0;
    border: none;
}

.ul_result li:first-child div {
    text-align: center;
    color: #000;
    font-weight: bold;
}

.ul_result li .ur_bank, .ul_result li .ur_cash {
    float: right;
    color: #222;
}

.ul_result li .ur_bank span {
    color: #b3b3b3;
}

.ul_result li .ur_cash span {
    font: normal bold 1.15em Arial, Helvetica, sans-serif;
}

.ul_pay_explain li {
    color: #333;
}

.ul_pay_explain li span {
    color: #b3b3b3;
    float: right;
}

.icon_success {
    width: 45px;
    height: 45px;
    background: url(../images/account/ok.png) no-repeat;
    background-size: 100% 100%;
    margin: 30px auto 10px;
}
.icon_wait {
    width: 45px;
    height: 45px;
    background: url(../images/latest/wait.png) no-repeat;
    background-size: 100% 100%;
    margin: 30px auto 10px;
}
.icon_del {
    width: 45px;
    height: 45px;
    background: url(../images/latest/del.png) no-repeat;
    background-size: 100% 100%;
    margin: 30px auto 10px;
}

.tb_a tr td a {
    display: block;
    width: 100%;
    color: #545454;
    text-decoration: none;
    float: left;
}

.tb_a tr td a:active {
    opacity: 0.7;
}

.card_select {
    display: block;
}

.card_select:link, .card_select:visited {
    text-decoration: none;
}

.card_select:active {
    opacity: 0.7;
}

/*rebuild(refuel)(2016-06-24)*/
.ul_station {
    width: 100%;
    margin-top: 10px;
}

.ul_station li {
    width: 100%;
    padding: 10px 0 0 0;
    background-color: #fff;
    margin-bottom: 10px;
}
.s_line1{
    padding:0 10px;
}
.sl1{
    padding:5px 0;
    border-bottom: 1px solid #dcdddd;
}
.s_line2{
    padding:10px 0;
}
.icon_sin {
    width: 55px;
    height: 55px;
    background: url(../images/refuel/latest/sinopec.jpg) no-repeat;
    background-size: 100% 100%;
    float: left;
}
.img_sin{
    width: 55px;
    height: 55px;
}
.tb_st{
    width:100%;
    table-layout: fixed;
}
.tb_st tr td{
    padding:0 5px 5px 5px;
    color:#545454;
}
.tb_st tr td.td_rows{
    width:60px;
    padding-left: 0;
}
.tb_st tr td {
    font-size:1.2rem;
}
.tb_st tr td.td_stitle{
    font-size:1.4rem;
}
.lt_font{
    font-size:1.4rem;
    text-decoration: line-through;
    font-weight: bold;
}
.lt_font1{
    font-size:1.4rem;
    color:#ff8f2c;
    font-weight: bold;
}
.st_addr{
    width:100%;
    padding-left:16px;
    background: url(../images/addr.png) no-repeat -2px 1px;
    background-size: 15px 15px;
}
.icon_pt{
    width:15px;
    height:15px;
    background: url(../images/addr.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin:1px 5px 0 0;
}
.s_line2 a:link, .s_line2 a:visited{
    display: block;
    width:33%;
    padding:3px 0;
    float: left;
    color:#545454;
    text-decoration: none;
    border-left:1px solid #dcdddd;
}
.s_line2 a:active{
    opacity:0.7;
}
.s_line2 a:first-child{
    width:34%;
    border:none;
}
.s_position, .s_tel, .s_order{
    width:77px;
    margin: 0 auto;
    padding-left: 17px;
}
.s_position{
    background:url(../images/refuel/latest/positon.png) no-repeat 0 1px;
}
.s_tel{
    background:url(../images/refuel/latest/tel.png) no-repeat 0 1px;
}
.s_order{
    background:url(../images/refuel/latest/order.png) no-repeat 0 2px;
}
.icon_lower{
    width:30px;
    height:12px;
    position: absolute;
    top:2px;
    right:-33px;
    background: url(../images/refuel/latest/lower.png) no-repeat;
    background-size: 100% 100%;
    /*float: left;
    margin:3px 0 0 3px;*/
}
.s_position, .s_tel, .s_order{
    background-size: 15px 15px;
}
.down{
    width:15px;
    height:7px;
    background: url(../images/account/down.png) no-repeat;
    background-size: 100% 100%;
    float: right;
    margin:7px 10px 0 10px;
}
.down_pt{
    position: absolute;
    top:7px;
    right:0;
}
a.a_common:link, a.a_common:visited{
    color:#48aef7;
    text-decoration: none;
}
a.a_common:active{
    opacity:0.7;
}
.tb_rules{
    width:100%;
}
.tb_rules thead tr th{
    padding-bottom:5px;
}
.tb_rules tbody tr td{
    color:#888;
    vertical-align: top;
    padding:1px 2px;
    line-height: 22px;
}
.showModal{
    width:100%;
    height:190px;
    position: fixed;
    bottom:-190px;
    left:0;
    z-index: 1000000020;/*10000001*/
    background-color: #fff;
    padding: 5px 10px 0 10px;
}
.showModal div {
    padding: 5px 0 10px 0;
}
.showModal ul{
    width:100%;
    height:150px;
    overflow-y:auto;
}
.showModal ul li{
    border-top: 1px solid #ececec;
}
.showModal ul li:first-child{
    border:none;
}
.showModal ul li.li_border_none{
    border: none;
}

.showModal ul li:not(.sp_class) a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 8px 0;
    text-align: center;
}
.showModal ul li:not(.sp_class) a.active{
    color:#48aef7;
}
.showModal ul li:not(.sp_class) a:active, .ul_query li:not(.sp_class) a {
    /*opacity: 0.7;*/
}
.showModal ul li:not(.sp_class) a.q_active{
    color: #6ebffb;
    background-color: #eee;
}
.table_top{
    width:100%;
    background-color: #fff;
    table-layout: fixed;
}
.table_top tr td{
   padding:10px 5px;
}
.table_top tr td.tt_one{
    text-indent: 15px;
}
.table_top tr td.tt_two{
    width:90px;
}
a.oa_tel:link, a.oa_tel:visited{
    display: block;
    width:80px;
    color:#999;
    text-decoration: none;
    background: url(../images/refuel/latest/tel1.png) no-repeat right center;
    background-size: 20px 20px;

}
a.oa_tel:active{
    opacity:0.7;
}
.tb_subsidy{
    width:100%;
    table-layout: fixed;
}
.tb_subsidy tr td{
    vertical-align: top;
    border:none !important;
}
.tb_subsidy tr td:first-child{
    width:20px !important;
    font-weight:bold;
    font-size: 3.5em;
    overflow: hidden;
    color:#bbe2fd;
}
.tb_subsidy tr td:first-child span{
    float: left;
    margin-top:-15px;
}
.tb_subsidy tr td:nth-child(2){
    width:65px !important;
    color:#222 !important;
}
.tb_subsidy tr td:nth-child(3){
    width:40px;
}
.tb_subsidy tr td:nth-child(4){
    color:#777 !important;
}
.sub_line{
    width:100%;
    height: 1px;
    border-bottom: 1px dashed #dcdddd;
    margin-top: 15px;
}
.btn_inset{
    width:200px;
    padding:5px 0;
    color:#1da0fa;
    background-color: #fff;
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    border-radius:22px;
    border:2px solid #1da0fa;
    font-size:1.3em;
}
.btn_inset:active{
    opacity:0.7;
}
a.a_p:link, a.a_p:visited{
    color: #9f9f9f;
    text-decoration: none;
}
a.a_p:active{
    opacity:0.7;
}
a.a_p:active div, a.a_p:active .arrow_common1{
    opacity:0.7;
}
.map_control{
    width:100%;
    height:30px;
    position: fixed;
    top:10px;
    z-index: 99999;
}
.map_info_fix{
    width:100%;
    height:250px;
}
.map_info{
    width:100%;
    position: relative;
}
.map_info div{
    width:30px;
    height:30px;
    background-color: #fff;
    opacity:0.7;
    position: absolute;
    z-index:100000;
}
.back_bg{
    left:10px;
}
.tel_bg{
    right:10px;
}
.map_back, .map_tel{
    display: block;
    width:30px;
    height:30px;
    position: absolute;
    z-index:999999;
}
.map_back{
    background: url(../images/refuel/latest/back.png) no-repeat 5px 5px;
    background-size: 15px 20px;
    left:10px;
}
.map_tel{
    background: url(../images/refuel/latest/tel.png) no-repeat 5px 5px;
    background-size: 20px 20px;
    right: 10px;
}
.tb_map{
    width:100%;
}
.tb_map tr td, .tb_map tr th{
    vertical-align: top;
}
.tb_map tr th.td_title{
    line-height: 30px;
    padding-left: 10px;
}

.tb_map tr:first-child th{
    padding-top: 15px;
    border-bottom:1px solid #dcdddd;
}
.tb_map tr th:first-child{
    width:40px;
}
.tb_map tr td{
    padding: 5px 0;
    font-size:0.95em;
    line-height: 22px;
}
.tb_map tr td a{
    color:#1da0fa;
    text-decoration: none;
}
/*船货update(2016-07-14)*/
.wrap_panel{
    padding:0;
}
.fixed_tops{
    width:100%;
    height:38px;
    background-color: #fff;
    position: fixed;
    top:40px;
    left:0;
    z-index: 999999;
}
.top_link{
    float: right;
    margin-right:15px;
}
.top_link a{
    float: left;
    padding-left:20px;
    margin:10px 0 0 15px;
}
.a_ship{
    background: url(../images/latest/i_ship.png) no-repeat;
    background-size: 18px 18px;
}
.a_waybill{
    background: url(../images/latest/i_paper.png) no-repeat;
    background-size: 18px 17px;
    position: relative;
}
.ul_list, .ul_common{
    width:100%;
    float: left;
    padding:0;
    margin: 0;
}
.ul_list li, .ul_common li{
    width:100%;
    float: left;
    border-top:1px solid #eee;
}
.ul_list li:first-child, .ul_common li:first-child{
    border:none;
}
.ul_list li a, .ul_common a{
    display: block;
    width:100%;
    float: left;
    padding:10px 0;
}
.ul_list li a:active, .ul_common a:active{
    opacity:0.7;
}
.ul_list li a img{
    width:60px;
    height:60px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    float: left;
}
.ul_list li a b{
    font-weight:normal;
    font-size: 1.12em;
    color:#121212;
    float: left;
    margin:16px 0 0 15px;
}
.ul_list li a span{
    color:#888;
    float: right;
    margin:18px 0 0 0;
}
.r_dot{
    position: absolute;
    width:5px;
    height:5px;
    background-color: #f00;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    top:-1px;
    left:13px;
}
.wrap_ship{
    width:100%;
    margin-bottom: 10px;
}
.wrap_ship a:link, .wrap_ship a:visited{
    display: block;
    width:100%;
    padding: 0 15px;
    color:#333;
    background-color: #fff;
    text-decoration: none;
    border-top:1px solid #eee;
}
.ws_bt a:link, .ws_bt a:visited{
    padding: 10px 0;
    border-top-width:10px;
}
.ws_bt_pn a:link, .ws_bt_pn a:visited{
    padding: 0;
}
.wrap_tpl a.item{
    padding:0;
    border-top:10px solid #eee;
}
.wrap_ship a:active, .wrap_ships a:active{
    opacity:0.7;
}
.wrap_ship a:first-child{
    border:none;
}
.tb_ship{
    width:100%;
    table-layout: fixed;
}
.tb_ship tr td:first-child{
    width:65px;
}
.tb_ship tr td.td_s_right{
    padding-left: 15px;
}
.tb_ship tr td:first-child img{
    width:65px;
    height:65px;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
}
.tb_ship tr td:first-child img.img_45{
    width: 55px;
    height: 55px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.tb_ship tr td.td_s_three{
    width:60px;
}
.tb_s tr td:first-child img{
    width:60px;
    height:60px;
}
.tb_s tr td:first-child img, .tb_ship tr td:first-child img.img_radius, .img_radius{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.tb_pr_10 tr td:first-child{
    padding-left: 10px;
}
.tb_pr_10 tr td:last-child{
    padding-right: 10px;
}
.tb_pr_10 tr td.td_pr_10{
    width:75px;
}
.text_line{
    width:100%;
    height: 65px;
    float: left;
}
.text_line div{
    width:100%;
    float: left;
}
.text_line div:first-child{
    font-size:1.1em;
    font-weight:bold;
    margin: -3px 0 3px 0;
}
.text_line div.d_normal:first-child{
    font-size:1em;
    font-weight:normal;
    margin: 0;
}
.text_line div.icon_clock, .text_line div.icon_clock_none{
    width:auto;
    float: right;
    font-size:0.7em;
    color:#a1a1a1;
    font-weight:normal;
    background: url(../images/clock.png) no-repeat 0 2px;
    background-size: 10px 10px;
    padding-left: 12px;
    margin:2px 0 0 0;
}
.text_line div.icon_clock_none{
    background: none;
}
.text_line div.check_size, .check_size{
    width:50px;
    height:17px;
}
.text_line div.s_name span{
    float: left;
}
.text_line div.s_name .check_size{
    margin: 1px 0 0 3px;
}
.ship_check_status0{
    background: url(../images/latest/ship_check_0.png) no-repeat;
    background-size: 100% 100%;
}
.ship_check_status1{
    background: url(../images/latest/ship_check_1.png) no-repeat;
    background-size: 100% 100%;
}
.user_check_status0{
    background: url(../images/latest/user_check_0.png) no-repeat;
    background-size: 100% 100%;
}
.user_check_status1{
    background: url(../images/latest/user_check_1.png) no-repeat;
    background-size: 100% 100%;
}
.ship_load{
    margin-bottom: -2px;
}
.ship_attr{
    margin-top: 8px;
}
.ship_attr span{
    display: block;
    float: left;
    color:#4097e6;
    border:1px solid #4097e6;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin:0 5px 0 0;
    padding:0 5px;
    font-size:0.9em;
}
.ship_attr span.a_75c3a7{
    color:#7dc6a9;
    border:1px solid #75c3a7;
}
.ship_attr span.fc7f42{
    color:#fc7f42;
    border:1px solid #fc7f42;
}
.ship_attr span.d_none{
    display: none;
}
a.link_add:link, a.link_add:visited{
    width:115px;
    height:40px;
    line-height:42px;
    padding-left: 20px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: url(../images/latest/add.png) no-repeat 18px 12px;
    background-size: 16px 16px;
}
.wrap_add, .wrap_adds{
    padding:0 10px;
    margin-top: 10px;
    background-color: #fff;
}
.wrap_adds{
    padding:0;
}
.tb_add_common{
    width:100%;
    table-layout: fixed;
}
.tb_add_common tbody tr td{
    padding:5px 0;
    border-top:1px solid #eee;
}
.tb_add_common tbody tr.dashed_line td{
    border-top:1px dashed #eee;
}
.tb_add_common tbody tr.line_10 td{
     border-top-width:10px;
     padding: 0;
 }
.tb_add_common tbody tr.line_none td{
    border-top-width:0;
}
.tb_add_one{
    table-layout: auto;
}
.tb_add_one tbody tr td:first-child{
    width:70px;
}
.tb_add_one tr td.td_add_sp div{
    width:40%;
    float: left;
}
.tb_add_one tr td.td_add_sp div p{
    background: url(../images/latest/box_down.png) no-repeat right 10px;
    background-size: 15px 15px;
    padding-right: 15px;
}
.tb_add_one tr td.td_add_sp span{
    float: left;
    margin: 8px 2px 0 2px;
}
.tb_add_one tr td.td_add_one{
    width:20px;
    text-align: center;
}
.tb_add_one tr td p{
    height:36px;
    line-height: 36px;
    padding: 0 6px;
    margin:0;
}
.tb_add_one tr.tr_include td table{
    width:100%;
}
.tb_add_one tr.tr_include td table tr td:first-child{
    width:70px;
}
.tb_add_two tr td:first-child{
    width:90px !important;
}
.tb_at_pd tr td:first-child, .tb_at_pds tr td.td_ap{
    padding-left: 10px;
    width:40px !important;
}
.tb_at_pds tr td.td_ap{
    width:75px !important;
    vertical-align: top;
    line-height: 25px;
}
.tb_at_pds tr td.td_ap_three{
    width:50px;
    text-align: right;
}
.tb_at_pd tr td:last-child, .tb_at_pds tr td:last-child{
    padding-right: 10px;
}
.tb_at_pd tr.tr_tb_5 td{
    padding-top:10px;
    padding-bottom: 10px;
}
.tb_add_common tbody tr:first-child td{
    border:none;
}
.tb_add_common tr td .form-control {
    border: none;
    box-shadow: none;
}
.upload_ship{
    width:40px;
    height:40px;
    cursor: pointer;
}
.upload_ships{
    width:50px;
    height:50px;
    cursor: pointer;
}
.upload_file, .upload_files{
    width:32px;
    height:24px;
    background: url(../images/take_photo.png) no-repeat;
    background-size:100% 100%;
    cursor: pointer;
    float: right;
    margin-top:8px;
}
.upload_files{
    margin-top: 13px;
}
.ul_link li a b, .ul_link li a span{
    float: left;
}
.ul_link li a b{
    display: block;
    width:80px;
    color:#333;
    font-weight:normal;
}
.ul_link li a span{
    color:#999;
}
.ul_attention, .ul_attentions{
    width:100%;
    /*padding:0 40px;*/
    padding:0 15px;
}
.ul_attentions{
    padding: 0 35px;
}
.ul_attention li, .ul_attentions li{
    /*list-style:disc;*/
    color:#999;
    line-height:22px;
}
.ul_attentions li{
    list-style:disc;
}
.ship_d_info{
    width:100%;
    height:200px;
    background: url(../images/latest/ship_top_bg.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    position: relative;
}
.ship_d_img{
    width:70px;
    height:70px;
    position: relative;
    margin:10px auto 10px;
}
.ship_d_img img{
    width:100%;
    height:100%;
    border:2px solid #fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.check_ptn{
    position: absolute;
    bottom:-5px;
    left:10px;
}
.ship_d_attr{
    width:100%;
    color:#fff;
    margin:5px auto 0;
    text-align: center;
}
#ship_var_width{
    margin: 0 auto;
}
.sd_rg{
    float: left;
}
.sd_attr{
    float: left;
    margin-left: 10px;
}
.sd_attr span{
    display: block;
    padding:1px 4px 1px 3px;
    float: left;
    color:#4097e6;
    background-color: #fff;
    border:1px solid #4097e6;
    font-size:0.8em;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin-left: 5px;
}
.sd_attr span:first-child{
    margin-left: 0;
}
.sd_attr span.a_75c3a7{
    color:#7dc6a9;
    border:1px solid #75c3a7;
}
.sd_attr span.a_fc7f42{
    color:#fc7f42;
    border:1px solid #fc7f42;
}
.ship_attr span.fc7f42{
    color:#fc7f42;
    border:1px solid #fc7f42;
}
.sd_attr span.d_none{
    display: none;
}
.list_opcity{
    width:100%;
    height:50px;
    position: absolute;
    bottom:0;
    background-color: #00233a;
    opacity:0.05;
    border-top:1px solid #999;
    z-index: 10;
}
.lo_btn_list, .lc_btn_list{
    width:100%;
    position: absolute;
    bottom:0;
    z-index:11;
    margin:0;
}
.lo_btn_list li, .lc_btn_list li{
    width:33%;
    height:50px;
    float: left;
}
.lo_btn_list li:first-child, .lc_btn_list li:first-child{
    width:34%;
}
.lo_btn_list li div, .lc_btn_list li div{
    width:100%;
    height:36px;
    color:#fff;
    text-align: center;
    margin-top:6px;
}
.lc_btn_list li div{
    color:#a1a1a1;
}
.lc_btn_list li div b{
    color:#666;
}
.lo_btn_list li div span, .lc_btn_list li div span{
    display: block;
    height:30px;
    float: right;
    border-left:1px solid #fff;
    margin-top: -16px;
}
.lc_btn_list li div span{
    border-left: 1px solid #eee;
}
.ship_opt_list{
    width:100%;
    float: left;
    background-color: #fff;
    margin: 10px 0 10px 0;
}
.ship_opt_list li{
    width:33.3%;
    float: left;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
}
.ship_opt_list li:nth-child(3n+1){
    border-left:none;
}
.ship_opt_list li a{
    display: block;
    width:100%;
    height:115px;
    color:#bbb;
    text-align: center;
    padding-top: 75px;
    text-decoration: none;
    float: left;
}
.ship_opt_list li a:active{
    opacity:0.7;
}
.i_route{
    background: url(../images/latest/i_route.png) no-repeat center 25px;
    background-size: 25px 25px;
}
.i_location{
    background: url(../images/latest/i_location.png) no-repeat center 25px;
    background-size: 25px 25px;
}
.i_lock{
    background: url(../images/latest/i_lock.png) no-repeat center 25px;
    background-size: 25px 25px;
}
.i_wifi{
    background: url(../images/latest/i_wifi.png) no-repeat center 25px;
    background-size: 25px 25px;
}
.i_boat{
    background: url(../images/latest/i_boat.png) no-repeat center 22px;
    background-size: 25px 25px;
}
.i_water{
    background: url(../images/assistant/i_water.png) no-repeat center 22px;
    background-size: 45px 45px;
}
.i_road{
    background: url(../images/assistant/i_notice.png) no-repeat center 22px;
    background-size: 45px 45px;
}
.i_safe{
    background: url(../images/assistant/i_safe.png) no-repeat center 22px;
    background-size: 45px 45px;
}
.i_weather{
    background: url(../images/assistant/i_cloud.png) no-repeat center 22px;
    background-size: 45px 45px;
}
.i_gate{
    background: url(../images/assistant/i_assistant.png) no-repeat center 22px;
    background-size: 45px 45px;
}
.ship_opt_list li a.i_boat, .ship_opt_list li a.i_gate{
    padding-top: 0;
}
.i_boat div, .i_gate div{
    position: relative;
    width:40px;
    height:40px;
    margin:25px auto 10px;
}
.i_boat span, .i_gate span{
    display: block;
    width:5px;
    height:5px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color: #f00;
    position: absolute;
    top:0;
    right:0;
    display: none;
}
.i_opacity_4, .ship_opt_list li a.i_opacity_4, .ship_opt_list li a.i_opacity_4:active{
    opacity:0.4;
}
.ul_bottom_btn_half, .ul_bottom_btn_30{
    width:100%;
}
.ul_bottom_btn_half li{
    width:50%;
    padding:0 10px 0 5px;
    float: left;
}
.ul_bottom_btn_half li:first-child{
    padding:0 5px 0 10px;
}
.ul_bottom_btn_30 li{
    width:33%;
    padding:0 5px 0 5px;
    float: left;
}
.ul_bottom_btn_30 li:first-child{
    width:34%;
    padding-left: 10px;
}
.ul_bottom_btn_30 li:nth-child(3){
    padding-right: 10px;
}
a.link_normal:link, a.link_normal:visited{
    font-weight:normal;
    font-size:1.2em;
    padding:8px 0;
}
.auth_icon, .auth_icon_s{
    float: right;
}
.auth_icon span, .auth_icon_s span{
    float: left;
}
.auth_icon span, .i_photo{
    margin-top:12px;
}
.auth_icon_s .i_photo{
    margin: 0;
}
.i_photo{
    width:24px;
    height:18px;
    background: url(../images/id.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.tb_attention{
    width:100%;
}
.tb_attention tr th{
    font-weight:normal;
    padding-bottom: 5px;
}
.tb_attention tr td{
    color:#999;
    padding-bottom: 5px;
    vertical-align: top;
}
.tb_attention tr td:first-child{
    padding-right: 5px;
}
.ul_route_list{
    width:100%;
    margin:10px 0 60px 0;
}
.ul_route_list li{
    width:100%;
    margin-bottom: 10px;
}
.ul_route_list li a.link_rt_full{
    display: block;
    width:100%;
    padding:10px 10px;
    color:#777;
    background-color: #fff;
    text-decoration: none;
}
.ul_route_list li a.link_rt_full:active{
    opacity: 0.7;
}
.ul_route_list li a.link_rt_full table{
    width:100%;
}
.ul_route_list li a.link_rt_full table tr td:first-child{
    width:15px;
}
.ul_route_list li a.link_rt_full table tr td.td_r_three{
    width:20px;
}
.rt_circle_size{
    width:7px;
    height:7px;
}
.circle_green{
     background: url(../images/latest/circle_green.png) no-repeat;
     background-size: 7px 7px;
 }
.circle_blue{
    background: url(../images/latest/circle_blue.png) no-repeat;
    background-size: 7px 7px;
}
.circle_orange{
    background: url(../images/latest/circle_orange.png) no-repeat;
    background-size: 7px 7px;
}
.icon_disc{
    width:3px;
    height:21px;
    background: url(../images/latest/icon_disc.png) no-repeat;
    background-size: 3px 21px;
    margin: 2px 0 2px 3px;
}
.rt_line{
    width:100%;
    height:1px;
    border-top:1px solid #eee;
}
a.add_route:link, a.add_route:visited{
    display: block;
    width:100%;
    padding:10px 0;
    background-color: #fff;
}
a.add_route div, a.add_route div.icon_publish{
    width:100px;
    color:#1da0fa;
    font-weight:normal;
    background: url(../images/latest/add_blue.png) no-repeat 0 4px;
    background-size: 16px 16px;
    padding-left: 20px;
    margin: 0 auto;
}
a.add_route div.icon_publish{
    background: url(../images/latest/icon_remark.png) no-repeat 0 4px;
    background-size: 18px 16px;
}
.ul_rt_set{
    width:100%;
    padding:10px 0;
    margin-top: 10px;
    background-color: #fff;
}
.ul_rt_set li{
    width:100%;
    padding:0 10px;
}
.ul_rt_set li a{
    display: block;
    width:100%;
    color:#777;
    text-decoration: none;
}
.ul_rt_set li a:active{
    opacity:0.7;
}
.ul_rt_set li.li_full table{
    width:100%;
}
.ul_rt_set li.li_full table tr td:first-child{
    width:15px;
}
.ul_rt_set li.li_full table tr td.td_r_three{
    width:20px;
}
.wrap_ship_info{
    width:100%;
    padding:10px 15px;
    background-color: #fff;
}
a.order_info:link, a.order_info:visited{
    /*float: right;
    font-size:0.9em;
    color:#a1a1a1;
    font-weight:normal;
    margin:3px 0 0 0;*/
    color:#333;
    text-decoration: none;
    /*line-height: 15px;*/
}
a.order_info:active{
    opacity:0.7;
}
.order_info .arrow_common2{
    margin:0 -7px 0 3px;
}
.order_count{
    display: block;
    float: right;
    font-size:0.9em;
    color:#a1a1a1;
    font-weight:normal;
    margin:3px 0 0 0;
    text-decoration: none;
    line-height: 15px;
}
.tb_ship_info{
    width:100%;
    border-top:1px solid #eee;
}
.tb_ship_info tr td{
    padding:0;
}
.tb_ship_info tr.td_i_pt td{
    padding-top:8px;
}
.tb_i_one{
    table-layout: fixed;
}
.tb_i_one tr td{
    color:#333 !important;
    padding-top: 5px;
}
.tb_i_one tr td:first-child{
    width:100px;
    color:#888;
}
.wrap_recommend{
    width:100%;
    /*background-color: #fff;*/
    margin: 10px 0 75px 0;
}
.sort_box{
    width:100%;
    padding:5px 0;
    border-bottom:1px solid #eee;
    text-align: center;
}
.sort_box span{
    color:#888;
    padding-right: 14px;
    background: url(../images/latest/down.png) no-repeat right 7px;
    background-size: 11px 6px;
    cursor: pointer;
    position: relative;
}
.sort_box span:active{
    opacity:0.7;
}
.sort_panel{
    width:120px;
    height:215px;
    position: absolute;
    top:45px;
    z-index:1000000010;
    display: none;
}
.sort_wrap{
    width:100%;
    height:100%;;
    position: relative;
}
.sort_box span.box_top{
    display: block;
    width:14px;
    height:9px;
    background:url(../images/latest/box_up.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:-9px;
    left:53px;
    z-index:11;
}
.sort_wrap div{
    position: absolute;
    width:100%;
    height:100%;
    background-color: #000;
    opacity:0.6;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    z-index:10;
}
.sort_wrap ul{
    position: absolute;
    width:100%;
    height:100%;
    margin:0;
    padding:5px 5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    z-index:11;
}
.sort_wrap ul li{
    width:100%;
    padding:5px 0;
    color:#e7e7e7;
    margin-bottom: 5px;
    text-align: center;
}
.sort_wrap ul li.active{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color: #919191;
}
.loading_box{
    padding:15px 0;
    text-align: center;
}
.line_info{
    margin-bottom: 5px;
}
.o_info{
    color:#666;
    font-size:0.95em;
    float: right;
}
.query_top{
    width:100%;
    height:38px;
    position: fixed;
    text-align: center;
    background-color: #fff;
    z-index: 1000000021; /*10000001*/
    border-bottom:1px solid #ececec;
}
.query_top li{
    width:25%;
    height:100%;
    color:#333;
    float: left;
    border-left:1px solid #eee;
    position: relative;
}
.query_top li:first-child{
    border:none;
}
.query_top li span{
    display: block;
    width:58px;
    height:20px;
    margin:9px auto 0;
    background: url(../images/latest/inactive_down.png) no-repeat left 5px;
    background-size: 10px 5px;
    padding-left: 12px;
}
.query_top li span.l_short{
    width:45px;
}
.query_top li.q_active{
    color:#1da0fa;
}
.query_top li.q_active span{
    background: url(../images/latest/active_down.png) no-repeat left 5px;
    background-size: 10px 5px;
}
.li_query{
    position:absolute;
    width:120px;
    height:215px;
    top:46px;
    display: none;
}
.li_query_wrap{
    width:100%;
    height:100%;;
    position: relative;
}
.li_box_top{
    display: block;
    width:14px;
    height:9px;
    background:url(../images/latest/box_up.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top:-9px;
    left:53px;
    z-index:11;
}
.li_query_wrap div{
    position: absolute;
    width:100%;
    height:100%;
    background-color: #000;
    opacity:0.6;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    z-index:10;
}
.query_top li.li_child .li_query_wrap ul{
    position: absolute;
    width:100%;
    height:100%;
    margin:0;
    padding:5px 5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    z-index:11;
}
.query_top li.li_child .li_query_wrap ul li{
    width:100%;
    height:auto;
    padding:5px 0;
    color:#e7e7e7;
    margin-bottom: 5px;
    text-align: center;
    border:none;
    line-height:20px;
}
.query_top li.li_child .li_query_wrap ul li.active{
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    background-color: #919191;
}
a.link_line:link, a.link_line:visited, a.link_fff:link, a.link_fff:visited{
    display: block;
    float: right;
    padding:2px 5px;
    font-size:0.9em;
    font-weight:normal;
    color:#fff;
    border:1px solid #1da0fa;
    background-color: #1da0fa;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-decoration: none;
    margin-right:-10px;
}
a.link_fff:link, a.link_fff:visited{
    color:#666;
    background-color: #fff;
    border:1px solid #eee;
    float: left;
    margin:0 10px 0 0;
}
a.link_line:active, a.link_fff:active{
    opacity:0.7;
}
a.link_auto:link, a.link_auto:visited{
    width:auto;
    margin-right: 0;
}
.form_textarea{
    /*border:1px solid #eee !important;*/
    background-color: #f4f4f4 !important;
    box-shadow: none !important;
}
.icon_common_size, .icon_common_size1{
    width:15px;
    height:15px;
    float: left;
    margin:1px 3px 0 0;
}
.icon_common_size1{
    width:20px;
    height:20px;
}
.icon_location{
    background: url(../images/latest/position.png) no-repeat;
    background-size: 15px 15px;
}
.icon_location_n{
    background: url(../images/latest1/empty.png) no-repeat;
    background-size: 20px 20px;
}
.icon_location_b{
    background: url(../images/latest1/begin.png) no-repeat;
    background-size: 16px 20px;
}
.icon_location_e{
    background: url(../images/latest1/end.png) no-repeat;
    background-size: 16px 20px;
}
.icon_ndate{
    background: url(../images/latest/date.png) no-repeat;
    background-size: 15px 15px;
}
.icon_datepick{
    background: url(../images/latest1/datepick.png) no-repeat;
    background-size: 20px 20px;
}
.icon_feedback{
    background: url(../images/latest1/feedback.png) no-repeat;
    background-size: 20px 20px;
}
.icon_remark{
    background: url(../images/latest/remark.png) no-repeat;
    background-size: 15px 15px;
}
.comment_wrap{
    text-align: center;
}
.comment_wrap img{
    width:15px;
    height:15px;
    margin-right: 2px;
}
.comment_score{
    width:60px;
    height:25px;
    text-align: center;
    color:#bbb;
    line-height:23px;
    border:1px solid #eee;
    -webkit-border-radius:12px;
    -moz-border-radius:12px;
    border-radius:12px;
    margin:10px auto 0;
}
.comment_score span{
    font-size:1.05em;
}
.comment_scores{
    color:#ff8600;
    margin-left: 5px;
    letter-spacing: 1px;
}
.icon_build, .icon_ship{
    display: block;
    width:18px;
    height:18px;
    background: url(../images/latest/icon_build.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin:0 5px 0 0;
}
.icon_ship{
    width:20px;
    height:20px;
    background: url(../images/latest/icon_ship.png) no-repeat;
    background-size: 100% 100%;
    margin:1px 5px 0 0;
}
.cargo_type{
    float: left;
    margin-top:2px;
}
.wrap_empty{
    width:100%;
}
.paper_size{
    width:40px;
    height:40px;
    margin:65px auto 20px;
}
.icon_paper{
    background: url(../images/latest/paper.png) no-repeat;
    background-size:100% 100%;
}
.choose_active{
    width: 20px;
    height: 18px;
    position: absolute;
    right:0;
    bottom:0;
    background: url(../images/traffic/i_mark.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}
.link_nav, .link_nav_fixed{
    width:100%;
    margin:0;
}
.link_nav_fixed{
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 20;
}
.link_nav li, .link_nav_fixed li{
    width:50%;
    height:50px;
    float: left;
    border-bottom:1px solid #eee;
}
.link_nav li a, .link_nav_fixed li a{
    display: block;
    width:100%;
    height:100%;
    background-color: #fff;
    text-align: center;
    color:#a1a1a1;
    line-height: 45px;
    text-decoration: none;
}
.link_nav li a span, .link_nav_fixed li a span{
    display: block;
    width:1px;
    height:30px;
    float: right;
    margin-top: 10px;
    border-left:1px solid #eee;
}
.link_nav li a.active, .link_nav_fixed li a.active{
    height:50px;
    color:#1da0fa;
    border-bottom:2px solid #1da0fa;
}
.link_nav li a:not(.active):active, .link_nav_fixed li a:not(.active):active{
    opacity:0.7;
}
.deal_size{
    /*width:55px;
    height:55px;*/
    width:80px;
    height:80px;
    position: absolute;
    top:10px;
    right:80px;
}
.deal_req_status_1, .deal_req_status_3, .deal_req_status_4, .deal_req_preview_status_1{
     background: url(../images/latest/deal_1.png) no-repeat;
 }
.deal_req_status_2{
    background: url(../images/latest/deal_2.png) no-repeat;
}
.deal_req_preview_status_2{
    background: url(../images/latest/deal_request_2.png) no-repeat;
}
.deal_req_preview_status_11{
    background: url(../images/latest/deal_11.png) no-repeat;
}
.deal_size{
    background-size: 100% 100%;
}
#equipList li{
    float: left;
    height:20px;
    padding-top: 0;
    margin-top: 5px;
}
#equipList .checkbox, .tb_route tr td .radio{
    background:none;
    opacity:1;
    margin:0;
}
.tb_route tr td .radio{
    margin-top:8px;
}
#equipList .checkbox label , .tb_route tr td .radio label{
    width:100%;
    padding-left: 0;
}
#equipList .checkbox label input, .tb_route tr td .radio label input{
    width:18px;
    height:18px;
    right:5px;
}
#equipList .checkbox label span , .tb_route tr td .radio label span{
    float: left;
    margin:4px 0 0 5px;
}
.li_query_wrap div.q_btn {
    width:120px !important;
    float: left;
    margin-left: -5px;
    background: none;
    opacity:1;
    border-top:1px solid #eee;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.q_btn input, .q_btn a:link, .q_btn a:visited{
    display: block;
    width:50%;
    color:#fff;
    background: none;
    border:none;
    float: left;
    line-height:30px;
    text-decoration: none;
}
.q_btn a span{
    display: block;
    width:1px;
    height:24px;
    border-left:1px solid #f1f1f1;
    float: left;
    margin-top:3px;
}
.q_btn input:active, .q_btn a:active{
    opacity:0.7;
}
.tb_add_common tbody tr td .tb_add_child{
    width:100%;
    table-layout: fixed;
}
.tb_add_common tbody tr td .tb_add_child tr td{
    padding:0;
}
.tb_add_common tbody tr td .tb_add_child tr td.tc_50{
    width:50%;
}
.tb_add_common tbody tr td .tb_add_child tr td .tb_ac_child{
    width:100%;
    table-layout: fixed;
}
.tb_add_common tbody tr td .tb_add_child tr td .tb_ac_child tr td.tc_child_20{
    width:20px;
}
.tb_add_common tbody tr td .tb_add_child tr td .tb_ac_child tr td.tc_child_38{
    width:38px;
}
.tb_add_common tbody tr td .tb_add_child tr td .tb_ac_child tr td.tc_child_border span{
    display: block;
    width:1px;
    height:25px;
    border-left:1px solid #eee;
    float: left;
    margin-right:5px;
}
.tb_add_common tbody tr td .tb_add_child tr td .tb_ac_child tr td.tc_child_border div{
    float: left;
    margin-top:3px;
}
.wrap_ship a.route_link:link, .wrap_ship a.route_link:visited{
    display: block;
    width:90px;
    height:28px;
    color:#1da0fa;
    border:1px solid #1da0fa;
    padding: 0;
    line-height: 26px;
    margin:8px auto 0;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    text-decoration: none;
}
.wrap_ship a.route_link:active{
    opacity:0.7;
}
.tb_route{
    width:100%;
    table-layout: fixed;
}
.tb_route tr td{
    padding:5px 0;
    text-align: left;
}
.tb_route tr td:first-child{
    width:109px;
    text-align: right;
}
.tb_route tr td.dot_line_70{
    width:62px;
}
.circle_greens{
    background: url(../images/latest/circle_green.png) no-repeat;
    margin-left: 5px;
}
.circle_blues{
    background: url(../images/latest/circle_blue.png) no-repeat;
    margin-left: 5px;
}
.circle_oranges{
    background: url(../images/latest/circle_orange.png) no-repeat;
}
.circle_blues, .circle_greens, .circle_oranges{
    width:6px;
    height:6px;
    background-size: 100% 100%;
    float: left;
}
.disc_dot{
    width:20px;
    height:1px;
    border-top:1px dashed #e0e0e0;
    float: left;
    margin:3px 10px 0 10px;
}
.waybill_list{
    width:100%;
}
.waybill_list li{
    width:100%;
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
    border-top:1px solid #e8e8e8;
    border-bottom:10px solid #e8e8e8;
}
.waybill_list li div{
    width:100%;
    float: left;
    padding: 8px 10px;
    color:#666;
}
.waybill_list li div.wl_route{
    display: table;
    table-layout: fixed;
   /* padding-top: 10px;*/
    border-bottom:1px solid #eee;
}
.waybill_list li div:first-child{
    color:#888;
    /*background-color: #f4f4f4;*/
    border-bottom:1px solid #eee;
}
.wl_route span{
    display: table-cell;
    vertical-align: middle;
    padding-top:5px;
    padding-bottom: 5px;
}
.wl_route span.d_cell{
    width:35%;
    text-align: center;
    color:#333;
}
.wl_route span.wl_route_to{
    width:30%;
    /*height:40px;*/
    padding: 0 5px;
    /*margin-top: 5px;*/
}
.waybill_list li div.wl_route span.wl_route_to div{
    /*width:90px;*/
    width:100%;
    height:40px;
    padding:0;
    border:none;
    background: #fff url(../images/latest1/route_line.png) no-repeat 0 15px;
    background-size: 100% 4px;
    float: none;
    margin: 0 auto;
}
.wl_route span.wl_route_to h1, .wl_route span.wl_route_to h2{
    width:100%;
    color:#888;
    font-weight:normal;
    font-size:0.8em;
    margin:0;
    padding:0 10px 0 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    text-align: center;
}
.wl_route span.wl_route_to h1{
    margin-top: 0;
}
.wl_route span.wl_route_to h2{
    margin-top: 12px;
}
.tb_wb{
    width:100%;
    margin-top: 10px;
    background-color: #fff;
}
.tb_wb tr td{
    border-top:1px solid #eee;
    padding:10px 15px;
}
.tb_wb tr td.bt_dashed_eee{
    border-top:1px dashed #eee;
}
.tb_wb tr td.td_wb_p0{
    padding: 0;
}
.user_img{
    width:50px;
    height:50px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    float: left;
}
.user_img_size{
    width:60px;
    height:60px;
}
.self_info{
    width:235px;
    height:50px;
    float: left;
    margin-left:15px;
}
.self_line{
    width:100%;
    float: left;
    margin-top:4px;
}
.self_name{
    float: left;
}
.wrap_comment{
    float: left;
    margin: -2px 0 0 15px;
}
.comment_img{
    float: left;
}
.comment_img img{
    width:20px;
    height:20px;
    float: left;
}
.wrap_comment span{
    color:#a8a8a8;
    float: left;
    margin: 2px 0 0 8px;
}
.tb_wb_com{
    width:100%;
    background-color: #fff;
    border-top:1px dashed #eee;
}
.tb_wb_com tr td.td_wdc_50{
    width:50%;
}
.tb_wb_com tr td table{
    width:100%;
    table-layout: fixed;
}
.tb_wb_com tr td table tr td{
    padding:4px 0;
    /*color:#666;*/
    color:#333;
    vertical-align: top;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.tb_wb_com tr td.td_wdc_child{
    vertical-align: top;
}
.tb_wb_com tr td.td_wdc_child table tr td:first-child{
    width:70px;
    padding-left: 5px;
    color:#a8a8a8;
}
.tb_wb_com tr td table tr td:first-child .tdo_desc{
    color:#333;
}
.tb_wb_com tr td.td_wdc_childs table tr td:first-child{
    width:55px;
    padding-left: 5px;
    color:#a8a8a8;
}
.tb_wb_com tr td.td_wdc_childs{
    vertical-align: top;
}
.tb_wb_com tr td:first-child table tr td:first-child{
    width:80px;
    padding-left: 10px;
    color:#a8a8a8;
}
.tb_wb_com tr.tr_wb_pt td table tr td{
    padding-top: 10px;
}
.tb_wb_com tr.tr_wb_pb td table tr td{
    padding-bottom: 15px;
}
.tb_wb_com tr.tr_wb_pt_10 td{
    border-bottom:1px solid #eee;
    padding:10px 10px;
}
.reason_img, .comment_user_img{
    width:80px;
    height:80px;
    position: absolute;
    bottom:-35px;
    left:110px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.reason_img{
    background: #eee url(../images/latest/reason_img.png) no-repeat 15px 12px;
    background-size: 50px 57px;
}
.comment_user_img div{
    position: relative;
    background-color: #eee;
}
.comment_user_img div, .comment_user_img img{
    width: 100%;
    height:100%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align: center;
}
/*.comment_user_img img{
    width: 80%;
    height:80%;
    margin-top: 10%;
}*/
.comment_user_img div span{
    display: block;
    width:40px;
    height:22px;
    color:#888;
    background-color: #fff;
    border:1px solid #eee;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    position: absolute;
    bottom:-10px;
    left:20px;
}
.wrap_wb{
    margin-top: 10px;
    display: none;
}
.wb_status_panel{
    color:#888;
    background-color: #fff;
    padding:10px 15px;
    position: relative;
}
.wb_status_panel p{
    margin:0
}
/*流程*/
.wb_process{
    width:100%;
}
.wb_process tr td{
    color:#bbb;
}
.wb_process tr.active td span{
    color:#333;
}
.wb_process tr td:first-child{
    width:30px;
}

.wb_process tr td .circle_size{
    width:10px;
    height:10px;
    background-color: #d3d3d3;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.wb_process tr.active td .circle_size{
    background-color: #1da0fa;
}
.wb_process tr td .line_size{
    height:25px;
    border-left: 1px dashed #eee;
    margin: 3px 0 3px 5px;
}
.wb_process tr.active td .line_size{
    border-left: 1px solid #1da0fa;
}
.wb_process tr td .line_line{
    width:100%;
    height:1px;
    border-top:1px dashed #eee;
}
.comment_icon{
    width:190px;
    margin:0 auto;
}
.comment_icon img{
    width:30px;
    height:30px;
    float: left;
    margin-left: 10px;
}
.comment_icon img:first-child{
    margin-left:0;
}
.comment_msg{
    padding:8px 0;
    text-align: center;
    background-color: #d2ecfd;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    display: none;
}
.form-controls{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border:none;
}
.tempImg{
    cursor: pointer;
}
/*查询列表样式*/
.layer_wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10000000;
    -moz-opacity: 0.4;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.query_condition{
    position: fixed;
    width:100%;
    max-height: 60%;
    top:78px;
    left:0;
    background-color: #fff;
    z-index: 10000001;
    overflow-y: auto;
}
.query_condition ul{
    width:100%;
    padding:0 15px;
    margin:0;
    display: none;
}
.query_condition ul li{
    padding:10px 0;
    border-top:1px solid #ececec;
}
.query_condition ul li:first-child{
    border:none;
}
.query_condition ul li.active{
    color:#1da0fa;
    background: url(../images/icon_default.png) no-repeat right center;
    background-size: 18px 18px;
}
.query_condition ul li.e_active{
    color:#1da0fa;
    background-size: 18px 18px;
}
.query_condition ul#equip{
    padding:0;
}
.query_condition ul#equip li{
    padding:0 15px;
    border:none;
}
.query_condition ul#equip .checkbox{
    background:none;
    opacity:1;
    margin:0;
    border-top:1px solid #ececec;
    padding:10px 0;
}
.query_condition ul#equip li:first-child .checkbox{
    border:none;
}
.query_condition ul#equip .checkbox label{
    width:100%;
    padding-left: 0;
}
.query_condition ul#equip .checkbox label input{
    width:18px;
    height:18px;
    right:5px;
}
.query_condition ul#equip .checkbox label span{
    float: left;
    margin:4px 0 0 5px;
}
.query_condition ul#equip li.form_btn{
    padding:0 !important;
    border:none;
}
.query_condition ul#equip li div.q_btn {
    width:100%;
    float: left;
    background: none;
    opacity:1;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.q_btn input, .q_btn a:link, .q_btn a:visited{
    display: block;
    width:50%;
    height:40px;
    color:#fff;
    background-color: #1da0fa;
    border:none;
    float: left;
    line-height:40px;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.q_btn a:link, .q_btn a:visited{
    color:#666;
    background-color: #eee;
}
.q_btn input:active, .q_btn a:active{
    opacity:0.7;
}
/*引导页*/
.guide_wrap{
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    padding-top: 40px;
    z-index:80;
}
.guide_bg{
    position: fixed;
    width:100%;
    height:100%;
    float: left;
    background: url(../images/latest/guide/bg.png) no-repeat;
    background-size: 100% 100%;
    z-index:85;
}
.guide_slide{
    width:100%;
    height:100%;
    margin: 35px auto 0;
}
.guide_bg .slides li{
    text-align: center;
}
.guide_bg .slides li .guide_img{
    width:60%;
    margin: 0 auto;
}
.guide_bottom{
    position: fixed;
    width:100%;
    bottom:0;
    left:0;
    z-index:99;
}
.guide_bottom_wrap{
    position: relative;
}
.guide_bottom img{
    width:100%;
    height:120px;
}
.guide_download{
    width:100%;
    padding:0 20%;
    position: absolute;
    top:35px;
}
.guide_download a:link, .guide_download a:visited{
    display: block;
    width:100%;
    height:35px;
    color:#fff;
    background-color: #1da0fa;
    text-align: center;
    line-height:35px;
    text-decoration: none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.guide_download a:active{
    opacity:0.7;
}
/*航运助手*/
.dot_list{
    width:100%;
    padding:10px 0;
    margin:0;
}
.dot_list li{
    width:100%;
}
.dot_list li.item{
    padding:0 15px;
}
.dot_list li a{
    display: block;
    padding:12px 0;
    color:#888;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom:1px dashed #e1e1e1;
    text-decoration: none;
}
.dot_list li a:active{
    opacity:0.7;
}
.dot_list li a div.dot_blue{
    width:8px;
    height:8px;
    background-color: #1e9ffa;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    float: left;
    margin: 5px 6px 0 0;
}
.bt_load_info{
    width:100%;
    text-align: center;
    color:#818181;
}
.bt_load_info input{
    display: block;
    width:100%;
    height:35px;
    color:#818181;
    text-decoration: none;
    line-height:35px;
    background:none;
    border:none;
}
.bt_load_info input:active{
    opacity:0.7;
}
.bt_load_info .load_all, .bt_load_info input{
    display: none;
}
.wt_top{
    padding:10px 15px;
    border-bottom:1px solid #e1e1e1;
}
.wt_title{
    color:#666;
    font-size:15px;
}
.wt_date{
    color:#bbb;
    font-size:14px;
    margin-top: 10px;
}
.wt_content{
    color:#888;
    padding:12px 15px;
    line-height:22px;
    word-break: break-all;
}
.tb_att_list{
    width:100%;
    margin:20px 0 10px 0;
    table-layout: fixed;
}
.tb_att_list tr td{
    vertical-align: top;
    color:#888;
}
.tb_att_list tr td:first-child{
    width:65px;
    padding-top: 25px;
}
.tb_att_list tr td.td_att_two{
    width:25px;
    padding-top: 2px;
    position: relative;
}
.tb_att_list tr td.td_att_three{
    padding-top: 25px;
}
.tb_att_list tr:first-child td:first-child{
    padding-top: 0;
}
.tb_att_list tr:first-child td.td_att_three{
    padding-top: 0;
}
.progress_line{
    width:1px;
    height:100%;
    border-left:1px solid #bae2fc;
    position: absolute;
    left:10px;
    padding-top: 25px;
}
.tb_att_list tr:first-child td.td_att_two .progress_line{
    padding-top: 0;
}
.progress_line div{
    position: relative;
    width:100%;
    height:100%;
}
.progress_line span{
    display: block;
    position: absolute;
    width:15px;
    height:15px;
    border:3px solid #bde1ff;
    background-color: #1da0fa;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    top:0;
    left:-8px;
}
.tb_att_list tr td.td_att_three a{
    position: relative;
    display: block;
    width:100%;
    padding:12px 20px 12px 0;
    color:#888;
    border-bottom:1px dashed #e1e1e1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    right:0;
    background: url(../images/arrow_right.png) no-repeat right 14px;
    background-size: 8px 15px;
}
.tb_att_list tr td.td_att_three a:active{
    opacity:0.7;
}
.tb_att_list tr td.td_att_three a:first-child{
    padding-top: 0;
    background-position: right 2px;
}
.tb_att_list tr td.td_att_three div{
    width:100%;
    height:25px;
}
.tb_att_list tr td.td_att_three div.h_none{
    display: none;
}
.tb_history{
    width:100%;
    margin-top: 5px;
    border-top:1px solid #eee;
}
.tb_history tr td{
    padding: 10px 0 6px 0;
    vertical-align: top;
}
.tb_history tr td:first-child{
    width:80px;
    color:#38a7f9;
}
.tb_history tr td span {
    float: left;
}
.tb_history tr td a {
    display: block;
    height:15px;
    float: left;
    padding-left: 8px;
    color:#999;
    word-break: break-all;
    word-wrap: break-word;
    border-left:2px solid #ddd;
    margin: 2px 0 7px 8px;
    line-height: 15px;
    text-decoration: none;
 }
.tb_history tr td a.tba_first{
    border-left:none;
    padding-left: 0;
    margin-left: 0;
}
.tb_history tr td a:active{
    opacity:0.7;
}
.ld_title{
    color:#666;
    font-size:1.15em;
    padding:15px 15px;
}
.ld_c_title{
    padding:10px 15px;
    background-color: #fff;
    color:#999;
    font-size:1.1em;
    border-top:1px solid #e1e1e1;
    border-left:3px solid #1da0fa;
}
.tb_ld{
    width:100%;
    border-top: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.tb_ld tbody tr td, .tb_ld thead tr th{
    padding:10px 5px;
    color:#999;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.tb_ld thead tr th{
    background-color: #ececec;
    font-weight:normal;
}
.tb_ld tbody tr:nth-child(2n+1) td{
    background-color: #fafafa; /*ececec*/
}
.tb_ld tbody tr:nth-child(2n+2) td{
    background-color: #fff;
}
.tb_ld tbody tr td:first-child, .tb_ld thead tr th:first-child{
    padding-left: 15px;
    width:60px;
    border-left: none;
}
.tb_ld tbody tr td:nth-child(4n + 2), .tb_ld thead tr th:nth-child(4n + 2){
    padding-left: 15px;
    width:60px;
}
.tb_ld tbody tr td:nth-child(4n + 3), .tb_ld thead tr th:nth-child(4n + 3){
    width:90px;
    text-align: center;
}
.tb_ld tbody tr td:nth-child(4n + 4), .tb_ld thead tr th:nth-child(4n + 4){
    padding-left: 15px;
}
.wea_title{
    padding-left: 3px;
    color:#fff;
}
.wea_panel{
    width:100%;
    margin: 10px 0 20px 0;
    position: relative;
}
.wea_panel .wea_layer{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color: #00213f;
    opacity: 0.2;
    z-index: -1;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.wea_panel table{
    width:100%;
}
.wea_panel table tr td{
    color:#fff;
    vertical-align: middle;
    padding-top:12px;
    padding-bottom: 12px;
    border-top:1px solid #6493bd;
}
.wea_panel table tr:first-child td{
    border-top:none;
}
.wea_panel table tr td:first-child{
    width: 30%;
    padding-left: 15px;
    font-size:1.15em;
}
.wea_panel table tr td:nth-child(2){
    width: 25%;
    color:#f4f8f7;
    text-align: center;
    font-size:0.9em;
}
.wea_panel table tr td:nth-child(3){
    padding-right: 15px;
    text-align: center;
}
.wea_panel table tr td:nth-child(3) div{
    float: right;
    display: table-cell;
    vertical-align: middle;
}
.wea_panel table tr td:nth-child(3) div span{
    font-size:0.9em;
    color:#f4f8f7;
}
.wea_panel table tr td:nth-child(3) div span:first-child{
    font-size:1.15em;
}
.wea_icon_1{
    background: url(../images/assistant/weather/qing.png) no-repeat;
}
.wea_icon_2{
    background: url(../images/assistant/weather/yin.png) no-repeat;
}
.wea_icon_3{
    background: url(../images/assistant/weather/duoyun.png) no-repeat;
}
.wea_icon_4{
    background: url(../images/assistant/weather/xiaoyu.png) no-repeat;
}
.wea_icon_5{
    background: url(../images/assistant/weather/daxue.png) no-repeat;
}
.wea_icon_6{
    background: url(../images/assistant/weather/wu.png) no-repeat;
}
.wea_icon_7{
    background: url(../images/assistant/weather/leizhenyu.png) no-repeat;
}
.wea_size{
    width:20px;
    height:20px;
    background-size: 20px 20px;
    margin: 0 auto 3px;
}
.wea_multi, .wea_auto{
    width:53px;
    margin:0 auto 3px;
}
.wea_multi img, .wea_auto img{
    width:20px;
    height:20px;
    margin: 0 auto 3px;
}
.wea_multi .wea_size, .wea_multi img{
    float: right;
    margin:0;
}
.wea_multi .wea_size:first-child, .wea_multi img:first-child{
    float: left;
}
.tilt_line{
    float: left;
    font-size:1.3em;
    margin:0 3px 0 4px;
    font-weight: bold;
}
/*支付方式选择*/
.insure_pay_list{
    width:100%;
    float: left;
}
.insure_pay_list li{
    width:100%;
    float: left;
}
.insure_pay_list li a{
    display: block;
    width:100%;
    padding:12px 10px;
    border-bottom:1px solid #eee;
    background: #fff url(../images/arrow_right.png) no-repeat 98% center;
    background-size: 8px 15px;
    float: left;
}
.insure_pay_list li .pay_group{
    width:100%;
    padding:12px 10px;
    border-bottom:1px solid #eee;
    background-color: #fff;
    float: left;
}
.insure_pay_list li a span{
    color:#aaa;
    float: left;
    margin: 14px 0 0 0;
}
.pay_info{
    height: 40px;
    float: left;
    margin: 8px 0 0 10px;
    font-weight: bold;
    font-size: 1.5rem;
}
.pay_info div{
    color: #aaa;
    font-weight:normal;
    font-size: 1.1rem;
}
.pay_common {
    width: 140px;
    height: 48px;
    float: left;
}
.pay_common_icon{
    width: 50px;
    height:50px;
    float: left;
}
.bg_size_100{
    background-size: 100% 100%;
}
.tb_pay_info{
    width:100%;
    table-layout: fixed;
    background-color: #fff;
}
.tb_pay_info tr td{
    padding: 0 0 6px 0;
}
.tb_pay_info tr td:first-child{
    width: 90px;
    padding-left: 10px;
}
.tb_pay_info tr:first-child td{
    padding-top: 10px;
}
.saw_mark{
    height: 6px;
    background: url(../images/recharge/sawtooth.png) repeat-x;
    background-size: 20px 6px;
    margin-bottom: 15px;
}
.lockage_list{
    width:100%;
    border-top:1px solid #eee;
    background-color: #fff;
    float: left;
}
.lockage_list li{
    width:33.3%;
    float: left;
}
.lockage_list li:nth-child(3n+1){
    width:33.4%;
}
.lockage_list li a{
    display: block;
    width:100%;
    height:60px;
    color:#999;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
}
.lockage_list li a:active{
    opacity:0.7;
}
.lockage_list li:nth-child(3n+1) a{
    border-left:none;
}
.track_inform_img{
    width:160px;
    height:100px;
    background: url(../images/monitor/bg_icon.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.track_inform_info{
    padding:10px 30px;
    color:#999;
}
.empty_inform_img{
    width:70px;
    height:70px;
    background: url(../images/assistant/empty.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}
.empty_inform_info{
    padding:20px 30px;
    color:#999;
    text-align: center;
}
.map_wrap{}
.map_panel{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 99;
}
.query_fix{
    width:100%;
    position: fixed;
    top:40px;
    left: 0;
    padding: 5px 5px;
    z-index: 199;
}
.query_form{
    background-color: #fff;
    padding: 10px 10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.bottom_opt{
    width:100%;
    position: fixed;
    bottom:0;
    left:0;
    padding:10px 10px;
    z-index: 199;
}
.bottom_opt ul{
    width:100%;
}
.bottom_opt ul li{
    width:50%;
    float: left;
    padding-left:5px;
}
.bottom_opt ul li:first-child{
    padding-right: 5px;
    padding-left: 0;
}
.bottom_opt ul li a{
    display: block;
    width:100%;
    height:50px;
    background-color: #fff;
    opacity: 0.9;
    padding-top: 15px;
    border:1px solid #ccc;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-decoration: none;
}
.bottom_opt ul li a:active{
    opacity:0.7;
}
.bottom_opt ul li a div.icon_route{
    width:90px;
    padding-left: 25px;
    color:#666;
    font-size:1.1em;
    margin:0 auto;
    background: url(../images/monitor/position.png) no-repeat;
    background-size: 20px 20px;
}
/*update version(2016-10-14)*/
.tb_tpl{
    width:100%;
    background-color: #fff;
    table-layout: fixed;
}
.tb_layout_auto{
    table-layout: auto !important;
}
.tb_tpl_pd tr td{
    padding-top: 7px;
}
.tb_tpl_pd tr:last-child td{
    padding-bottom: 7px;
}
.tb_tpl_pd tr td:first-child{
    padding-left: 10px;
}
.tb_tpl_pd tr td:last-child{
    padding-right: 10px;
}
.tb_tpl_pdt tr td:first-child{
    padding-left: 10px;
}
.tb_tpl_pdt tr td:last-child{
    padding-right: 10px;
}
.tb_tpl tr td.td_tpl_one_f{
    width:40px !important;
}
.tb_tpl tr td.td_tpl_three_f{
    width:80px;
}
.tb_tpl tr td.td_tpl_two{
    width:70px;
}
.tb_tpl tr td.td_tpl_four{

}
.tb_tpl tr.tr_tpl_line td, .tb_tpl tr.tr_tpl_line_bt td{
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom:1px solid #eee;
}
.tb_tpl tr.tr_tpl_bnone td{
    border:none !important;
}
.tb_tpl tr.tr_tpl_line_bt td{
    padding-top: 2px;
    padding-bottom: 7px;
}
.tb_tpl tr.tr_tpl_top td{
    padding-top: 6px;
    padding-bottom: 7px;
}
.tb_tpl tr.tr_tpl_pb td{
    padding-top: 5px;
}
.tb_tpl tr.tr_tpl_tp_10 td{
    padding-top: 10px;
}
.tb_tpl_pdt tr td{
    padding-top: 0;
}
.tb_tpl_pdt tr:first-child td{
    padding-top: 8px;
}
.tb_tpl_pdt tr:last-child td{
    padding-bottom: 8px;
}
.tb_bt_10{
    margin-bottom: 10px;
}
.tb_tpl_bt{
    border-bottom:10px solid #ececec;
}
.line_to{
    display: inline-block;
    width:15px;
    height:10px;
    background: url(../images/latest1/line_to.png) no-repeat 0 3px;
    background-size: 15px 4px;
}
.s_time, .o_times{
    font-size:0.85em;
    color:#a1a1a1;
    font-weight:normal;
    text-align: right;
}
.o_times{
    color:#888;
}
.cargo_icon{
    background: url(../images/latest1/cargo.png) no-repeat;
}
.date_icon{
    background: url(../images/latest1/date.png) no-repeat;
}
.shipping_icon{
    background: url(../images/latest1/empty_load.png) no-repeat;
}
.cargo_icon, .date_icon, .shipping_icon{
    display: block;
    width:20px;
    height:20px;
    background-size: 20px 18px;
}
.shipping_icon{
    background-size: 20px 20px;
}
.auth_size{
    width:20px;
    height:20px;
    position: absolute;
    top:0;
    left:0;
}
.auth_check0{}
.auth_check1{
    background: url(../images/latest1/auth.png) no-repeat;
    background-size: 100% 100%;
}
.bs_size{
    display: inline-block;
    padding: 2px 4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    font-size:0.8em;
}
.bs_status0{
    color:#ff870f;
    background-color: #f0eff5;
}
.bs_status1{
    color:#333;
}
.bs_status2{
    color:#008708;
    background-color: #f0eff5;
}
.order_status0{
    color:#a1a1a1;
}
.bs_over{
    color:#888;
    background-color: #f0eff5;
}
.bs_status2{
    color:#008708;
    background-color: #f0eff5;
}
.fixed_show{
    width:55px;
    height:55px;
    position: fixed;
    right:15px;
    bottom: 30%;
    z-index: 1000000;
}
.fixed_show a{
    display: block;
    width:100%;
    height:100%;
    font-size:1.6rem;
    letter-spacing: 3px;
    line-height: 55px;
    background-color: #49b4fa;
    position: relative;
}
.fixed_show a.link_ch_fff{
    background-color: #fff;
}
.fixed_show span{
    display: inline-block;
    width:15px;
    height:15px;
    background-color:#fe0000;
    position: absolute;
    top:-2px;
    right:-3px;
    font-size:11px;
    letter-spacing:0;
    line-height: 15px;
}
.fixed_show a:link, .fixed_show a:visited, .fixed_show span{
    color:#fffefb;
    text-align: center;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    text-decoration: none;
}
.fixed_show a:active {
    opacity: 0.7;
}
.icon_reward{
    width:100%;
    height:100%;
    background: url(../images/latest1/reward.png) no-repeat;
    background-size: 100% 100%;
}
.ship_info_n span{
    display: inline-block;
    /*height:20px;*/
    float: left;
    margin-right: 10px;
}
.has_review{
    background: url(../images/latest1/ship_review.png) no-repeat;
}
.has_u_review{
    background: url(../images/latest1/user_review.png) no-repeat;
}
.has_cover{
    background: url(../images/latest1/cover.png) no-repeat;
}
.has_crane{
    background: url(../images/latest1/crane.png) no-repeat;
}
.has_monitor{
    background: url(../images/latest1/monitor.png) no-repeat;
}
.ship_info_n span.has_attr_size{
    display: inline-block;
    width:32px;
    height:20px;
    background-size: 32px 16px;
    margin: 2px 2px 0 0;
}
.ship_info_n span.has_review_size{
    display: inline-block;
    width:24px;
    height:24px;
    background-size: 24px 24px;
    margin: -3px 0 0 6px;
}
.ship_info_n .d_none{
    display: none !important;
}
.cargo_info_n span.has_review_size{
    display: inline-block;
    width:24px;
    height:24px;
    background-size: 24px 24px;
    margin: 0 0 -5px 6px;
}
.cargo_info_n .d_none{
    display: none !important;
}
a.link_line_cm:link, a.link_line_cm:visited{
    color:#11a2ff;
    text-decoration: none;
}
.ul_mark, .ul_s_mark{
    width:100%;
}
.ul_mark li, .ul_s_mark li{
    color:#999;
    border:1px solid #eee;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 1px 3px;
    float: left;
    margin: 0 10px 5px 0;
}
.ul_s_mark li{
    font-size:0.9em;
    color:#fe8a01;
    border:1px solid #fe8a01;
    margin: 0 5px 5px 0;
}
.ul_mark li.active{
    color:#fe8a01;
    border:1px solid #fe8a01;
}
a.link_delete:link, a.link_delete:visited{
    display: block;
    width:auto;
    color:#666;
    text-decoration: none;
    background: url(../images/latest1/delete.png) no-repeat 0 2px;
    background-size: 16px 16px;
    padding:0 0 0 18px;
    border:none;
}
a.link_delete:active{
    opacity:0.7;
}
.btn_group {
    float: right;
}
.btn_group a:link, .btn_group a:visited {
    display: inline-block;
    color:#11a2ff;
    text-decoration: none;
    height:16px;
    line-height: 15px;
    padding: 0 6px 0 8px;
    border-right:1px solid #eee;
}
.btn_group a:last-child{
    border-right-width: 0;
}
.btn_group a.disabled{
    color:#aaa;
}
.btn_group a.d_none{
    display: none;
}
.btn_group a.disabled:active{
    opacity:1;
}
a.link_11a2ff:link, a.link_11a2ff:visited{
    color:#11a2ff;
    text-decoration: none;
}
a.link_f55a3b:link, a.link_f55a3b:visited{
    color:#f55a3b;
    text-decoration: none;
}
.icon_user_auth0{
    display: none;
}
.icon_user_auth1{
    display: inline-block;
    width:24px;
    height:24px;
    background: url(../images/latest1/user_review.png) no-repeat;
    background-size: 100% 100%;
    margin: -3px 0 -5px 6px;
}
.tb_lt{
    width:100%;
}
.tb_lt tr td{
    padding: 10px 0;
    border-top:1px solid #eee;
    text-align: left;
    color:#333;
}
.tb_lt tr:first-child td{
    border-top-width:0;
}
.tb_lt tr td:first-child{
    padding-left: 0;
    color:#666;
    vertical-align: top
}
.fixed_slide{
    position: fixed;
    width: 96%;
    left: 2%;
    bottom: 0;
    z-index: 1000000008; /*10000010*/
    background-color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.ul_ship{
    width:100%;
    height:40px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    position: relative;
}
.ul_ship li{
    position: absolute;
    height:40px;
    line-height:36px;
    text-align: center;
    /*float: left;*/
    /*background-color: #fafafa;*/
    /*border-left:1px solid #eee;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul_ship li div{
    width:100%;
    height:36px;
    /*border-bottom: 1px solid #eee;*/
    box-shadow: 0 1px 3px #e2e2e2;
}
.ul_ship li.active div{
    height:40px;
    border:none;
    box-shadow: none;
    border-bottom:3px solid #fff;
}
.ul_ship li.li_one{
    width:34%;
    left: 0;
    z-index: 20;
}
.ul_ship li .child_one{
    padding-right: 4%;
    padding-left: 2%;
    background: url(../images/latest1/shape_1.png) no-repeat;
    background-size: 100% 100%;
}
.ul_ship li.active .child_one{
    background: url(../images/latest1/shape_1_on.png) no-repeat;
    background-size: 100% 100%;
}
.ul_ship li.li_two{
    width:39.5%;
    left: 28%;
    z-index: 10;
}
.ul_ship li .child_two{
    padding-right: 5%;
    padding-left: 6%;
    background: url(../images/latest1/shape_1.png) no-repeat;
    background-size: 100%  100%;
}
.ul_ship li.active .child_two{
    background: url(../images/latest1/shape_1_on.png) no-repeat;
    background-size: 100%  100%;
}
.ul_ship li.li_three{
    width:43%;
    right: 0;
    z-index: 5;
}
.ul_ship li .child_three{
    padding-right: 3%;
    padding-left: 10%;
    background: url(../images/latest1/shape_2.png) no-repeat;
    background-size: 100% 100%;
}
.ul_ship li.active .child_three{
    background: url(../images/latest1/shape_2_on.png) no-repeat;
    background-size: 100% 100%;
}
.ul_ship li:active{
    opacity:0.7;
}
.ul_ship li.active:active{
    opacity:1;
}

.ul_ship_opt{
    width:100%;
    margin:10px 0 10px 0;
    float: left;
}
.ul_ship_opt li{
    width:50%;
    height:25px;
    float: left;
}
.ul_ship_opt li a{
    display: inline-block;
    width:100%;
    height:100%;
    line-height:25px;
    text-align: center;
    text-decoration: none;
}
.ul_ship_opt li a:active{
    opacity:0.7;
}
.icon_change{
    background: url(../images/latest1/change.png) no-repeat 0 1px;
}
.icon_add{
    background: url(../images/latest1/add.png) no-repeat 0 1px;
}
.ic_size{
    color:#11a2ff;
    padding-left: 20px;
    background-size: 15px 15px;
}
.ln_r{
    display: inline-block;
    width:1px;
    height:17px;
    border-left:1px solid #eee;
    float: right;
    margin-top: 4px;
}
.btn_icon_close{
    position: absolute;
    width:30px;
    height:30px;
    background: url(../images/latest1/close_down.png) no-repeat;
    background-size: 100% 100%;
    top:-15px;
    right:10px;
    z-index:30;
}
.btn_icon_close:active{
    opacity: 0.7;
}
.s_icon_check0{
    display: none;
}
.s_icon_check1{
     background: url(../images/latest1/ship_review.png) no-repeat;
 }
.s_icon_check1{
    display: inline-block;
    width:24px;
    height:24px;
    background-size: 100% 100%;
    margin: -3px 0 -5px 6px;
}
.ul_always_rt{
    width:100%;
}
.ul_always_rt li{
    float: left;
    margin-right:10px;
}
.ul_always_rt li span, span.a_line, span.a_line_to{
    display: inline-block;
    width: 25px;
    height:10px;
    background: url(../images/latest1/line.png) no-repeat center;
    background-size: 15px 10px;
    padding:0 5px;
}
span.a_line_to{
    background: url(../images/latest1/line_to.png) no-repeat center;
    background-size: 15px 4px;
}
.ld_abt{
    position: absolute;
    top:0;
    right:0;
    border:1px solid blue;
}
.wb_title{
    display: inline-block;
    height:16px;
    padding-left: 5px;
    color:#1da0fa;
    line-height: 15px;
    border-left:3px solid #1da0fa;
}
.wb_span_title{
    color:#a8a8a8;
}
.link_icon:link, .link_icon:visited{
    display: inline-block;
    padding:0 5px;
    height:22px;
    color:#1da0fa;
    border:1px solid #1da0fa;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    text-decoration: none;
}
.link_icon:active{
    opacity:0.7;
}
.link_s_position:link, .link_s_position:visited{
    padding-left: 18px;
    background: url(../images/latest1/position.png) no-repeat 5px 3px;
    background-size: 10px 14px;
}
.ul_ship_nav{
    width:100%;
}
.ul_ship_nav li{
    width:33.3%;
    float: left;
    border-left:1px solid #eee;
}
.ul_ship_nav li:first-child{
    width:33.4%;
    border-left-width: 0;
}
.ul_ship_nav li a{
    display: block;
    width:100%;
    height:40px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
}
.ul_ship_nav li a:active{
    opacity:0.7;
}
.ul_ship_nav li a span{
    display: inline-block;
    color:#666;
    padding-left: 20px;
    margin-top: 11px;
}
.ul_ship_nav li a span.sn_track{
    background: url(../images/latest1/track.png) no-repeat 0 1px;
    background-size: 16px 16px;
}
.ul_ship_nav li a span.sn_monitor{
    background: url(../images/latest1/i_monitor.png) no-repeat 0 1px;
    background-size: 16px 16px;
}
.ul_ship_nav li a span.sn_route{
    background: url(../images/latest1/route.png) no-repeat 0 1px;
    background-size: 16px 16px;
}
a.link_top:link, a.link_top:visited{
    text-align: center;
    line-height: 40px;
}
a.link_top:active{
    opacity:0.7;
}
.text_line div:first-child a.link_ft_normal{
    font-size: 0.9em;
}
.tb_notice{
    width:100%;
}
.tb_notice tbody tr td{
    color:#ff1e00;
    vertical-align: top;
    padding-top: 5px;
}
.tb_notice tbody tr td:first-child{
    width:50px;
}
#appWrap{
    display: block;
    z-index: 1000000006;
    position: fixed;
    width: 80%;
    height:100%;
    top: 0;
    left: 10%;
}
.app_table{
    display: table;
    width:100%;
    height:100%;
}
.app_table .app_td{
    display: table-cell;
    vertical-align: middle;
}
.app_img_wrap{
    display: inline-block;
    position: relative;
    text-align: center;

}
.app_img_wrap img{
    width:100%;
}
.app_close_line{
    width:100%;
    position: absolute;
    bottom: -45px;
    text-align: center;
}
.app_close, .dialog_close {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/latest1/close.png) no-repeat;
    background-size: 100% 100%;
}
.dialog_close_wrap{
    position: absolute;
    width:100%;
    height:30px;
    bottom: -45px;
    text-align: center;
}
.app_close:active{
    opacity:0.7;
}
.d_notice{
    padding:10px 10px;
    color:#e67c02;
    font-size:1.1em;
    background-color: #f5f3e5;
    text-align: center;
}
a.link_ct:link, a.link_ct:visited{
    text-decoration: none;
}
a.link_ct:active table{
    opacity:0.7;
}
.icon_expired{
    width: 45px;
    height: 45px;
    position: absolute;
    top: -5px;
    right: -10px;
    background: url(../images/latest1/expired.png) no-repeat;
    background-size: 100% 100%;
}
.wb_status_size{
    width:70px;
    height:70px;
    position: absolute;
    top: -5px;
    right:20px;
}
.wb_status_0{
    background: url(../images/latest1/status0.png) no-repeat;
}
.wb_status_1{
    background: url(../images/latest1/status1.png) no-repeat;
}
.wb_status_2{
    background: url(../images/latest1/status2.png) no-repeat;
}
.wb_status_3{
    background: url(../images/latest1/status3.png) no-repeat;
}
.wb_status_4{
    background: url(../images/latest1/status4.png) no-repeat;
}
.wb_status_5{
    background: url(../images/latest1/status5.png) no-repeat;
}
.wb_status_size{
    background-size: 100% 100%;
}
.tb_add_one tbody tr td:first-child{
    width:70px;
}
.tb_child_add{
    width: 100%;
}
.tb_child_add tr td:first-child{
    width: auto !important;
    padding-left: 0;
}
.tb_child_add tr td.tca_td_two{
    width: 70px;
}
.tb_child_add tr td.tca_td_three{
    width: 115px;
    padding-right: 0;
}
.track_title_tip{
    display:inline-block;
    color: #e57d02;
    background-color: #f5f3e6;
    padding: 2px 5px 0 5px;
    margin-bottom: 5px;
}
.track_title_tip span{
    display: inline-block;
    width: 10px;
    height:10px;
    background: url(../images/monitor/right_arrow.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 3px;
}