@charset "utf-8";
/* CSS Document */

/*===400/500错误=== */
.serversError {
  width: 100%;
  min-width: 1200px;
  background: #cee8e7;
}

.serversError-pic {
  width: 950px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}

.pic_400 {
  background: url(../images/400.jpg) center center;
}

.pic_404 {
  background: url(../images/404.jpg) center center;
}

.pic_405 {
  background: url(../images/405.jpg) center center;
}

.pic_500 {
  background: url(../images/500.jpg) center center;
}

.serversError-btn {
  width: 300px;
  height: 28px;
  margin: 175px 0 0 490px;
}

.serversError-btn a {
  display: inline;
  float: left;
  margin-right: 20px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  color: #333;
  text-align: center;
  background: #cee8e7;
  border: #333 solid 1px;
  border-radius: 14px;
}

.serversError-btn a:hover {
  background: #e4f8f9;
}

/*=====表单验证错误提示文字样式====*/
span.error {
  color: #015c97;
  margin-left: 6px;
  padding-left: 10px;
}

label.error {
  color: #015c97;
}

label.right {
  color: #7CAE23;
  margin-left: 8px;
  padding-left: 20px;
  background: url(../themes/images/jionpng.png) no-repeat 0 -20px;
}

.sl_textarea label.error {
  display: block;
  padding: 10px 0 0 20px;
  background-position: 0 10px;
}

.radio-error {
  position: relative;
  top: 5px;
}

.base-lever {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 95px;
  height: 14px;
  background: url(../themes/images/member/lever-icon.png);
}

.base-lever-01 {
  background-position: 0 0;
}

.base-lever-02 {
  background-position: 0 -20px;
}

.base-lever-03 {
  background-position: 0 -40px;
}

.base-lever-04 {
  background-position: 0 -60px;
}

.base-lever-05 {
  background-position: 0 -80px;
}

.mr10 {
  margin-right: 10px;
}

.pr10 {
  padding-right: 10px;
}

.fl {
  float: left;
  display: inline;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.fr {
  float: right;
  display: inline;
}

.orange {
  color: #ff7900;
}

.green {
  color: #6eb324;
}

.icon-mSuc {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/member/icon-member.png) -56px 0;
}

.icon-mWarn {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/member/icon-member.png) -56px -48px;
}

/*================个人中心_共用代码 Start=================*/
.menber_main {
  margin: 20px auto 30px;
}

.base_table table {
  border-spacing: 0;
  table-layout: fixed;
}

.t_center {
  text-align: center;
}

.fn_left {
  float: left;
  display: inline;
}

.fn_right {
  float: right;
  display: inline;
}

.f_bold {
  font-weight: 700;
}

.fc999 {
  color: #999;
}

.f_normal {
  font-style: normal;
}

.fz_12 {
  font-size: 12px;
}

.fz_14 {
  font-size: 14px;
}

.br_b1 {
  border-bottom: #e6e6e6 solid 1px;
}

.br_t1 {
  border-top: #e6e6e6 solid 1px;
}

.blue {
  color: #0579c6;
}

.blue_underline {
  text-decoration: underline
}

.red {
  color: #015c97;
}

.mr_20 {
  margin-right: 20px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_b10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pl10 {
  padding-left: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.mr_t20 {
  margin-top: 20px;
}

a.red:hover {
  text-decoration: underline;
}

/*======个人中心_左侧==Start=======*/
.member_left {
  float: left;
  width: 170px;
  overflow: hidden;
  text-align: left;
}

.member_left .memberl_box {
  width: 198px;
}

.memberl_nav {
  width: 198px;
  overflow: hidden;
}

.memberl_nav .items dd a.current {
  color: #f35f07;
}

.current {
  color: #f35f07;
}

.member_left .memberl_box h1 {
  color: #333;
  font-size: 18px;
  padding: 0 15px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
  font-weight: normal;
}

.memberl_nav dl {
  border-bottom: 1px solid #dedede;
}

.memberl_nav .items dt {
  font: bold 13px/30px '微软雅黑';
  color: #000;
}

.memberl_nav .items dt a {
  color: #333;
  display: block;
  padding-left: 45px;
}

.memberl_nav .items dt span {
  color: #333;
  display: block;
  padding-left: 15px;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
}

.memberl_nav .items dt span a {
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: normal;
}

.memberl_nav .items dt span a:hover {
  color: #0293c2;
}

.memberl_nav .items {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.memberl_nav .items dd {
  height: 20px;
  margin-top: 5px;
}

.memberl_nav .items dd a {
  display: block;
  padding-left: 45px;
  font: 12px/20px '微软雅黑';
  font-size: 14px;
  color: #666;
}

.memberl_nav .items dd a:hover {
  color: #0293c2;
}

.memberl_nav .items dd i {
  position: relative;
  top: -2px;
  *top: -5px;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  background: #999;
  overflow: hidden;
}

.memberl_nav .items dd.last {
  border-top: 1px solid #dedede;
}

.memberl_nav .items dd.last {
  display: inline;
  float: right;
  padding: 0;
  margin-top: 10px;
  margin-right: 20px;
  width: 133px;
  height: 1px;
  overflow: hidden;
}

/*======个人中心_左侧==End=======*/
.member_right {
  position: relative;
  float: right;
  width: 980px;
  height: auto !important;
  min-height: 639px;
}

.base_box {
  padding-bottom: 30px;
  zoom: 1;
  position: relative;
}

.base_box_nborder {
  border: 0;
}

.base_boxB {
  margin-bottom: 10px;
}

.base_boxNoP {
  padding-bottom: 0;
}

.base_title_style {
  border: #dedede solid 1px;
}

.base_title {
  position: relative;
  height: 42px;
  padding-left: 10px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: #0293c2 solid 2px;
}

.base_title_mr0 {
  margin: 0;
}

.base_title b {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../themes/images/member/btn_downbox.png) 0 -46px;
}

.base_title b.down {
  background-position: 0 0;
}

.base_title > a {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  padding-left: 20px;
  font-weight: 100;
  font-size: 14px;
}

.base_title a.txt {
  float: right;
  font-size: 14px;
  font-family: "宋体";
  font-weight: normal;
  color: #666;
}

.base_title a.txt:hover {
  color: #015c97;
}

.base_head {
  height: 32px;
  font: bold 16px/32px '微软雅黑';
  border-bottom: #333 solid 2px;
}

.base_head li {
  float: left;
}

.base_head li a {
  display: block;
  padding: 0 20px;
}

.base_head li a:hover {
  olor: #015c97;
  border-bottom: 2px solid #333;
  background: #999;
  color: #fff;
}

.base_head li a.current {
  color: #015c97;
  border-bottom: 2px solid #333;
  background: #333;
  color: #fff;
}

.base_head li a span {
  display: inline-block;
  margin-left: 3px;
  color: #015c97;
}

/*======个人中心_表格统一样式=========*/

.base_table table {
  font-size: 12px;
}

.base_table_border {
  border-left: #dedede solid 1px;
  border-right: #dedede solid 1px;
}

.base_table_p10 {
  padding: 0 10px;
}

/*.base_table table thead th, .base_table table tbody td{ padding: 10px 3px;}*/
/*.base_table table thead th{background:#f9f9f9;border-color: #e6e6e6;border-style: solid; border-width:2px 0 2px 0;}*/
.base_table table tr td {
  border-right: none;
  word-break: break-all;
  word-wrap: break-all;
}

.base_table table tr.kong td {
  padding: 0;
  height: 10px
}

.base_table_member {
  border: 1px solid #dedede;
}

.base_table_member tr th, .base_table_member tr td {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.base_table_member tr th {
  height: 40px;
  border-bottom: 1px solid #dedede;
  background-color: #f5f5f5;
}

.base_table_member tr td {
  height: 40px;
  border-bottom: 1px solid #dedede;
}

.base_table_member_message {
  border: 1px solid #dedede;
}

.base_table_member_message tr th, .base_table_member_message tr td {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}

.base_table_member_message tr th {
  height: 40px;
  border: 1px solid #dedede;
  background-color: #f5f5f5;
  padding: 0 10px;
}

.base_table_member_message tr td {
  height: 40px;
  border: 1px solid #dedede;
  padding: 0 10px;
}

/*------ 表格头下拉菜单样式 ------*/

.base_table_member tr th.downMenu {
  position: relative;
}

.base_table_member tr th.downMenu:hover {
  background-color: #fff;
}

.base_table_member tr th.downMenu > .label:after {
  display: inline-block;
  font: normal normal normal 14px/1 Fonticon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: '\e607';
  margin-left: 10px;
}

.base_table_member tr th.downMenu > .menu-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  padding-left: 0;
  background-color: #fff;
  border: 1px solid #dedede;
}

.base_table_member tr th.downMenu > .menu-list > li:nth-child(2n) {
  background-color: #f7f7f7;
}

.base_table_member tr th.downMenu > .menu-list > li {
  font-weight: normal;
  line-height: 35px;
  cursor: pointer;
}

.base_table_member tr th.downMenu > .menu-list > li.active,
.base_table_member tr th.downMenu > .menu-list > li:hover {
  color: #0293c2;
}

.base_table_member tr th.downMenu.open > .menu-list {
  display: block;
}

/*======个人中心_表单统一样式=========*/
.base_form {
  margin-top: 30px;
}

.base_form_nm {
  margin: 0;
}

.base_form_item {
  position: relative;
  padding: 0px 5px 20px 124px;
  zoom: 1;
}

.base_form_item > div {
  overflow: hidden;
}

.base_form_itemM {
  padding: 0;
}

.base_form_item:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.base_fm_label {
  display: inline;
  float: left;
  width: 140px;
  height: 23px;
  line-height: 23px;
  padding: 0 25px 0 0;
  margin-left: -124px;
  text-align: right;
  color: #333;
}

.base_fm_label b.required {
  position: relative;
  font-weight: normal;
  font-size: 20px;
  color: #015c97;
  top: 8px;
}

.base_fm_txt {
  height: 30px;
  line-height: 30px;
}

.base_input {
  width: 292px;
  padding: 6px 5px 6px;
  font-family: Tahoma;
  line-height: normal;
  border: 1px #9C9C9C solid;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.base_input_code {
  width: 100px;
}

.base_input_phone {
  width: 60px;
  float: left;
}

.base_textarea {
  width: 302px;
  height: 88px;
  resize: none;
}

.base_textarea_w500 {
  width: 500px;
  height: 140px;
}

.base_form_other {
  margin-left: 8px;
}

input.base_button {
  width: 304px;
  height: 28px;
  border-radius: 3px;
  font: bold 14px '宋体';
  background: #015c97;
  border: none;
  color: #fff;
  cursor: pointer;
}

input.current {
  background: #039bcc;
}

input.base_button_white {
  background: #f3f3f3;
  color: #666;
  font-weight: 100;
}

.base_form_error {
  color: #cd004c;
}

.base_form_tishi {
  color: #333;
}

.base_radio {
  display: inline;
  float: left;
  position: relative;
  height: 28px;
  margin-right: 5px;
  vertical-align: middle;
}

.base_select {
  padding: 5px 0 !important;
  border: #9C9C9C solid 1px;
}

.base_select_w124 {
  width: 124px;
}

.base_select_w95 {
  width: 94px;
}

.base_select_w304 {
  width: 304px;
}

.base_select_w80 {
  width: 80px;
}

.base_select_w60 {
  width: 60px;
}

.base_selectM {
  display: inline;
  float: left;
  height: 28px;
  margin-right: 10px;
}

.base_inputM {
  display: inline;
  float: left;
  margin-right: 10px;
}

.base_fm_word {
  height: 28px;
  line-height: 28px;
}

.base_fm_word span {
  margin-right: 20px;
}

.base_fm_word a {
  color: #36c;
  text-decoration: underline;
}

.base_fm_word a:hover {
  color: #cc024e;
}

.base_search_box {
  padding: 20px 0;
}

.base_search_item {
  min-width: 250px;
  float: left;
}

.base_search_item_short {
  width: 100px;
  float: left;
}

.base_search_item input,
.base_search_item select {
  width: 110px;
  height: 32px;
  border: 1px solid #dedede;
  outline: none;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 10px;
}

.base_search_item select {
  height: 34px;
}

.base-select {
  width: 110px;
  height: 34px;
  border: 1px solid #dedede;
  outline: none;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 10px;
}

/*======个人中心_提醒语句统一样式=========*/
.base_cue {
  padding: 20px;
  margin: 10px -1px;
  border: #fbe1af solid 1px;
  z-index: 2;
  background: #fcf8e3;
}

.base_cue .base_cue_lost {
  line-height: 35px;
}

.base_cue .base_cue_t {
  color: #0579c6;
}

.mr_b20 {
  margin-bottom: 20px;
}

.base_cueN {
  padding-left: 20px;
  margin: 20px 0;
}

.base_cueN p {
  line-height: 30px;
}

.base_cueN_m0 {
  margin: 0;
}

.base_cueN_p0 {
  padding: 0;
}

.base_cueN_f12 {
  font-size: 12px;
}

/*================个人中心_a的统一样式=================*/
a.base_button {
  display: inline-block;
  text-align: center;
  background: #f3f3f3;
  border: #e6e6e6 solid 1px;
}

a.base_button_green {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  background-color: #0293c2;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

a.base_button_green:hover {
  background-color: #1e99c1;
}

a.base_button_red {
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  border-radius: 3px;
  margin-right: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #015c97;
  border: none;
  cursor: pointer;
}

a.base_button_gray {
  background: #dedede;
  color: #999;
}

a.base_button_brown {
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  border-radius: 3px;
  margin-right: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background: #c69c6c;
  border: none;
}

a.base_button_red28 {
  height: 28px;
  line-height: 28px;
  font-weight: 100;
  text-decoration: none;
  font-size: 12px;
  padding: 0 10px;
}

a.base_button_white {
  border-radius: 2px;
  border: #e6e6e6 solid 1px;
  display: inline-block;
  width: 80px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #f3f3f3;
}

a.base_button_white28 {
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  color: #666;
  border: none;
}

a.base_button_white:hover {
  color: #333;
  background: #fff;
}

a.base_button_red28:hover {
  color: #fff;
}

a.base_button_red:hover {
  background: #039bcc;
  color: #fff;
}

a.base_button_brown:hover {
  -webkit-filter: brightness(110%);
}

a.base_button_white28:hover {
  color: #666;
  background: #f3f3f3;
}

a.base_button_gray:hover {
  background: #dedede;
  color: #999;
}

/*================个人中心_共用代码 End=================*/

/*================个人中心_我的课程=================*/
.member .course_list {
  padding-top: 15px;
  margin-right: -17px;
}

.member .course_list li {
  width: 230px;
  position: relative;
  height: 265px;
  border: 1px solid #dedede;
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
}

.member .course_img {
  width: 230px;
  height: 180px;
  /* overflow: hidden; */
}

.member .course_img img {
  width: 230px;
}

.member .course_name {
  padding: 0 10px;
  margin: 5px 0;
  color: #0293c2;
  font-weight: bolder;
  font-size: 14px;
}

.member .course_classHour, .member .course_progress {
  color: #666;
  font-size: 12px;
  padding: 0 10px;
}

.member .course_classHour {
  font-size: 14px;
}

.member .course_btnBox {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.member .course_btn {
  height: 28px;
  line-height: 28px;
  background-color: #0293c2;
  padding: 0 15px;
  display: inline-block;
  color: #fff;
}

.examCourse {
  position: relative;
  min-height: 50px;
}

.examCourse_top {
  width: 1200px;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid #039bcc;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  overflow: hidden;
}

.examCourse_title {
  font-size: 18px;
}

.examCourse_time {
  position: absolute;
  right: 30px;
  top: 0px;
}

.examCourse_container {
  margin-top: 52px;
}

.pdfobject-container {
  min-height: 600px;
  margin-top: 50px;
  background-color: #f4f4f4;
}

.pdfobject-container {
  height: 800px;
}

.examEnter {
  width: 760px;
  padding: 20px;
  margin: 100px auto 182px;
  border: 1px solid #dedede;
  box-shadow: 2px 2px 10px #f4f4f4;
}

.examEnter_title {
  font-size: 24px;
  font-family: "Microsoft Yahei";
  border-bottom: #e5e5e5 dashed 1px;
  line-height: 30px;
  text-align: center;
  padding: 20px 0 20px 0;
}

.examEnter_info {
  margin: 20px 60px;
  font-size: 14px;
  line-height: 40px;
}

.examEnter_btn {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 115px;
  color: #fff;
  background-color: #0293c2;
  font-size: 14px;
  border-radius: 3px;
  margin: 0 auto;
  cursor: pointer;
  display: inline-block;
}

.examPage_title {
  background-color: #fff;
}

.examPage_title h2 {
  font-size: 24px;
  */ font-family: "Microsoft Yahei";
  border-bottom: #e5e5e5 dashed 1px;
  line-height: 30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 25px;
  margin: 0 30px;
}

.examPage_title .info {
  text-align: left;
  font-size: 14px;
  line-height: 25px;
  padding: 25px 0 15px 0;
  color: #666;
  margin: 0 30px;
}

.examPage_navBox {
  height: 55px;
  line-height: 55px;
  background-color: #f8f8f8;
  padding: 0 20px;
}

.examPage_navBox.fixed {
  position: fixed;
  top: 0;
  width: 1160px;
  z-index: 99;
}

.examPage_navBox a {
  padding: 0 15px;
  font-size: 14px;
  display: block;
  float: left;
  line-height: 30px;
  margin: 12px 15px 0 0;
  border-radius: 30px;
  background-color: #6e727a;
  color: #fff;
  white-space: nowrap;
}

.examPage_navBox a.green {
  background-color: #0293c2;
}

#questionModule {
  width: 860px;
  min-height: 300px;
  background: none;
  overflow: hidden;
  position: relative;
  float: left;
}

.question_secpart {
  padding: 15px 30px;
  background: #fff9e9;
  border: 1px solid #ffeec4;
  border-radius: 2px;
  margin-bottom: 15px;
  margin: 20px 0;
}

.question_subject_box {
  border: 1px solid #dedede;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: -1px;
}

.question_sub-dotitle {
  /* 	height: 44px; */
  line-height: 44px;
  background-color: #f9f9fa;
  padding: 0 20px;
}

.question_sub-dotitle em {
  font-size: 20px;
  color: #0293c2;
  margin-right: 10px;
  float: left;
  font-style: normal;
  font-weight: normal;
}

.question_sub-dotitle i {
  color: #0293c2;
  font-style: normal;
}

.question_sub-answer {
  padding: 15px 50px 25px 65px;
  clear: both;
}

.question_sub-answer dd {
  display: block;
  padding: 6px 0 6px 36px;
  margin-left: -20px;
  /* font-size: 14px; */
  line-height: 24px;
  color: #151515;
  position: relative;
  cursor: pointer;
}

.question_sub-answer dd i {
  width: 21px;
  height: 21px;
  display: block;
  background: url(../images/member/question-icon.png) no-repeat;
  background-position: -19px -62px;
  position: absolute;
  top: 8px;
  left: 5px;
}

.question_sub-answer dd > span {
  float: left;
}

.question_sub-answer dd.select i {
  background-position: -42px -842px;
}

.question_sub-answer dd.question-option-mul i {
  width: 21px;
  height: 21px;
  display: block;
  background: url(../images/member/question-icon.png) no-repeat;
  background-position: 0 -562px;
  position: absolute;
  top: 8px;
  left: 5px;
}

.question_sub-answer dd.question-option-mul.select i {
  background-position: 0 -842px;
}

.question_sub-answer dd:hover,
.question_sub-answer dd.select {
  background-color: #f4f4f4;
}

.question_answer {
  padding: 0px 80px 20px 80px;
}

.question_answer p {
  float: left;
  margin-right: 25px;
}

.question_answer p.question_answer_score {
  float: right;
}

.examPage_right {
  position: relative;
  width: 320px;
  border: 1px solid #dedede;
  float: left;
  margin: 20px 0 0 18px;
  background-color: #fff;
  /*padding-bottom: 20px;*/
}

.examPage_right > .inner {
  position: absolute;
  top: 240px;
  right: 0;
  bottom: 0;
  left: 0;
}

.examPage_right.fixed {
  position: fixed;
  top: 46px;
  bottom: 162px;
  right: 50%;
  margin-right: -602px;
}

.examPage_right dt {
  border-left: 3px solid #0293c2;
  padding-left: 15px;
  line-height: 14px;
  font-size: 100%;
  color: #666;
  margin-top: 15px;
}

.examPage_right dt em {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
  font-style: normal;
  font-weight: normal;
}

.examPage_right dd {
  margin: 15px 0 0 15px;
  overflow: hidden;
}

.examPage_right dd a {
  float: left;
  cursor: pointer;
  margin: 0 1px 5px 0;
  width: 20px;
  height: 20px;
  line-height: 22px;
  border: 1px solid #e6e8ec;
  border-radius: 2px;
  outline: none;
  text-align: center;
  font-size: 12px;
  font-family: 'Arial';
}

.examPage_right em, .examPage_right i {
  font-style: normal;
  font-weight: normal;
}

.examPage_right dd a.this {
  color: #fff;
  background: #b1b6bf;
  border: 0;
  padding: 1px;
}

.examPage_right dd a:hover {
  text-decoration: none;
  border: 0;
  padding: 1px;
  background: #0293c2;
  color: #fff;
}

.examPage_time {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.examPage_time {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.examPage_time i {
  background: url(../images/member/question-icon.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 16px 5px 0 0;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
}

.examPage_time em {
  color: #0293c2;
  font-size: 16px;
}

.examPage_tabShow {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 122px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.examPage_showFinish {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.examPage_showFinish {
  padding: 20px 0 0 35px;
  border-top: 1px dotted #dbdbbd;
  margin: 20px 15px 20px 15px;
  padding-left: 65px;
}

.examPage_showFinish em {
  display: inline-block;
  height: 18px;
  line-height: 18px;
}

.examPage_showFinish i {
  margin-left: 5px;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: -1px;
  overflow: hidden;
  border-radius: 2px;
}

.examPage_showFinish i.doit {
  background: #b1b6bf;
}

.examPage_showFinish i.normal {
  border: 1px solid #b1b6bf;
}

.examPage_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
}

.examPage_btn a {
  height: 40px;
  line-height: 40px;
  background: #0293c2;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 2px;
  margin: 0 20px;
}

/*================个人中心__收获地址管理==============*/
.harvest_address_title {
  height: 37px;
  font: bold 14px/37px '微软雅黑';
  background: #f9f9f9;
  border-top: solid 2px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}

.harvest_address_title p.card {
  text-align: center;
}

.harvest_address_item p.card span {
  display: block;
  float: left;
}

.harvest_address_item p.card span.option {
  width: 20px;
  height: 102px;
}

.harvest_address_item p.card span.option input {
  margin-top: 40px;
}

.harvest_address_item p.card span.pic {
  width: 150px;
  height: 95px;
  background: #e6e6e6;
}

.harvest_address p {
  float: left;
  padding: 0 0 0 10px;
}

.harvest_address .card {
  width: 170px;
  padding-left: 30px;
}

.harvest_address .card img {
  width: 100%;
  height: 100%;
  display: block;
}

.harvest_address .name {
  width: 120px;
  padding-left: 20px;
}

.harvest_address .address {
  width: 500px;
  overflow: hidden;
  word-break: break-all;
}

.harvest_address .phone {
  width: 200px;
}

.harvest_address .youbian {
  width: 150px;
}

.harvest_address .state {
  width: 100px;
  height: 37px;
  text-align: center;
}

.harvest_address .hand {
  width: 100px;
  text-align: center;
}

.harvest_address .hand a {
  font-weight: 100;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
}

.harvest_address .hand a.moren {
  color: #333;
  background: none;
}

.harvest_address .hand a.current {
  background: #fff;
}

.harvest_address .hand span.default {
  display: block;
  width: 78px;
  padding: 2px 0;
  margin-bottom: 5px;
  text-align: center;
  background: #f3f3f3;
  border: #e6e6e6 solid 1px;
}

.harvest_address .hand span.current {
  background: none;
  border: none;
}

.harvest_address .hand span.hover {
  background: #fff;
}

.harvest_address_item {
  padding: 10px 0;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fdfcf4;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}

.harvest_address_item p {
  float: left;
}

.new_address {
  display: none;
  padding-top: 20px;
}

.new_address .base_form {
  margin: 0;
}

.upload_idcard {
  padding-left: 30px;
}

.upload_idcard ul {
  margin-bottom: 20px;
}

.upload_idcard ul li {
  display: inline;
  float: left;
  margin-right: 50px;
}

.idcard_pic {
  position: relative;
  width: 208px;
  height: 132px;
  background: #f8f8f8;
  border: #e6e6e6 solid 1px;
  text-align: center;
}

.idcard_pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.idcard_pic span {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 666;
  display: inline-block;
  width: 103px;
  height: 37px;
  background: url(../themes/images/member/shuiyin.png);
}

.idcard_word {
  margin-bottom: 10px;
}

.idcard_sc a {
  position: relative;
  top: 80px;
}

.confirm {
  padding-left: 30px;
  margin-bottom: 30px;
}

.confirmPosition {
  position: relative;
}

.confirmPosition .Mask {
  display: none;
  width: 200px;
  height: 45px;
  z-index: 3;
  position: absolute;
}

.confirmPosition .MaskLeft {
  left: 0;
  top: 0;
}

.confirmPosition .MaskRight {
  right: 0;
  top: 0;
}

.confirmPosition .MaskMid {
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  display: block;
  display: none;
}

/*================个人中心__站内公告==============*/
.announce {
}

.announce .announce_items {
  padding: 20px 0 10px 0;
  border-bottom: #e6e6e6 solid 1px;
}

.announce .announce_items .announce_pic {
  display: inline;
  width: 84px;
  height: 84px;
  margin: 0 15px 0 20px;
}

.announce .announce_items .announce_pic img {
  width: 100%;
  height: 100%;
}

.announce .announce_items .announce_content {
  width: 795px;
  line-height: 20px;
}

.announce .announce_items .announce_content .ac_name {
  margin-bottom: 5px;
}

.announce .announce_items .announce_content .ac_txt {
  color: #9c9c9c;
  text-indent: 25px;
}

.announce .announce_items .announce_content .ac_del {
  margin-bottom: 5px;
}

.announce .announce_items .announce_content .ac_del a {
  text-indent: 16px;
  background: url(../themes/images/member/ac_del.png) no-repeat 0 50%;
}

.announce .announce_items .announce_content .ac_del a:hover {
  background: url(../themes/images/member/ac_delh.png) no-repeat 0 50%;
}

/*================个人中心__站内信==============*/
.station_letter ul li.sl_items {
  margin: 20px 0;
  padding: 15px 0;
  border-top: #e6e6e6 solid 1px;
  border-bottom: #e6e6e6 solid 1px;
}

.station_letter ul li .sl_left {
  display: inline;
  width: 84px;
  margin: 0 15px 0 30px;
}

.station_letter ul li .sl_left .sl_pic {
  height: 84px;
  margin-bottom: 10px;
}

.station_letter ul li .sl_left .sl_pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.station_letter ul li .sl_left .sl_name {
  text-align: center;
}

.station_letter ul li .sl_right {
  width: 795px;
}

.station_letter ul li .sl_right .sl_handle {
  margin-bottom: 5px;
  text-align: right;
  overflow: hidden;
}

.station_letter ul li .sl_right .sl_handle p {
  width: 200px;
  float: right;
}

.station_letter ul li .sl_right .sl_handle a, .station_letter ul li .sl_right .sl_handle span {
  margin-left: 10px;
  display: inline;
}

.station_letter ul li .sl_right .sl_handle a.huifu {
  display: inline-block;
  background: url(../themes/images/member/liuyan_icon2.png) no-repeat 0 50%;
  text-indent: 25px;
}

.station_letter ul li .sl_right .sl_txt {
  margin-top: 10px;
  line-height: 20px;
  text-indent: 25px;
  word-break: break-all;
}

.sl_form {
  padding: 0 20px 20px;
}

.sl_form .sl_dis {
  margin-top: 10px;
}

.sl_form .sl_dis input {
  width: 630px;
}

.sl_textarea {
  width: 630px;
  margin: 20px 0;
  padding: 10px 0 10px 10px;
  background: #f5f5f5;
  border: 1px solid #E6E6E6;
}

.sl_textarea textarea {
  width: 603px;
  height: 60px;
  resize: none;
  line-height: 2;
  padding: 5px 5px 5px 10px;
}

.sl_textarea .upload {
  background: url(../themes/images/member/sl-icon.png) no-repeat 0 50%;
  padding-left: 25px;
  margin-bottom: 10px;
}

.sl_form .sl_btn a {
  display: block;
  width: 68px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background: #c69c6d;
}

/*================分页=================*/
.page-location {
  text-align: center;
}

.page-location-tr {
  text-align: right;
}

.ui-paging a.ui-paging-item {
  padding: 0 8px;
  border: #cacaca solid 1px;
}

.ui-paging a.ui-paging-item:hover {
  background: #d3b58f;
  border: #d3b58f solid 1px;
  color: #fff;
}

.ui-paging a.ui-paging-current {
  background: #d3b58f;
  border: #d3b58f solid 1px;
  color: #fff;
}

.ui-paging, .ui-paging input {
  color: #808080;
  margin: 0 2px;
  padding: 0;
  zoom: 1;
  font-size: 12px;
  vertical-align: middle;
}

.ui-paging1 {
  margin: 30px 0;
  display: inline-block;
}

.ui-paging-info {
  line-height: 24px;
  margin-right: 5px;
  height: 24px;
}

.ui-paging-which input {
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  width: 22px;
  border: 1px solid;
  border-color: #aaa #d1d1d1 #d1d1d1 #aaa;
}

.ui-paging a, .ui-paging span.ui-paging-prev, .ui-paging span.ui-paging-next {
  text-decoration: none;
  color: #808080;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
}

.ui-paging span.ui-paging-dian {
  margin: 0 3px;
  font-weight: 700;
  letter-spacing: 2px;
}

a.ui-paging-goto {
  width: 56px;
  background: url(../themes/images/member/btn.gif);
  color: #fff;
  text-align: center;
}

a.ui-paging-goto:hover {
  width: 56px;
  background: url(../themes/images/member/btn.gif) 0 -22px;
  color: #fff;
}

.ui-paging-prev i, .ui-paging-next i {
  display: inline-block;
  width: 4px;
  height: 8px;
  background: url(../themes/images/member/icon.png);
}

span.ui-paging-prev i {
  background-position: 0 0;
}

a.ui-paging-next i {
  background-position: 0 -24px;
}

a.ui-paging-prev:hover, a.ui-paging-next:hover {
  color: #333;
}

/* ===修改密码== */
.editPasswordStep {
  width: 700px;
  height: 44px;
  margin: 10px auto 80px;
  background: url(../images/member/editPasswordStep.png);
}

.editPasswordStep02 {
  background-position: 0 -46px;
}

.editPasswordStep03 {
  background-position: 0 -92px;
}

.editPasswordCon {
  overflow: hidden;
  margin-top: 50px;
  margin-left: 85px;
  margin-right: -150px;
  zoom: 1;
}

.editPasswordCon li {
  display: inline;
  float: left;
  width: 150px;
  margin-right: 180px;
  text-align: center;
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: bold;
}

.base_form_itemEt {
  padding-left: 240px;
}

.checkStyle {
  font-size: 14px;
  padding-bottom: 10px;
  margin-right: 20px;
  border-bottom: #dedede solid 1px;
}

.checkStyle b {
  padding-right: 10px;
}

.checkStyle input {
  vertical-align: middle;
}

.editPasswordSuc {
  position: relative;
  padding: 20px 0 50px 300px;
}

.editPasswordSuc > div {
  padding-bottom: 10px;
}

.editPasswordSuc-title {
  font-size: 16px;
  font-weight: bold;
  font-family: "微软雅黑";
}

.editPasswordSuc .ConfirmReceiptBox-icon {
  top: 15px;
}

.sendChecked {
  width: 112px;
  height: 30px;
  border: 1px solid #C1C1C1;
  text-align: center;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  background: #f5f5f5;
}

/* ===账户安全== */
.icon-mSuc {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/member/icon-member.png) -56px 0;
}

.icon-mWarn {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/member/icon-member.png) -56px -48px;
}

.accountSafeTitle {
  padding: 0 30px;
  margin-bottom: 10px;
}

.accountSafeTitle > div {
  padding-bottom: 10px;
}

.accountSafeTitle > div > div {
  display: inline;
  margin-right: 5px;
}

.accountSafeList {
  margin: 0 30px;
  border-top: #dedede solid 1px;
}

.accountSafeList li {
  height: 76px;
  border-bottom: #dedede solid 1px;
}

.accountSafeList li dl {
  margin-top: 16px;
}

.accountSafeList li dl dt {
  position: relative;
  float: left;
  width: 200px;
  padding-right: 78px;
  height: 60px;
  line-height: 60px;
  border-right: #dedede solid 1px;
}

.accountSafeList li dl dt span {
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: bold;
  color: #333;
}

.accountSafeList li dl dd {
  position: relative;
  float: left;
  width: 585px;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
}

.accountSafeList li dl dt .icon-mSuc {
  position: absolute;
  top: 8px;
  left: 20px;
}

.accountSafeList li dl dt .icon-mWarn {
  position: absolute;
  top: 8px;
  left: 20px;
}

.accountSafeList li dl dd a {
  width: 80px;
  text-align: center;
}

.accountSafeList li dl dd .base_button_white {
  position: absolute;
  top: 20px;
  right: 0;
}

.accountSafeTitle-jb {
  display: inline;
  position: relative;
  top: 3px;
  width: 100px;
  height: 12px;
  margin-right: 5px;
  background: #ddd;
  border-radius: 6px;
}

.accountSafeTitle-jb span {
  display: block;
  width: 50%;
  height: 12px;
  border-radius: 6px;
}

.accountSafeTitle-jb span.low {
  width: 33%;
  background: red;
}

.accountSafeTitle-jb span.mid {
  width: 67%;
  background: orange;
}

.accountSafeTitle-jb span.high {
  width: 100%;
  background: green;
}

.base_tableP {
  padding: 0 30px;
}

.base_table table thead th {
  padding: 8px 0;
  font-size: 14px;
  background: none repeat scroll 0% 0% #f1f1f1;
  font-weight: normal;
  border-top: #d9d9d9 solid 1px;
}

.base_form_title {
  padding: 0 30px;
  margin-bottom: 20px;
}

.base_form_title strong {
  font-size: 14px;
  color: #333;
}

.base_table table tbody td {
  padding: 8px 0;
  border-bottom: #d9d9d9 solid 1px;
}

.address-mr input {
  vertical-align: middle;
  margin-right: 5px;
}

.addressTable tr .name {
  width: 120px;
}

.addressTable tr .city {
  width: 200px;
}

.addressTable tr .address {
  width: 200px;
}

.addressTable tr .youbian {
  width: 80px;
}

.addressTable tr .phone {
  width: 170px;
}

.addressTable-hand .edit {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url(../images/member/icon-member.png) -35px -60px;
}

.addressTable-hand .edit:hover {
  background: url(../images/member/icon-member.png) -35px -100px;
}

.addressTable-hand .del {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background: url(../images/member/icon-member.png) -35px -80px;
}

.addressTable-hand .del:hover {
  background: url(../images/member/icon-member.png) -35px -120px;
}

.addressTable-hand .base_button_white.current, .addressTable-hand .base_button_white:hover {
  background: #97244F;
  color: #fff;
  border-radius: 3px;
  border: #97244F solid 1px;
}

.areaChooseAjax select {
  height: 30px;
  margin-right: 15px;
}

.S_Cart {
  border: #e6e6e6 solid 1px;
}

.Cashier {
  width: 990px;
  margin: 0 auto;
  background: #fff;
}

.Cashier .Prompt {
  padding: 20px;
  background: #f8f8f8;
  overflow: hidden;
}

.Cashier .Prompt .PromptLeft {
  width: 650px;
}

.Cashier .Prompt .PromptRight {
  width: 25 F0px;
  text-align: right;
}

.Cashier .Prompt .p1 {
  margin-bottom: 10px;
}

.Cashier .Prompt .p1 .cue {
  margin-right: 20px;
}

.PromptForm {
  border-top: #bbbbbb solid 5px;
  border-bottom: #bbbbbb solid 5px;
}

#payforPassword .cue {
  margin-bottom: 10px;
}

.paystyle {
  font-size: 22px;
  font-weight: 600;
  font-family: "宋体";
  margin-bottom: 10px;
}

.flbor {
  font-size: 14px;
  font-weight: 700;
  height: 55px;
  width: 178px;
  float: left;
  line-height: 40px;
}

.flbor input {
  float: left;
  height: 30px;
}

.flbor .flborRight {
  float: left;
  width: 127px;
}

.flbor .flborRight img {
  padding-top: 5px;
}

.flborM {
  display: inline;
  float: left;
  margin-right: 20px;
}

.flborM input {
  height: 44px;
}

.flborM img {
  border: #dedede solid 1px;
}

.flborCurrent {
  border: #d2935d solid 3px;
}

.flbor img {
}

.count-price {
  position: relative;
  top: 3px;
  font-size: 20px;
}

.weixin-pay-main {
  border-top: solid 5px #bababa;
}

.weixin-pay-title {
  font-weight: 300;
  font-size: 16px;
  text-align: 50px;
  margin-top: 20px;
  text-indent: 30px;
}

.weixin-pay-left {
  margin-left: 130px;
  margin-top: 80px;
}

.weixin-pay-qr {
  width: 200px;
  height: 200px;
  padding: 20px;
  border: solid 1px #ddd;
}

.weixin-pay-btn {
  background: #039bcc url(../themes/images/member/weixin-icon.png) 30px 10px no-repeat;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  text-indent: 85px;
  margin-top: 20px;
}

.weixin-pay-note {
  background: url(../themes/images/member/weixin-bg.jpg) 0 0 no-repeat;
  width: 330px;
  height: 430px;
  margin: 30px 130px 0 0;
}

/*支付成功或失败*/
.PaymentStatus {
  padding: 65px 75px 55px 95px;
  border: #dedede solid 1px;
}

.PaymentStatus > div {
  margin: 10px 0;
}

.PaymentStatusTitle {
  position: relative;
  padding: 0 0 10px 50px;
}

.PaymentStatusTitle i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../themes/images/member/house-icon.png);
}

.PaymentStatusTitle i.icon-suc {
  background-position: -55px -132px;
}

.PaymentStatusTitle i.icon-fail {
  background-position: -55px -169px;
}

.PaymentStatusTitle h1 {
  font: bold 14px '宋体';
  color: #333;
  margin-bottom: 10px;
}

.PaymentStatusTitle .PaymentStatusDetail {
  overflow: hidden;
  font-size: 14px;
}

.PaymentStatusTitle .PaymentStatusDetail p {
  display: inline;
  margin-right: 20px;
}

.PaymentStatusTitle .PaymentStatusDetail dl {
  float: left;
}

.cart_coupon {
  overflow: hidden;
  padding: 20px 50px;
  border-bottom: #e6e6e6 solid 1px;
}

.cart_coupon > p {
  margin-bottom: 10px;
  clear: both;
  zoom: 1;
  height: 20px;
  line-height: 20px;
}

.cart_couponM > p {
  clear: inherit;
  margin-right: 20px;
}

.cart_couponM > p > b {
  position: relative;
  top: -10px;
}

.cart_coupon > p input {
  float: left;
  margin-right: 10px;
}

.cart_coupon > p input.cc_r {
  position: relative;
  top: 4px;
  *top: -2px;
}

.cart_coupon > p input.cc_input {
  height: 18px;
  width: 150px;
  margin-left: 10px;
}

.cart_coupon > p span {
  display: block;
  float: left;
  width: 80px;
}

.cart_coupon > p select {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 155px;
  height: 22px;
}

.cart_word {
  width: 800px;
  padding: 0 20px 0;
}

.cart_word p {
  display: inline;
  line-height: 20px;
}

.cart_word .liuyan textarea {
  float: left;
  width: 400px;
  height: 22px;
  border: #dedede solid 1px;
  resize: none;
}

.cart_text_cue {
  float: left;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  display: none;
}

.cart_tal {
  height: 42px;
  padding-left: 20px;
  line-height: 42px;
  background: #f9f9f9;
  border-bottom: none;
}

.cart_tal .ct_last > p {
  position: relative;
  display: inline;
  float: left;
  margin-left: 50px;
}

.cart_tal .ct_last > p .base_button {
  border-radius: 0;
  height: 42px;
  line-height: 42px;
  margin: 0;
}

.cart_tal .ct_last > p span {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 42px;
  display: block;
  display: none;
  z-index: 3;
  background: #fff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.cart_talM {
  padding: 20px;
}

.myOrderList .order-tab-box {
  clear: both;
  zoom: 1;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #dedede;
  font-size: 16px;

  font-family: "微软雅黑";
  color: #333;
}

.myOrderList .order-tab-box:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

.myOrderList .order-tab {
  font-size: 16px;
  font-weight: 700;
  float: left;
  padding: 0 20px;
  color: #333;
}

.myOrderList .order-tab.cur {
  height: 43px;
  line-height: 43px;
  color: #0293c2;
  border-bottom: 2px solid #0293c2;
}

.myOrderList .order-tab.recycle {
  color: #666;
  font-size: 12px;
  background: url(../images/member/btn_delete01.png) 30px 0 no-repeat;
  padding-left: 56px;
  height: 16px;
  float: right;
  margin-right: 0;
}

.order_shipping {
  width: 1100px;
  margin: 0 auto;
  font-size: 12px;
  border: 1px solid #dedede;
  padding: 15px;
  margin-top: 10px;
}

.order_batch_shipping {
  width: 1000px;
}

.shipping_info_box dl, .shipping_info_box dl dt {
  float: left;
}

.shipping_info_box dl {
  margin-right: 15px;
  width: 250px;
}

.order_batch_shipping .shipping_info_box dl {
  width: 300px;
}

.shipping_info_box dl dt, .shipping_info_box dl dd {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

.shipping_info_box dl select, .shipping_info_box dl input {
  width: 180px;
  border-radius: 3px;
  height: 28px;
  vertical-align: middle;

}

.order_shipping .btn_color {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #0293c2;
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  border-radius: 3px;
}

.order_shipping .btn_group {
  margin: 20px 0;
  text-align: center;
}

.order_shipping .btn_default {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f4f4f4;
  color: #666;
  border: 1px solid #dedede;
  display: inline-block;
  margin-right: 15px;
  border-radius: 3px;
}

.order_shipping_table {
  height: 300px;
  overflow: auto;
  margin-top: 20px;
  padding-right: 15px;
}

.order_shipping_table table {
  font-size: 12px;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.order_shipping_table table td,
.order_shipping_table table th {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  height: 40px;
  text-align: center;
}

.order_shipping_table table .select {
  width: 100px;
  height: 40px;
  outline: none;
  border: 0px;
  background-color: #fff;
}

.order_shipping_table table tr select.edit {
  border: 1px solid #34a8d9;
}

.order_shipping_table table .input {
  width: 40px;
  height: 40px;
  outline: none;
  border: 0px;
  background-color: #fff;
}

.order_shipping_table table input.edit {
  border: 1px solid #34a8d9;
}

.base-form {
  font-size: 12px;
  line-height: 1.5;
}

.base-form fieldset {
  border: 0;
}

.base-form legend {
  display: none;
}

.base-form-item {
  padding: 0 5px 20px 200px;
  zoom: 1;
}

.base-form-item-bg {
  background: #f5f5f5;
  padding-top: 20px;
}

.base-form-item-inside {
}

.base-label {
  height: 16px;
  float: left;
  width: 190px;
  margin-left: -200px;
  padding-top: 5px;
  text-align: right;
  font-size: 14px;
}

.base-form-text {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
}

.base-form-text-f12 {
  font-size: 12px;
  color: #999;
}

.base-input {
  width: 260px;
  padding: 7px 9px;
  line-height: 18px;
  font-size: 14px;
  border: 1px solid #c1c1c1;
  color: #666;
}

.base-input-w50 {
  width: 50px;
}

.base-input-w100 {
  width: 100px;
}

.base-input-w150 {
  width: 150px;
}

.base-inputW115 {
  width: 115px;
}

.base-input-w200 {
  width: 200px;
}

.base-input-w180 {
  width: 180px;
}

.base-input-w600 {
  width: 600px;
}

.ad-video {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ad-video > .bg {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.ad-video > .ad {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 249px;
  margin-left: -400px;
  margin-top: -125px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}