* {
  padding: 0;
  margin: 0;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------- */
/* @media screen and (min-width: 0px) {
  html {
    font-size: calc(900px/1920);
  }
}

@media screen and (min-width: 900px) {
  html {
    font-size: calc(900px/1920);
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: calc(1200px/1920);
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: calc(1440px/1920);
  }
}

@media screen and (min-width: 1660px) {
  html {
    font-size: calc(1660px/1920);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: calc(1920px/1920);
  }
}

body {
  font-size: 1px;
} */

.yb_banxin {
  /* width: 1920px !important; */
  width: 100%;
}

/* -------------------------------- */

html {
  font-family: 微软雅黑;
  /* font-family: Microsoft YaHei-Regular, Microsoft YaHei; */
  color: #333;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.yb_title {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 53px; */
  font-size: 40px;
  color: #333;
}

.title_bg_left,
.title_bg_right {
  display: inline-block;
  width: 53px;
  height: 15px;
}

.title_bg_left {
  background-image: url("https://cdn.chinabidding.cn/public/yuanbo/images/yb_bg_left.png");
  background-size: 53px;
  margin-right: 50px;
}

.title_bg_right {
  background-image: url("https://cdn.chinabidding.cn/public/yuanbo/images/yb_bg_right.png");
  background-size: 53px;
  margin-left: 50px;
}

.yb_nav {
  width: 1200px;
  margin: 0 auto;
  height: 57px;
  line-height: 57px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.yb_nav>span {
  color: #3388FF;
}

input,
button,
select {
  outline: none;
}

img {
  border: none;
}

/* 头部 S---------- */
.yb_header {
  font-size: 0;
  position: fixed;
  width: 100%;
  z-index: 10001;
  box-shadow: 0px 2px 2px 1px rgba(194, 194, 194, 0.25);
  top: 0;
  left: 0;
  height: 83px;
  backdrop-filter: saturate(180%) blur(6px);
  background: rgba(255, 255, 255, 0.9);
}

.yb_header>div.yb_header_content {
  margin: 0 auto;
  width: 100%;
  height: 83px;
  line-height: 83px;
  width: 1200px;
  box-shadow: none;
  padding: 0;
  box-sizing: inherit;
}

.yb_header>div.yb_header_content>.yb_header_logo {
  display: inline-block;
}

.yb_header>div.yb_header_content>.yb_header_logo img {
  vertical-align: middle;
  width: 88px;
}

.yb_header>div.yb_header_content>.yb_header_gj {
  /* display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
  padding-left: 17px;
  margin-left: 17px;
  border-left: 1px solid #DFDFDF;
  height: 40px;
  line-height: 20px; */
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #DFDFDF;
  height: 50px;
  padding-left: 17px;
  margin-left: 17px;
}
.yb_header>div.yb_header_content>.yb_header_gj img{
  width: 115px;
  height: 50px;
}
    

.yb_header>div.yb_header_content>.yb_header_nav {
  float: right;
  margin-right: 10px;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.yb_header>div.yb_header_content>.yb_header_nav>a {
  margin-right: 20px;
  float: left;
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  color: #333333;
}

.yb_header>div.yb_header_content>.yb_header_nav>a:hover {
  color: #2D6EFF;
}
.yb_header>div.yb_header_content>.yb_header_nav>a:hover i{
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-xl-c.png');
  transform: rotate(180deg);
}

.yb_header>div.yb_header_content>.yb_header_zx {
  float: right;
  font-size: 14px;
  background: linear-gradient(90deg, #2D9FFB 0%, #2D63FF 100%);
  border-radius: 44px 44px 44px 44px;
  height: 36px;
  line-height: 36px;
  margin-top: 24px;
  padding: 0 28px;
  cursor: pointer;
  color: #fff;
}
.yb_header .yb_header_nav .ybdrop{
  padding-right: 28px !important;
  position: relative;
}
.yb_header .ybdrop i{
  position: absolute;
  right: 12px;
  top: 40px;
  width: 8px;
  height: 4px;
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-xl.png');
}


/* 头部 E---------- */
/* 服务热线 S--------- */
.yb_hotline {
  height: 223px;
  width: 100%;
  background-color: #2D6EFF;
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/hotline_bj.png');
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10000;
  text-align: center;
  padding-top: 70px;
}

.yb_hotline .yb_hotline_number {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
}

.yb_hotline .yb_hotline_number span {
  font-weight: bold;
}

.yb_hotline_btn {
  margin: 22px 0;
}

.yb_hotline_btn span {
  display: inline-block;
  width: 130px;
  height: 36px;
  line-height: 34px;
  border-radius: 54px 54px 54px 54px;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.yb_hotline_btn span:hover{
  border: 1px solid #2D6EFF;
  color: #2D6EFF;
  background-color: #fff;
}

.yb_hotline .yb_hotline_list {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.yb_hotline .yb_hotline_list .mar_bor {
  padding: 0 18px;
  margin: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}

/* 服务热线 E--------- */

/* 底部 S-------------- */
.yb_footer {
  height: 338px;
  background: #1B1D2C;
  position: relative;
  z-index: 10000;
  padding-top: 60px;
}

.yb_footer_con {
  width: 1200px;
  margin: 0 auto;

}

.yb_footer .yb_footer_con {
  display: flex;
  height: 138px;
  width: 1200px;
}

.yb_footer .yb_footer_con .yb_footer_logo {
  width: 305px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.yb_footer_logo img {
  vertical-align: middle;
  width: 88px;
}

.yb_footer_logo span {
  height: 100%;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 17px;
  letter-spacing: 1px;
  padding-left: 17px;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  margin-left: 18px;
}

.yb_footer_nav {
  width: 300px;
  padding-left: 86px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.yb_footer_nav a {
  display: inline-block;
  color: #FFFFFF;
}

.yb_footer_nav .yb_footer_t {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.yb_footer_nav>a {
  margin-bottom: 12px;
}

.yb_footer_us {
  width: 660px;
}

.yb_footer_us>p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.yb_footer_us>div {
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 6px;
}

.yb_footer_us img {
  vertical-align: middle;
  width: 24px;
}
.yb_footer_us .yb_footer_second{
  padding-left: 28px;
}

.yb_footer_qr {
  text-align: center;
}

.yb_footer_qr img {
  width: 112px;
}

.yb_footer_qr {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}

.yb_footer .yb_footer_copy {
  margin: 0 auto;
  width: 1200px;
  margin-top: 50px;
  padding-top: 18px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* 底部 E-------------- */

/* 浮动图标 */
.yb_tips_service {
  position: fixed;
  right: 10px;
  top: 30%;
  font-size: 14px;
  color: #243558;
  z-index: 100002;
  width: 58px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
}

.yb_tips_service li.fk_service_box {
  width: 58px;
  height: 58px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.yb_tips_service li>div {
  position: absolute;
  right: 76px;
  top: 12px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
  border-radius: 9px 9px 9px 9px;
  background: #fff;
  opacity: 0;
  display: none;
  text-align: center;
}

.yb_tips_service li.tip_img_service {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-kf-unselect.png');
}
.yb_tips_service li.tip_img_service:hover {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-kf-select.png');
}

.yb_tips_service li.tip_img_weixin {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-wx-unselect.png');
}
.yb_tips_service li.tip_img_weixin:hover {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-wx-select.png');
}

.yb_tips_service li.tip_img_pocket {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-wx-unselect.png');
}

.yb_tips_service li.tip_img_star {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-sc-unselect.png');
}
.yb_tips_service li.tip_img_star:hover {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-sc-select.png');
}

.yb_tips_service li.tip_img_top {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-zd-unselect.png');
}
.yb_tips_service li.tip_img_top:hover {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-zd-select.png');
}

.tip_img_service_cont {
  width: 174px;
  height: 188px;

}

.tip_img_service_cont_btn {
  width: 125px;
  height: 36px;
  background: linear-gradient(90deg, #2D9EFB 0%, #2D65FF 100%);
  border-radius: 27px 27px 27px 27px;
  line-height: 36px;
  color: #FFFFFF;
  margin: 20px auto;
}

.fk_service_box>div span {
  position: absolute;
  top: 12px;
  right: -11px;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #e1e6ec;
  z-index: 10010;
}

.fk_service_box>div span::before {
  content: "\20";
  width: 80px;
  height: 45px;
  top: -20px;
  right: -52px;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}

.fk_service_box>div span::after {
  content: "\20";
  top: -6px;
  right: 1px;
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  z-index: 1000
}

.fk_service_box:hover>div {
  display: block;
  opacity: 1;
  transition: linear .2s;
  animation-name: fade-in;
  animation-duration: .3s;
  animation-iteration-count: 1;
  animation-delay: 0s;
}

.tip_img_weixin_cont {
  width: 166px;
  height: 222px;
}

.fk_service_pocket_cont {
  width: 326px;
  height: 380px;
}

.fk_service_pocket_cont>div {
  padding-left: 23px;
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.fk_service_pocket_cont>.tip_img_service_cont_btn {
  margin-top: 20;
  margin-bottom: 10px;
}

.tip_img_star_con {
  width: 267px;
  line-height: 20px;
  padding: 10px 0px;
}
.tip_img_weixin_cont .txt{
  margin-top: 16px;
  margin-bottom: 6px;
}
.tip_img_weixin_cont .name,.tip_img_weixin_cont .phone{
  text-align: left;
  position: relative;
  padding-left: 46px;
  line-height: 24px;
}
.tip_img_weixin_cont .name i,.tip_img_weixin_cont .phone i{
  position: absolute;
  left: 24px;
  top: 4px;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.tip_img_weixin_cont .name i{
  background: url('../images/upgrade/icon-kf.png') no-repeat 0 0;
}
.tip_img_weixin_cont .phone i{
  background: url('../images/upgrade/icon-dh.png') no-repeat 0 0;
}
.tip_img_weixin_cont .haskf{
  display: none;
}

/* 弹出框 */
/* 预约写标书弹框 S-------- */
.yb_modal_warp {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000001;
  background-color: rgba(55, 55, 55, .6);
  /* display: none; */
}

.modal_wrap_order {
  position: absolute;
  width: 574px;
  height: 225px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(206, 97, 97, 0.15);
  border-radius: 9px 9px 9px 9px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  padding: 20px 0 30px;
}

.modal_wrap_order .modal_input {
  width: 348px;
  text-align: center;
  border-right: 1px solid #EEEEEE;
}

.modal_wrap_order .modal_input h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.modal_input_box {
  width: 270px;
  margin: 38px auto;
  position: relative;
}

.modal_input_box .phone_warn {
  text-align: left;
  color: #F10404;
  font-size: 12px;
  margin-top: 6px;
  position: absolute;
  left: 0px;
  top: 32px;
  display: none;
}

.modal_input_box .phone_input {
  display: flex;
  margin-bottom: 30px;
}

.modal_input_box .phone_input input {
  width: 172px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #3388FF;
  padding-left: 10px;
}

.modal_input_box .phone_input .modal_btn {
  width: 96px;
  height: 36px;
  background: #3388FF;
  outline: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}

.modal_wrap_order .modal_code {
  width: 225px;
  text-align: center;
}

.modal_code h3 {
  font-size: 20px;
  color: #333333;
}

.modal_code img {
  margin: 12px 0 0px;
  width: 81px;
}

.modal_code_btn {
  width: 125px;
  height: 36px;
  background: linear-gradient(90deg, #2D9EFB 0%, #2D65FF 100%);
  border-radius: 27px 27px 27px 27px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  line-height: 36px;
}

.modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.modal_close::after,
.modal_close::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
}

.modal_close::before {
  border-left: 1px solid #999;
  transform: rotate(45deg);
  top: 9px;
  left: 9px;
}

.modal_close::after {
  border-right: 1px solid #999;
  transform: rotate(-45deg);
  top: 9px;
  right: 9px;
}

.yb_modal_wrap_need {
  z-index: 1000002;
  display: none;
}

.yb_modal_wrap_need .yb_need_modal,
.yb_has_modal {
  width: 441px;
  height: 211px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.15);
  border-radius: 9px 9px 9px 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 22px 0;
  text-align: center;
}

.yb_need_modal h3,
.yb_has_modal h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.yb_need_modal_des,
.yb_has_modal_des {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin: 30px 0 22px;
}

.yb_need_modal_des span {
  color: #3388FF;
}

.yb_modal_wrap_order {
  display: none;
}

.yb_modal_wrap_has {
  z-index: 1000002;
  display: none;
}

.yb_modal_wrap_video {
  display: none;
}

.yb_modal_wrap_video .modal_wrap_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 860px;
  padding: 10px;
  box-sizing: content-box;
  background: #fff;
  text-align: center;
  border-radius: 8px;
}

#video{
  object-fit:fill;
}
#video:focus {
  outline: none
}

.yb_modal_wrap_video .modal_wrap_video span{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%,-30%);
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/icon_tanchuang.png');
}

/* 0708更新 */
.ybcontainer{display:none; position: fixed;left: 0;top: 0;bottom: 0;right: 0;margin: auto;background: rgba(0,0,0,.3);z-index: 10001;}
.ybcontainer .logcon{position: absolute;left: 50%;top: 50%;width: 530px;height: 460px;margin-left: -265px;margin-top: -230px;background: #fff;}
.ybcontainer .title{font-size: 18px;height: 42px;line-height: 42px;margin: 25px 0;}
.ybcontainer .title i{position: absolute;width: 1px;height: 18px;background: #979797;left: 264px;top: 37px;}
.ybcontainer .titlel{cursor: pointer;float: left;width: 72px;margin-left: 143px;margin-right: 50px;text-align: center;}
.ybcontainer .titler{cursor: pointer;float: left;width: 72px;margin-left: 50px;margin-right: 143px;text-align: center;}
.ybcontainer .title .active{color:#6196f9;font-weight: bold;border-bottom: 2px solid #6196f9;}
.ybcontainer .col{position:relative; width: 382px;height: 48px;border-radius:4px;border: 1px solid #dcdee0;margin-left: 74px;margin-bottom:24px;}
.ybcontainer input{border: 0;width: 300px;padding: 0 10px;margin-left: 46px;font-size: 14px;line-height: 46px;height: 46px;}
.ybcontainer .imgyzmbox,.ybcontainer .mimgyzmbox{width: 245px;}
.ybcontainer .imgyzmbox input{width: 172px;}
.ybcontainer .captcha{position:absolute;right:-138px;top:-1px;width: 130px;height: 48px;}
.ybcontainer .captcha img{float:left;width:130px;height: 48px;}
.ybcontainer .captcha a{float:right;text-decoration: underline; font-size:14px;color:#6196f9;line-height: 18px;}
.ybcontainer .numyzmbox input{width: 200px;}
.ybcontainer .getcode{position: absolute;top: 15px;right: 0;font-size:14px;width: 124px;text-align: center;line-height: 16px;border-left: 1px solid #dcdee0;padding:0 10px;}
.ybcontainer .getcode a{color:#6196f9;}
.ybcontainer .logbtn{background: #6196f9;cursor: pointer;font-size:16px;color: #fff;border: 1px solid #6196f9;line-height: 46px;text-align: center;}
.ybcontainer .logserve{font-size:14px;color:#999;line-height: 20px;text-align: center;}
.ybcontainer .logserve a{color:#6196f9;}
.ybcontainer .closelog{cursor:pointer;position: absolute;font-size:20px;right: 0;top: 0;width: 40px;height: 40px;line-height: 40px;text-align: center;}
.ybcontainer .errormsg{display: none;position: absolute;left: 0;top: 48px;line-height: 20px;font-size: 12px;color:#df4545;}
.ybcontainer .notclick{pointer-events: none;}
.ybcontainer label{width: 48px;height: 48px;position: absolute;left: 6px;top: 0;}
.ybcontainer .phonebox label,.ybcontainer .mphonebox label{background: url('https://cdn.ybcredit.com.cn/img/index/login_number.png') no-repeat center;}
.ybcontainer .imgyzmbox label,.ybcontainer .mimgyzmbox label{background: url('https://cdn.ybcredit.com.cn/img/index/login_captcha.png') no-repeat center;}
.ybcontainer .numyzmbox label{background: url('https://cdn.ybcredit.com.cn/img/index/login_code.png') no-repeat center;}
.ybcontainer .pwdbox label{background: url('https://cdn.ybcredit.com.cn/img/index/login_lock.png') no-repeat center;}
.ybcontainer .pwdbox .showpwd{width: 30px;height: 30px;background: url('https://cdn.ybcredit.com.cn/img/index/login_eyen.png') no-repeat center;position: absolute;right: 8px;top: 8px;}
.ybcontainer .pwdbox .forgetpwd{width: 48px;height: 30px;line-height:30px;position: absolute;right: 8px;top: 42px;font-size:12px;color:#999;}
.ybcontainer .pwdbox input{width: 290px;}
.ybcontainer .logchild{width: 526px;height: 310px;}
.ybcontainer .childcon{width: 375px;padding-left: 65px;margin: 80px 76px;margin-bottom: 60px;text-align: left;color: #333;background: url('https://cdn.ybcredit.com.cn/img/index/modal_prompt.png') no-repeat 0 center;}
.ybcontainer .childcon h5{font-size: 18px;line-height: 32px;}
.ybcontainer .childcon p{font-size: 14px;line-height: 26px;}
.ybcontainer .childbtn{width: 158px;height: 48px;line-height: 48px;text-align: center;background-color: #6196f9;color: #fff;font-size: 20px;margin: 0 auto;cursor: pointer;}

.yb_header .logbox{float:right;width: 112px;height: 36px;margin:23px 0;}
.yb_header .yblog{width: 112px;height: 36px;line-height: 36px;border-radius: 2px;text-align: center; display:none;background: linear-gradient(90deg, #2D9FFB 0%, #2D63FF 100%);border-radius: 44px;} 
.yb_header .yblog a{float:left;color: #fff;font-size:14px;text-align: center;margin: 10px 0;line-height: 16px;}
.yb_header .yblog .log{margin-left: 26px;}
.yb_header .logbox .self{
  display: none;
  width: 110px;
  line-height: 36px;
  text-align: right;
  float: right;
}
.yb_header .logbox .self img{
  cursor: pointer;
  vertical-align: middle;
}
.yb_header .islog .yblog{
  display: none;
}
.yb_header .islog .self{
  display: block;
}
.yb_header .nolog .yblog{
  display: block;
}
.yb_header .nolog .self{
  display: none;
}

/* 协议样式 */
.agreeshadow {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, .4);
  z-index: 10002;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88000000', endColorstr='#88000000');
  width: 100%;
  display: none;
}
.agreeshadow .agreement {
  width: 940px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -470px;
  margin-top: -300px;
}
.agreeshadow .closei {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  color: #999;
  font-style: normal;
  font-size: 28px;
}
#treaty{
  width: 940px;
  height: 600px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
}
#treaty h2{
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding-left: 13px;
  color: #333;
  background-color: #f2f2f2;
}
#treaty .content{
  width: 900px;
  height: 530px;
  padding: 0 20px;
  margin: 10px 0;
  overflow-y: scroll;
}
#treaty .content h4{
  font-weight: 540;
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
#treaty .content p{
  font-size: 13px;
  color: #333;
  line-height: 23px;
}
#treaty .content p span{
  font-weight: lighter;
  display: inline-block;
  width: 32px;
  text-align: center;
}
#treaty .content .p1{
  margin-bottom: 6px;
}
#treaty .content .p2{
  color: #666;
  line-height: 20px;
}

/* 下拉导航 */
.yb_header .yb_header_nav a:hover .navdrop{
  display: block;
}
.yb_header .yb_header_nav .navdrop{
  display: none;
}
.yb_header .yb_header_nav .navdrop ul{
  position: absolute;
  left: 0;
  top: 83px;
  font-size: 16px;
  color: #333;
  z-index: 10002;
}
.yb_header .yb_header_nav .navdrop li:hover{
  color: #3388FF;
}
.yb_header .yb_header_nav .serve ul{
  width: 500px;
  height: 346px;
  padding-top: 46px;
  padding-left: 22px;
  left: -208px;
  top: 54px;
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/bg-cpfw-dh.png') no-repeat 0 0;
  background-size: 500px 346px;
}
.yb_header .yb_header_nav .serve li{
  float: left;
  cursor: pointer;
  padding-left: 50px;
  width: 190px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #f3f3f3;
  margin-left: 30px;
}
.yb_header .yb_header_nav .serve li:nth-child(1){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-bsdx-dh.png') no-repeat 10px center;
  background-size: 28px;
}
.yb_header .yb_header_nav .serve li:nth-child(2){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-gczj-dh.png') no-repeat 10px center;
  background-size: 28px;
}
.yb_header .yb_header_nav .serve li:nth-child(3){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-dzbsfu-dh.png') no-repeat 10px center;
  background-size: 28px;
}
.yb_header .yb_header_nav .serve li:nth-child(4){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-zbxxss-dh.png') no-repeat 10px center;
  background-size: 28px;
}
.yb_header .yb_header_nav .serve li:nth-child(5){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-bssh-dh.png') no-repeat 10px center;
  background-size: 28px;
}
.yb_header .yb_header_nav .serve li:nth-child(6){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-zbwjbzfu-dh.png') no-repeat 10px center;
  background-size: 28px;
}
.yb_header .yb_header_nav .serve li:nth-child(7){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-zbfb-dh.png') no-repeat 10px center;
  background-size: 28px;
}
.yb_header .yb_header_nav .serve li:nth-child(8){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-zzzjbl-dh.png') no-repeat 10px center;
  background-size: 28px;
}
.yb_header .yb_header_nav .serve li:nth-child(9){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-zbdljg-dh.png') no-repeat 10px center;
  background-size: 28px;
  border: 0;
}
.yb_header .yb_header_nav .serve li:nth-child(10){
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-pbzj-dh.png') no-repeat 10px center;
  background-size: 28px;
  border: 0;
}
.yb_header .yb_header_nav .bidsearch ul{
  left: -52px;
  padding-top: 28px;
  top: 54px;
  width: 220px;
  height: 132px;
  text-align: center;
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/bg-zbxxss-dh.png') no-repeat 0 0;
  background-size: 220px 132px;
}
.yb_header .yb_header_nav .bidsearch li{
  line-height: 40px;
}
.yb_header .yb_header_nav .aboutus ul{
  left: -36px;
  padding-top: 28px;
  top: 54px;
  width: 152px;
  height: 168px;
  text-align: center;
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/bg-gywm-dh.png') no-repeat 0 0;
  background-size: 152px 168px;
}
.yb_header .yb_header_nav .aboutus li{
  line-height: 40px;
}
#mimgyzm{
  width: 190px;
}

/* 侧导航 */
.yb_tips_service li.tip_img_time {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  background-color: #F66C71 ;
  color: #fff;
  padding-top: 10px;
  display: none;
}
.yb_tips_service li.tip_img_gift {
  background-image: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/icon-lw.png');
  display: none;
}
.yb_tips_service li.tip_img_gift .tip_img_gift_cont{
  width: 350px;
  height: 384px;
  background: url('https://cdn.chinabidding.cn/public/yuanbo/images/upgrade/bg-xsdlb-fk.png') no-repeat 0 0;
  background-size: 350px 384px;
  position: absolute;
  left: -350px;
  top: 0;
  text-align: center;
  box-shadow: none;
}
.yb_tips_service li.tip_img_gift h4{
  font-size: 16px;
  color: #F66574;
  line-height: 44px;
  padding-top: 20px;
}
.yb_tips_service li.tip_img_gift p{
  font-size: 16px;
  color: #F66574;
  line-height: 28px;
}
.yb_tips_service li.tip_img_gift img{
  width: 120px;
  height: 120px;
  margin: 12px 0;
}
.yb_tips_service li.tip_img_gift .countdown{
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #FDF7D7;
  color: #F66574;
  margin: 0 auto;
  border-radius: 40px;
}
.yb_tips_service li.tip_img_gift .countdown i{
  font-style: normal;
}
.yb_tips_service li.tip_img_gift .tip_txtp{
  color: #999;
  line-height: 50px;
}


/* 注册新春引导弹框 */
.boxshadow{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, .3);
  z-index: 100003;
}
.boxshadow .boxcon{
  position: absolute;
  left: 50%;
  top: 50%;
}
.boxshadow  .boxfoot{
  position: absolute;
  left: 50%;
  top: 50%;
}
#guidespring .boxcon{
  width: 592px;
  height: 502px;
  margin-left: -296px;
  margin-top: -251px;
  background-size: 592px 502px;
}
#guidespring .boxfoot{
  width: 38px;
  height: 38px;
  margin-left: 266px;
  margin-top: -272px;
  background: url('https://cdn.chinabidding.cn/public/tbn/images/update1107/boxclose.png') no-repeat 0 0;
  background-size: 38px;
  cursor: pointer;
}
#guidespring .goreg{
  position: absolute;
  left: 188px;
  bottom: 0;
  width: 220px;
  height: 62px;
  cursor: pointer;
  border-radius: 62px;
}
