@charset "utf-8";
@font-face {
  font-family: PingFangRegular;
  src: url('/static/fonts/PingFang-SC-Regular_0.ttf');
}
@font-face {
  font-family: Impact;
  src: url('/static/fonts/impact.woff') format('woff'), url('/static/fonts/impact.ttf') format('truetype'), url('/static/fonts/impact.eot') format('embedded-opentype');
}
html {
  background-color: #fff;
  color: #000;
  font-size: 12px;
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
  margin: 0;
  padding: 0;
}
body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
  font-family: arial, "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "simsun", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial, "Hiragino Sans GB", "微软雅黑", "simsun", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}
address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
caption,
th {
  text-align: inherit;
}
ul,
ol,
menu {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
img,
object,
input,
textarea,
button,
select {
  vertical-align: middle;
}
article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020";
}
textarea {
  overflow: auto;
  resize: vertical;
}
input,
textarea,
button,
select,
a {
  outline: 0 none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
mark {
  background-color: transparent;
}
a,
ins,
s,
u,
del {
  text-decoration: none;
}
sup,
sub {
  vertical-align: baseline;
}
header {
  width: 100%;
  box-shadow: 6px 2px 4px 0px rgba(102, 102, 102, 0.2);
  min-width: 1200px;
}
header .searchBox {
  width: 1200px;
  margin: 11px auto 11px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .searchBox .logo img {
  display: block;
  width: 118px;
  height: 49px;
}
header .searchBox .searchpc {
  width: 450px;
  position: relative;
}
header .searchBox .searchpc .inputBox {
  width: 350px;
  height: 29px;
  border: 1px solid #ddd;
  position: relative;
  float: left;
  overflow: hidden;
}
header .searchBox .searchpc .inputBox input {
  width: 340px;
  height: 29px;
  border: none;
  outline: none;
  padding-left: 30px;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
header .searchBox .searchpc .inputBox input::-webkit-input-placeholder {
  color: #aaa;
}
header .searchBox .searchpc .inputBox .rbg {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
header .searchBox .searchpc .inputBox i {
  position: absolute;
  left: 6px;
  top: 4px;
  width: 16px;
  height: 20px;
  background: url(/static/home/images/main/img02.png) no-repeat;
  background-position: -107px 0;
}
header .searchBox .searchpc .searchBtn {
  width: 68px;
  height: 31px;
  display: inline-block;
  background: #ef7b31;
  color: #fff;
  text-align: center;
  line-height: 31px;
  cursor: pointer;
  float: left;
  font-size: 14px;
  outline: none;
}
header .searchBox .searchpc .history {
  width: 408px;
  height: auto;
  padding: 10px 5px 0 5px;
  z-index: 110;
  display: none;
  border: 1px solid #e3e3e3;
  position: absolute;
  top: 30px;
  box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.17);
  background: #ffffff;
  color: #888e93;
  font-size: 14px;
}
header .searchBox .searchpc .history a {
  color: #333333;
  display: block;
  line-height: 28px;
}
header .searchBox .searchpc .history a:hover {
  color: #ef7b31;
}
header .searchBox .searchpc .history div {
  cursor: pointer;
}
header .searchBox .searchpc .history .search_nav {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 8px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .searchBox .searchpc .history .search_nav .search_close {
  font-size: 20px;
  user-select: none;
  height: 16px;
  text-align: right;
  line-height: 15px;
  width: 100px;
}
header .searchBox .searchpc .history .search_message {
  display: flex;
  justify-content: space-between;
  padding: 5px 3px;
}
header .searchBox .searchpc .history .search_message ul {
  width: 88%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
header .searchBox .searchpc .history .search_message ul li {
  margin-right: 10px;
}
header .searchBox .searchpc .history .search_message span {
  width: 24px;
  height: 6px;
  font-size: 6px;
  color: #0181EC;
}
header .searchBox .searchpc .history .search_hot_tit {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  color: #999999;
  padding-bottom: 8px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .searchBox .searchpc .history .search_hot_message {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px 3px;
}
header .searchBox .searchpc .history .search_hot_message ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
header .searchBox .searchpc .history .search_hot_message ul li {
  width: 100%;
}
header .searchBox .line {
  margin-top: 7px;
}
header .searchBox .line a {
  color: #666;
  position: relative;
  font-size: 14px;
}
header .searchBox .line a:nth-child(1)::before {
  display: inline-block;
  content: "";
  background: url(/static/home/images/common/cont.png) no-repeat;
  height: 20px;
  width: 16px;
  background-position: 0 0;
  position: absolute;
  left: -20px;
  top: 2px;
}
header .searchBox .line a:nth-child(1)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  background: #bebdbd;
  position: absolute;
  right: -10px;
  top: 2px;
}
header .searchBox .line a:nth-child(2) {
  margin-left: 50px;
  cursor: context-menu;
}
header .searchBox .line a:nth-child(2)::before {
  display: inline-block;
  content: "";
  background: url(/static/home/images/common/cont.png) no-repeat;
  height: 20px;
  width: 22px;
  background-position: -22px 0;
  position: absolute;
  left: -30px;
  top: 0px;
}
header .searchBox .line span {
  color: #fa6900;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
}
header .searchBox .line a:nth-child(1):hover {
  color: #fa6c00;
}
header .widLine {
  width: 100%;
  min-width: 1200px;
  height: 2px;
  background: -webkit-linear-gradient(left, #f37335, #fdcb3d);
  background: -o-linear-gradient(left, #f37335, #fdcb3d);
  background: -moz-linear-gradient(left, #f37335, #fdcb3d);
  background: linear-gradient(left, #f37335, #fdcb3d);
}
header .nav_main {
  width: 100%;
  background: #FFFFFF;
  position: static;
}
header .nav_main nav {
  width: 1200px;
  height: 38px;
  margin: 0 auto;
  color: #3f3f3f;
  display: flex;
  justify-content: space-between;
}
header .nav_main nav .navLeft {
  display: flex;
}
header .nav_main nav .navLeft .navlist {
  float: left;
  position: relative;
}
header .nav_main nav .navLeft .navlist li {
  padding: 0 20px;
  font-size: 15px;
  line-height: 38px;
  float: left;
}
header .nav_main nav .navLeft .navlist li a {
  color: #373737;
}
header .nav_main nav .navLeft .navlist li ul {
  display: none;
  flex-direction: column-reverse;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}
header .nav_main nav .navLeft .navlist li ul li {
  line-height: 28px;
  border-bottom: 1px solid #f6f6f6;
  margin: 0 10px;
  padding: 0;
  line-height: 34px;
}
header .nav_main nav .navLeft .navlist li ul li a {
  font-size: 16px;
}
header .nav_main nav .navLeft .navlist li:first-child {
  padding-left: 0;
}
header .nav_main nav .navLeft .navlist li:nth-child(6) {
  padding-right: 27px;
  position: relative;
}
header .nav_main nav .navLeft .navlist li:nth-child(6):after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 19px;
  background: #bebdbd;
  position: absolute;
  top: 9px;
  right: -3px;
}
header .nav_main nav .navLeft .navlist li:hover > a {
  color: #fa6c00;
}
header .nav_main nav .navLeft .navlist .clickon > a {
  color: #ff6c00;
  font-weight: 550;
}
header .nav_main nav .navLeft .navlist .navitem {
  font-size: 12px;
}
header .nav_main nav .navLeft .navlist .navitem:first-child {
  padding-left: 5px;
}
header .nav_main nav .navLeft .navlist .down {
  background: url(/static/home/images/common/down.png) 56px center no-repeat;
  background-size: 8px 5px;
  padding-right: 22px !important;
  padding-left: 29px;
  position: relative;
}
header .nav_main nav .navLeft .navlist .down .dropDown {
  width: 76px;
  background: #fff;
  position: absolute;
  left: 7px;
  z-index: 99;
  padding-bottom: 8px;
  display: none;
}
header .nav_main nav .navLeft .navlist .down .dropDown a {
  color: #373737;
  font-size: 12px;
  text-align: center;
  display: block;
  line-height: 25px;
}
header .nav_main nav .navLeft .navlist .down .dropDown a:hover {
  color: #fa6c00;
}
header .nav_main nav .navLeft .navlist .down:hover .dropDown {
  display: block;
}
header .nav_main nav .navLeft .special {
  line-height: 38px;
  position: relative;
}
header .nav_main nav .navLeft .special span {
  font-size: 16px;
}
header .nav_main nav .navLeft .special a {
  color: #3f3f3f;
  font-size: 12px;
  margin-left: 20px;
}
header .nav_main nav .navLeft .special .clickOn {
  color: #ff6c00 !important;
  font-weight: 550!important;
}
header .nav_main nav .loginBox {
  position: relative;
}
header .nav_main nav .loginBox a {
  color: #333;
  font-size: 15px;
  line-height: 38px;
}
header .nav_main nav .loginBox .one {
  margin-right: 21px;
  position: relative;
}
header .nav_main nav .loginBox .personBtn {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
header .nav_main nav .loginBox .personBtn img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-block;
}
header .nav_main nav .loginBox .list {
  width: 140px;
  font-size: 13px;
  text-align: center;
  background: #fff;
  position: absolute;
  z-index: 88;
  box-shadow: 0px 10px 25px 0px #6060606b;
  display: none;
}
header .nav_main nav .loginBox .list a {
  color: #404040;
  border-bottom: 1px solid #f6f6f6;
  display: block;
  width: 100%;
  line-height: 33px;
}
header .nav_main nav .loginBox .list a:hover {
  color: #fa6c00;
}
header .nav_main nav .loginBox .hover a:hover {
  color: #fa6c00;
}
header .nav_main nav .loginBox:hover .list {
  display: block;
}
header .nav_main_reset {
  position: static;
}
header .nav_main_move {
  position: fixed;
  top: 0;
  z-index: 99999;
  box-shadow: 0px 5px 5px -5px #d4d4d4;
}
.tig {
  position: relative;
}
.tig em {
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #404040;
  padding-left: 19px;
  background: url(/static/home/images/made/tishiR.png) left center no-repeat;
  background-size: 14px;
  margin-left: 8px;
}
.tig p {
  font-size: 12px;
  color: #404040;
  position: absolute;
  left: 365px;
  top: 4px;
  display: none;
}
.rightFixed {
  position: fixed;
  right: 24px;
  top: 50%;
  width: 67px;
  height: 204px;
  z-index: 100;
  margin-top: -135px;
}
.rightFixed .box {
  position: relative;
}
.rightFixed .box a {
  display: block;
  width: 90px;
  height: 66px;
  background: url(/static/home/images/common/rfimg.png) no-repeat;
  border-radius: 5px 0px 5px 5px;
}
.rightFixed .box a span {
  font-size: 16px;
  color: #fff;
  padding: 38px 0 0 14px;
  display: inline-block;
}
.rightFixed .box .linePhone {
  cursor: pointer;
  margin-bottom: 20px;
  background: url(/static/home/images/common/r_icon01.png) center 10px no-repeat #FFBF59;
  box-shadow: 1px 5px 9px 0px rgba(255, 157, 0, 0.25);
}
.rightFixed .box .lineNews {
  background-position: 0 -87px;
  margin-bottom: 6px;
  background: url(/static/home/images/common/r_icon02.png) center 10px no-repeat #FFA359;
  box-shadow: 1px 5px 9px 0px rgba(255, 114, 0, 0.25);
}
.rightFixed .box .toTop {
  height: 77px;
  width: 67px;
  background-position: 0 -174px;
}
.rightFixed .box .tip {
  display: none;
  position: absolute;
  top: -20px;
  right: 74px;
  width: 189px;
  height: 97px;
  background: url(/static/home/images/common/cont.png) no-repeat;
  background-position: -56px 0;
}
.pro {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.pro .prowrap {
  position: relative;
  width: 100%;
}
.pro .prowrap .proup {
  position: absolute;
  bottom: 0;
  left: 0px;
  cursor: pointer;
}
.pro .prowrap .probox {
  width: 100%;
  height: 180px;
  background: url(/static/home/images/common/probg.png) center no-repeat;
  position: absolute;
  bottom: 0;
  left: -1920px;
}
.pro .prowrap .probox .close {
  position: absolute;
  right: 15px;
  top: 50px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(/static/home/images/common/img.png) no-repeat;
  background-position: -128px 0;
}
.pro .prowrap .probox form {
  position: absolute;
  top: 88px;
  left: 38%;
}
.pro .prowrap .probox form .mobileBox {
  display: flex;
  margin-bottom: 10px;
}
.pro .prowrap .probox form .codeBox {
  display: none;
  overflow: hidden;
}
.pro .prowrap .probox form .codeBox div {
  float: left;
}
.pro .prowrap .probox form input[type="text"] {
  width: 220px;
  height: 34px;
  font-size: 15px;
  font-weight: 600;
  color: #555;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  margin-right: 10px;
  padding-left: 10px;
  box-shadow: 0px 0px 1000px 0 #fff inset;
}
.pro .prowrap .probox form input[type="button"] {
  width: 140px;
  height: 36px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  background-color: #fe7714;
  border: solid 1px #eb5e00;
  outline: none;
  cursor: pointer;
}
.pro .prowrap .probox form span {
  color: #fff;
  font-size: 14px;
  display: none;
  background: url(/static/home/images/made/tishiR.png) left center no-repeat;
  padding-left: 26px;
  margin-left: 10px;
}
.loginWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  display: none;
}
.loginWrap .login {
  width: 514px;
  height: 685px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.loginWrap .login h1 {
  font-size: 22px;
  color: #404040;
  text-align: center;
  position: relative;
  line-height: 22px;
  padding: 24px 0 24px 35px;
  background: url(/static/home/images/login/inp01.png) 200px 25px no-repeat;
  box-shadow: 0px 0px 24px -2px #cbcbcb;
}
.loginWrap .login h1 span {
  color: #c4c4c4;
  font-size: 38px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.loginWrap .login .loginMode {
  width: 355px;
  margin: 40px auto 15px auto;
}
.loginWrap .login .loginMode span {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #333;
  padding-left: 26px;
  background: url(/static/home/images/login/tab01.png) left center no-repeat;
}
.loginWrap .login .loginMode .loginClick {
  background: url(/static/home/images/login/tab02.png) left center no-repeat;
}
.loginWrap .login .loginMode .loginTitleOne {
  margin-right: 79px;
}
.loginWrap .login form {
  margin: 0 auto;
  width: 355px;
}
.loginWrap .login form .icon {
  position: relative;
  margin-bottom: 16px;
}
.loginWrap .login form .icon input {
  width: 317px;
  height: 38px;
  padding-left: 36px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #414141;
  -webkit-box-shadow: 0 0 0 100px white inset;
  -moz-box-shadow: 0 0 0 100px white inset;
  -ms-box-shadow: 0 0 0 100px white inset;
  -o-box-shadow: 0 0 0 100px white inset;
  box-shadow: 0 0 0 100px white inset;
}
.loginWrap .login form .icon input::-webkit-input-placeholder {
  color: #aaa;
}
.loginWrap .login form .icon i {
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(/static/home/images/login/img.png) no-repeat;
}
.loginWrap .login form .icon a {
  position: absolute;
  top: 9px;
  left: 280px;
  color: #6ca1e4;
  font-size: 14px;
}
.loginWrap .login form .mobile i {
  height: 17px;
  width: 13px;
  background-position: 0 0;
  left: 15px;
}
.loginWrap .login form .password i {
  height: 20px;
  width: 18px;
  background-position: -24px 0;
}
.loginWrap .login form .autoBox {
  width: 355px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  margin-top: 16px;
}
.loginWrap .login form .autoBox .automatic input {
  display: none;
}
.loginWrap .login form .autoBox .automatic label {
  padding-left: 22px;
  background: url(/static/home/images/login/agree02.png) left center no-repeat;
}
.loginWrap .login form .autoBox .automatic .agree {
  background: url(/static/home/images/login/agree01.png) left center no-repeat;
}
.loginWrap .login form .autoBox a {
  cursor: pointer;
}
.loginWrap .login form .submit {
  margin-top: 16px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 5px;
  border: none;
  cursor: pointer;
  outline: none;
  width: 355px;
  height: 50px;
  line-height: 50px;
  background: #e88132;
}
.loginWrap .login form .jump {
  color: #aaa;
  font-size: 14px;
  margin-top: 6px;
}
.loginWrap .login form .jump a {
  color: #5da5ff;
  cursor: pointer;
}
.loginWrap .changeLogin {
  width: 514px;
  height: 685px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  display: none;
}
.loginWrap .changeLogin h1 {
  font-size: 22px;
  color: #404040;
  text-align: center;
  position: relative;
  line-height: 22px;
  padding: 24px 0 24px 35px;
  background: url(/static/home/images/login/inp01.png) 200px 25px no-repeat;
  box-shadow: 0px 0px 24px -2px #cbcbcb;
}
.loginWrap .changeLogin h1 span {
  color: #c4c4c4;
  font-size: 38px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.loginWrap .changeLogin .loginMode {
  width: 355px;
  margin: 40px auto 15px auto;
}
.loginWrap .changeLogin .loginMode span {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #333;
  padding-left: 26px;
  background: url(/static/home/images/login/tab01.png) left center no-repeat;
}
.loginWrap .changeLogin .loginMode .loginClick {
  background: url(/static/home/images/login/tab02.png) left center no-repeat;
}
.loginWrap .changeLogin .loginMode .loginTitleOne {
  margin-right: 79px;
}
.loginWrap .changeLogin form {
  margin: 0 auto;
  width: 355px;
}
.loginWrap .changeLogin form .icon {
  position: relative;
  margin-bottom: 16px;
}
.loginWrap .changeLogin form .icon input {
  width: 317px;
  height: 38px;
  padding-left: 36px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #414141;
  -webkit-box-shadow: 0 0 0 100px white inset;
  -moz-box-shadow: 0 0 0 100px white inset;
  -ms-box-shadow: 0 0 0 100px white inset;
  -o-box-shadow: 0 0 0 100px white inset;
  box-shadow: 0 0 0 100px white inset;
}
.loginWrap .changeLogin form .icon input::-webkit-input-placeholder {
  color: #aaa;
}
.loginWrap .changeLogin form .icon i {
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(/static/home/images/login/img.png) no-repeat;
}
.loginWrap .changeLogin form .icon a {
  position: absolute;
  top: 9px;
  left: 280px;
  color: #6ca1e4;
  font-size: 14px;
}
.loginWrap .changeLogin form .mobile i {
  height: 17px;
  width: 13px;
  background-position: 0 0;
  left: 15px;
}
.loginWrap .changeLogin form .code {
  margin-bottom: 16px;
}
.loginWrap .changeLogin form .code input[type=text] {
  width: 145px;
  height: 38px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #414141;
  padding-left: 15px;
  box-shadow: 0px 0px 1000px #fff inset;
}
.loginWrap .changeLogin form .code input[type=text]::-webkit-input-placeholder {
  color: #ababab;
}
.loginWrap .changeLogin form .code input[type=button] {
  cursor: pointer;
  width: 178px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border: none;
  background: #5ea5ff;
  outline: none;
  margin-left: 10px;
}
.loginWrap .changeLogin form .code .getCode {
  background: #aaa !important;
}
.loginWrap .changeLogin form .autoBox {
  width: 355px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  margin-top: 16px;
}
.loginWrap .changeLogin form .autoBox .automatic input {
  display: none;
}
.loginWrap .changeLogin form .autoBox .automatic label {
  padding-left: 22px;
  background: url(/static/home/images/login/agree02.png) left center no-repeat;
}
.loginWrap .changeLogin form .autoBox .automatic .agree {
  background: url(/static/home/images/login/agree01.png) left center no-repeat;
}
.loginWrap .changeLogin form .autoBox a {
  cursor: pointer;
}
.loginWrap .changeLogin form .submit {
  margin-top: 16px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 5px;
  border: none;
  cursor: pointer;
  outline: none;
  width: 355px;
  height: 50px;
  line-height: 50px;
  background: #e88132;
}
.loginWrap .changeLogin form .jump {
  color: #aaa;
  font-size: 14px;
  margin-top: 6px;
}
.loginWrap .changeLogin form .jump a {
  color: #5da5ff;
  cursor: pointer;
}
.passWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  display: none;
}
.passWrap .login {
  width: 514px;
  height: 685px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.passWrap .login h1 {
  font-size: 22px;
  color: #404040;
  text-align: center;
  position: relative;
  line-height: 22px;
  padding: 24px 0 24px 35px;
  background: url(/static/home/images/login/inp01.png) 200px 25px no-repeat;
  box-shadow: 0px 0px 24px -2px #cbcbcb;
  margin-bottom: 44px;
}
.passWrap .login h1 span {
  color: #c4c4c4;
  font-size: 38px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.passWrap .login .yzBtn {
  background: url(/static/home/images/login/t01.png) 189px 25px no-repeat;
}
.passWrap .login .czBtn {
  background: url(/static/home/images/login/t02.png) 200px 25px no-repeat;
  display: none;
}
.passWrap .login form {
  margin: 0 auto;
  width: 355px;
}
.passWrap .login form .reset {
  display: none;
}
.passWrap .login form .reset .icon {
  position: relative;
  margin-bottom: 16px;
}
.passWrap .login form .reset .icon input {
  width: 317px;
  height: 38px;
  padding-left: 36px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #414141;
  -webkit-box-shadow: 0 0 0 100px white inset;
  -moz-box-shadow: 0 0 0 100px white inset;
  -ms-box-shadow: 0 0 0 100px white inset;
  -o-box-shadow: 0 0 0 100px white inset;
  box-shadow: 0 0 0 100px white inset;
}
.passWrap .login form .reset .icon input::-webkit-input-placeholder {
  color: #aaa;
}
.passWrap .login form .reset .icon i {
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(/static/home/images/login/img.png) no-repeat;
}
.passWrap .login form .reset .icon a {
  position: absolute;
  top: 9px;
  left: 280px;
  color: #6ca1e4;
  font-size: 14px;
}
.passWrap .login form .reset .mobile i {
  height: 17px;
  width: 13px;
  background-position: 0 0;
  left: 15px;
}
.passWrap .login form .reset .password i {
  height: 20px;
  width: 18px;
  background-position: -24px 0;
}
.passWrap .login form .reset .submit {
  margin-top: 16px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 5px;
  border: none;
  cursor: pointer;
  outline: none;
  width: 355px;
  height: 50px;
  line-height: 50px;
  background: #e88132;
  margin-top: 6px !important;
}
.passWrap .login form .reset a {
  color: #ababab;
  font-size: 14px;
  float: right;
  margin-top: 8px;
}
.passWrap .login form .test .icon {
  position: relative;
  margin-bottom: 16px;
}
.passWrap .login form .test .icon input {
  width: 317px;
  height: 38px;
  padding-left: 36px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #414141;
  -webkit-box-shadow: 0 0 0 100px white inset;
  -moz-box-shadow: 0 0 0 100px white inset;
  -ms-box-shadow: 0 0 0 100px white inset;
  -o-box-shadow: 0 0 0 100px white inset;
  box-shadow: 0 0 0 100px white inset;
}
.passWrap .login form .test .icon input::-webkit-input-placeholder {
  color: #aaa;
}
.passWrap .login form .test .icon i {
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(/static/home/images/login/img.png) no-repeat;
}
.passWrap .login form .test .icon a {
  position: absolute;
  top: 9px;
  left: 280px;
  color: #6ca1e4;
  font-size: 14px;
}
.passWrap .login form .test .mobile i {
  height: 17px;
  width: 13px;
  background-position: 0 0;
  left: 15px;
}
.passWrap .login form .test .code {
  margin-bottom: 16px;
}
.passWrap .login form .test .code input[type=text] {
  width: 145px;
  height: 38px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #414141;
  padding-left: 15px;
  box-shadow: 0px 0px 1000px #fff inset;
}
.passWrap .login form .test .code input[type=text]::-webkit-input-placeholder {
  color: #ababab;
}
.passWrap .login form .test .code input[type=button] {
  cursor: pointer;
  width: 178px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border: none;
  background: #5ea5ff;
  outline: none;
  margin-left: 10px;
}
.passWrap .login form .test .code .getCode {
  background: #aaa !important;
}
.passWrap .login form .test .submit {
  margin-top: 16px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 5px;
  border: none;
  cursor: pointer;
  outline: none;
  width: 355px;
  height: 50px;
  line-height: 50px;
  background: #e88132;
  margin-top: 6px !important;
}
.registWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  display: none;
}
.registWrap .regist {
  width: 514px;
  height: 685px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.registWrap .regist h1 {
  font-size: 22px;
  color: #404040;
  text-align: center;
  position: relative;
  line-height: 22px;
  padding: 24px 0 24px 35px;
  background: url(/static/home/images/login/inp01.png) 200px 25px no-repeat;
  box-shadow: 0px 0px 24px -2px #cbcbcb;
  margin-bottom: 44px;
}
.registWrap .regist h1 span {
  color: #c4c4c4;
  font-size: 38px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.registWrap .regist form {
  margin: 0 auto;
  width: 355px;
}
.registWrap .regist form .icon {
  position: relative;
  margin-bottom: 16px;
}
.registWrap .regist form .icon input {
  width: 317px;
  height: 38px;
  padding-left: 36px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #414141;
  -webkit-box-shadow: 0 0 0 100px white inset;
  -moz-box-shadow: 0 0 0 100px white inset;
  -ms-box-shadow: 0 0 0 100px white inset;
  -o-box-shadow: 0 0 0 100px white inset;
  box-shadow: 0 0 0 100px white inset;
}
.registWrap .regist form .icon input::-webkit-input-placeholder {
  color: #aaa;
}
.registWrap .regist form .icon i {
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(/static/home/images/login/img.png) no-repeat;
}
.registWrap .regist form .icon a {
  position: absolute;
  top: 9px;
  left: 280px;
  color: #6ca1e4;
  font-size: 14px;
}
.registWrap .regist form .use i {
  height: 20px;
  width: 19px;
  background-position: -81px 0px;
}
.registWrap .regist form .mobile i {
  height: 17px;
  width: 13px;
  background-position: 0 0;
  left: 15px;
}
.registWrap .regist form .password i {
  height: 20px;
  width: 18px;
  background-position: -24px 0;
}
.registWrap .regist form .code {
  margin-bottom: 16px;
}
.registWrap .regist form .code input[type=text] {
  width: 145px;
  height: 38px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #414141;
  padding-left: 15px;
  box-shadow: 0px 0px 1000px #fff inset;
}
.registWrap .regist form .code input[type=text]::-webkit-input-placeholder {
  color: #ababab;
}
.registWrap .regist form .code input[type=button] {
  cursor: pointer;
  width: 178px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border: none;
  background: #5ea5ff;
  outline: none;
  margin-left: 10px;
}
.registWrap .regist form .code .getCode {
  background: #aaa !important;
}
.registWrap .regist form .agree {
  font-size: 14px;
  line-height: 14px;
}
.registWrap .regist form .agree input {
  display: none;
}
.registWrap .regist form .agree label {
  cursor: pointer;
  color: #ababab;
  padding-left: 22px;
  background: url(/static/home/images/login/agree02.png) left center no-repeat;
}
.registWrap .regist form .agree .agree {
  background: url(/static/home/images/login/agree01.png) left center no-repeat;
}
.registWrap .regist form .agree a {
  color: #e88132;
}
.registWrap .regist form .submit {
  margin-top: 16px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 5px;
  border: none;
  cursor: pointer;
  outline: none;
  width: 355px;
  height: 50px;
  line-height: 50px;
  background: #e88132;
}
.registWrap .regist form .jump {
  color: #aaa;
  font-size: 14px;
  margin-top: 12px;
  margin-top: 6px;
}
.registWrap .regist form .jump a {
  color: #5da5ff;
  cursor: pointer;
}
.changeWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  display: none;
}
.changeWrap .change {
  width: 514px;
  height: 685px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.changeWrap .change h1 {
  font-size: 22px;
  color: #404040;
  text-align: center;
  position: relative;
  line-height: 22px;
  padding: 24px 0 24px 35px;
  background: url(/static/home/images/login/inp01.png) 200px 25px no-repeat;
  box-shadow: 0px 0px 24px -2px #cbcbcb;
  margin-bottom: 44px;
  background: url(/static/home/images/login/t03.png) 200px 25px no-repeat;
}
.changeWrap .change h1 span {
  color: #c4c4c4;
  font-size: 38px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.changeWrap .change form {
  margin: 0 auto;
  width: 355px;
}
.changeWrap .change form .icon {
  position: relative;
  margin-bottom: 16px;
}
.changeWrap .change form .icon input {
  width: 317px;
  height: 38px;
  padding-left: 36px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  color: #414141;
  -webkit-box-shadow: 0 0 0 100px white inset;
  -moz-box-shadow: 0 0 0 100px white inset;
  -ms-box-shadow: 0 0 0 100px white inset;
  -o-box-shadow: 0 0 0 100px white inset;
  box-shadow: 0 0 0 100px white inset;
}
.changeWrap .change form .icon input::-webkit-input-placeholder {
  color: #aaa;
}
.changeWrap .change form .icon i {
  position: absolute;
  top: 10px;
  left: 12px;
  background: url(/static/home/images/login/img.png) no-repeat;
}
.changeWrap .change form .icon a {
  position: absolute;
  top: 9px;
  left: 280px;
  color: #6ca1e4;
  font-size: 14px;
}
.changeWrap .change form .mobile i {
  height: 17px;
  width: 13px;
  background-position: 0 0;
  left: 15px;
}
.changeWrap .change form .password i {
  height: 20px;
  width: 18px;
  background-position: -24px 0;
}
.changeWrap .change form .submit {
  margin-top: 16px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 5px;
  border: none;
  cursor: pointer;
  outline: none;
  width: 355px;
  height: 50px;
  line-height: 50px;
  background: #e88132;
  margin-top: 6px !important;
}
footer {
  width: 100%;
  min-width: 1200px;
  background: #5E5E5E;
  color: #333;
  font-size: 12px;
}
footer .footTop {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}
footer .footTop .footTopLeft {
  display: flex;
  width: 55%;
}
footer .footTop .footTopLeft ul {
  margin-right: 66px;
}
footer .footTop .footTopLeft ul p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 14px;
  color: #EDEDED;
  font-weight: 600;
}
footer .footTop .footTopLeft ul a {
  color: #EDEDED;
  line-height: 22px;
}
footer .footTop .footTopLeft ul a:hover {
  color: #fff;
}
footer .footTop .footTopRight {
  display: flex;
  margin: 15px 0 25px 0;
  border-left: 1px solid #7F7F7F;
  padding-left: 50px;
}
footer .footTop .footTopRight .tit {
  color: #EDEDED;
  font-weight: bold;
  font-size: 14px;
}
footer .footTop .footTopRight .one > div {
  display: flex;
  align-items: center;
}
footer .footTop .footTopRight .one > div .wechar {
  margin-right: 20px;
  width: 85px;
  height: 85px;
  background: url(/static/home/images/common/footer_wechatCode_new.jpg) no-repeat;
  background-size: 100%;
}
footer .footTop .footTopRight .one p {
  font-size: 12px;
  color: #EDEDED;
  line-height: 23px;
}
footer .footTop .footTopRight .two {
  margin-left: 70px;
}
footer .footTop .footTopRight .two .tit {
  margin-top: 20px;
  background: url(/static/home/images/common/icon_phone.png) center left no-repeat;
  padding-left: 30px;
}
footer .footTop .footTopRight .two > div {
  display: flex;
  align-items: center;
}
footer .footTop .footTopRight .two > div .phoneIcon {
  background: url(/static/home/images/common/cont.png) no-repeat;
  height: 45px;
  width: 45px;
  background-position: 0 -30px;
  margin-right: 15px;
}
footer .footTop .footTopRight .two > div p {
  font-size: 24px;
  color: #EDEDED;
  line-height: 36px;
}
footer .footTop .footTopRight .two > div em {
  font-size: 12px;
  color: #8e8c81;
}
footer .hr {
  background: #252020;
  height: 1px;
  width: 100%;
}
footer .hz {
  width: 1200px;
  margin: 19px auto 0 auto;
  display: flex;
}
footer .hz p {
  font-weight: 600;
  font-size: 14px;
  color: #EDEDED;
  height: 22px;
  width: 84px;
  background-position: 0 -105px;
}
footer .hz .footCenter {
  width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-flow: row wrap;
}
footer .hz .footCenter div {
  margin: 0 13px 14px 0;
  width: 112px;
  height: 28px;
  overflow: hidden;
}
footer .hz .footCenter div a img {
  width: 112px;
  height: 28px;
  display: block;
}
footer .hz .footCenter div:nth-child(9) {
  margin-right: 0;
}
footer .friendsLink {
  width: 1200px;
  margin: 0 auto 20px;
}
footer .friendsLink dl {
  overflow: hidden;
}
footer .friendsLink dl dd {
  width: 11.1%;
  font-size: 14px;
  color: #8E8C81;
  float: left;
  box-sizing: border-box;
  line-height: 24px;
}
footer .friendsLink dl dd:nth-of-type(9n) {
  text-align: right;
}
footer .footBot {
  text-align: center;
  line-height: 30px;
  margin: 15px auto 0 auto;
  padding-bottom: 30px;
  color: #EDEDED;
}
footer .footBot .beian {
  height: 28px;
  width: 100%;
  background: url(/static/home/images/common/ft.png) center no-repeat;
  margin-top: 6px;
}
.bottomTip {
  color: #333;
  font-size: 16px;
  line-height: 36px;
  margin: 23px 0;
  text-align: center;
  display: none;
  justify-content: center;
}
.bottomTip::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  background: url(/static/home/images/common/bq.png) center no-repeat;
}
.layer_alert_zzl {
  border-radius: 5px !important;
  overflow: hidden !important;
}
.layer_alert_zzl .layui-layer-btn .layui-layer-btn0 {
  background: #f99c1b !important;
  border-color: #f59715 !important;
  font-size: 14px !important;
}
.doudi {
  padding-top: 58px;
  margin-top: 90px;
  color: #333;
  font-size: 16px;
  text-align: center;
  background: url(/static/home/images/common/smile02.png) top center no-repeat;
  background-size: 46px;
}
.layer_open_zzl {
  border-radius: 10px !important;
}
.layer_open_zzl .layui-layer-title {
  display: none;
}
.layer_open_zzl .layui-layer-content {
  color: #343434;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 50px 0 60px;
  background: url(/static/home/images/common/smile.png) center 155px no-repeat;
}
.layer_edit_zzl {
  border-radius: 10px !important;
}
.layer_edit_zzl .layui-layer-content {
  color: #383838;
  font-size: 20px;
}
.layer_edit_zzl .layui-layer-content .cont {
  height: 60px;
  line-height: 60px;
  margin: 50px auto 40px;
  display: flex;
  justify-content: center;
}
.layer_edit_zzl .layui-layer-content .cont span {
  display: inline-block;
  height: 60px;
  width: 50px;
  background: url(/static/home/images/common/smile.png) right center no-repeat;
  background-size: 50px;
  margin-left: 20px;
}
.layer_edit_zzl .layui-layer-content a {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  background: #fa6c00;
  width: 260px;
  height: 40px;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 40px;
}
.layer_release_zzl {
  border-radius: 10px !important;
}
.layer_release_zzl .layui-layer-title {
  display: none;
}
.layer_release_zzl .layui-layer-content {
  height: auto !important;
  color: #333;
  font-size: 18px;
  text-align: center;
  padding-top: 130px;
  background: url(/static/home/images/plan/icon06.png) center 63px no-repeat;
  background-size: 54px;
}
.layer_release_zzl .layui-layer-content span {
  color: #fa6c00;
  font-weight: 600;
}
.layer_delect_zzl {
  border-radius: 10px !important;
}
.layer_delect_zzl .layui-layer-title {
  display: none;
}
.layer_delect_zzl .layui-layer-content {
  height: auto !important;
  color: #333 !important;
  font-size: 16px !important;
  text-align: center;
  padding-top: 40px !important;
  font-weight: bold !important;
}
.layer_delect_zzl .layui-layer-setwin {
  display: none;
}
.layer_delect_zzl .layui-layer-btn {
  font-size: 16px !important;
  text-align: center;
}
.layer_delect_zzl .layui-layer-btn a {
  width: 120px;
  height: 31px;
  text-align: center;
  border-radius: 20px;
  color: #fff !important;
  padding: 0px !important;
  border: none;
}
.layer_delect_zzl .layui-layer-btn .layui-layer-btn0 {
  margin-right: 75px;
  background: url(/static/home/images/plan/deBtn01.png) center no-repeat;
}
.layer_delect_zzl .layui-layer-btn .layui-layer-btn1 {
  background: url(/static/home/images/plan/deBtn02.png) center no-repeat;
}
.layer_msg_zzl .layui-layer-content {
  border-radius: 5px !important;
}
.login-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  cursor: pointer;
  display: none;
}
.login-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 450px;
  margin-left: -350px;
  margin-top: -225px;
  background: #fff;
  border-radius: 4px;
  z-index: 10000;
  overflow: hidden;
  display: none;
}
.login-wrap .wrap-left {
  position: relative;
  float: left;
  width: 350px;
  height: 100%;
  text-align: center;
  background-image: url(/static/home/images/common/left-pic.png);
  background-size: 100% 100%;
}
.login-wrap .wrap-left .wrap-user-guide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
}
.login-wrap .wrap-left .wrap-user-guide .w_yes {
  width: 17px;
  height: 14px;
  margin-right: 4px;
  cursor: pointer;
  background: url(/static/home/images/common/guide2.png) center no-repeat;
  background-size: 75%;
}
.login-wrap .wrap-left .wrap-user-guide .w_no {
  width: 17px;
  height: 14px;
  margin-right: 4px;
  cursor: pointer;
  background: url(/static/home/images/common/guide3.png) center no-repeat;
  background-size: 75%;
}
.login-wrap .wrap-left .wrap-user-guide .icon-check {
  background: url(/static/home/images/common/guide1.png) center no-repeat;
  background-size: 75%;
}
.login-wrap .wrap-left .wrap-user-guide .toguide {
  color: #fff;
}
.login-wrap .wrap-left .wrap-user-guide .toguide:hover {
  text-decoration: underline;
}
.login-wrap .wrap-right {
  float: left;
  position: relative;
  padding: 60px 50px 0;
  width: 250px;
  height: 390px;
}
.login-wrap .wrap-right .title {
  width: 100%;
}
.login-wrap .wrap-right .title a {
  display: block;
  font-size: 16px;
  color: #dedede;
  float: right;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
}
.login-wrap .wrap-right .title a:first-child {
  float: left;
}
.login-wrap .wrap-right .title .active {
  color: #FC9500;
  border-bottom: 2px solid #FC9500;
}
.login-wrap .wrap-right .title:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
}
.login-wrap .wrap-right .login-form {
  margin-top: 40px;
  height: 200px;
  width: 100%;
}
.login-wrap .wrap-right .login-form .login-two {
  display: none;
}
.login-wrap .wrap-right .login-form .login-two .reset-row {
  margin-bottom: 35px;
}
.login-wrap .wrap-right .login-form .row {
  position: relative;
  width: 100%;
  height: 30px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.login-wrap .wrap-right .login-form .row input {
  height: 30px;
  line-height: 30px;
  width: 100%;
  color: #4a4a4a;
  font-size: 14px;
  border: none;
}
.login-wrap .wrap-right .login-form .row .error-info {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  color: #999;
  font-size: 10px;
  line-height: 14px;
}
.login-wrap .wrap-right .login-form .row .error-info {
  display: none;
}
.login-wrap .wrap-right .login-form .row .error-info:before {
  width: 15px;
  height: 14px;
  content: "";
  background: url(/static/home/images/common/note.png) center no-repeat;
  margin: 0 5px 0 1px;
}
.login-wrap .wrap-right .login-form .row label {
  position: absolute;
  top: 6px;
  left: 0;
  transition: all 0.2s linear 0s;
  color: #777;
}
.login-wrap .wrap-right .login-form .row .focus {
  top: -17px;
  color: #cecece;
  font-size: 12px;
}
.login-wrap .wrap-right .login-form .row .code-btn {
  position: absolute;
  display: inline-block;
  top: 4px;
  right: 0;
  border-left: 1px solid #dedede;
  padding-left: 10px;
  color: #FC9500;
}
.login-wrap .wrap-right .login-form .row .disabled-btn {
  pointer-events: none;
}
.login-wrap .wrap-right .login-form .note {
  display: flex;
  align-items: center;
  color: #666;
  margin-top: -10px;
}
.login-wrap .wrap-right .login-form .note-icon {
  content: "";
  width: 15px;
  height: 16px;
  margin-right: 8px;
  cursor: pointer;
  background: url(/static/home/images/common/remember2.png) center no-repeat;
  background-size: 86%;
}
.login-wrap .wrap-right .login-form .rememeber {
  background: url(/static/home/images/common/remember1.png) center no-repeat;
  background-size: 86%;
}
.login-wrap .wrap-right .login-form .bottom-row {
  display: flex;
  position: relative;
  height: 17px;
  margin-top: -10px;
}
.login-wrap .wrap-right .login-form .bottom-row .remember-me {
  display: flex;
  align-items: center;
  color: #666;
  cursor: inherit;
}
.login-wrap .wrap-right .login-form .bottom-row .rem-icon {
  width: 15px;
  height: 16px;
  margin-right: 10px;
  cursor: pointer;
  background: url(/static/home/images/common/remember2.png) center no-repeat;
  background-size: 86%;
}
.login-wrap .wrap-right .login-form .bottom-row .re-icon-check {
  background: url(/static/home/images/common/remember1.png) center no-repeat;
  background-size: 86%;
}
.login-wrap .wrap-right .login-form .bottom-row .find-password {
  position: absolute;
  right: 0;
  color: #777;
}
.login-wrap .wrap-right .login-form .btn-row {
  position: relative;
  margin-top: 30px;
}
.login-wrap .wrap-right .login-form .btn-row .error-info {
  display: flex;
  align-items: center;
  position: absolute;
  top: -22px;
  color: #FF3D00;
  font-size: 10px;
  line-height: 14px;
}
.login-wrap .wrap-right .login-form .btn-row .error-info {
  display: none;
}
.login-wrap .wrap-right .login-form .btn-row .error-info:before {
  width: 12px;
  height: 12px;
  content: "";
  background: url(/static/home/images/common/bg-error.png) center no-repeat;
  margin: 0 5px 0 1px;
}
.login-wrap .wrap-right .login-form .btn-row .submit-btn {
  display: block;
  width: 100%;
  height: 40px;
  background: #FC9500;
  text-align: center;
  line-height: 40px;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
}
.login-wrap .wrap-right .login-form .btn-row .submit-btn:hover {
  background: #f7b75e;
}
.login-wrap .wrap-right .login-form .btn-row .sub-end {
  display: none;
}
.login-wrap .wrap-right .ordinary,
.login-wrap .wrap-right .set-form {
  display: none;
}
.login-wrap .wrap-right .set-form {
  display: none;
}
.login-wrap .wrap-right .set-form .set-row {
  margin-bottom: 35px;
}
.login-wrap .wrap-right .others {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #f3f7f7;
  line-height: 60px;
  font-size: 14px;
  color: #777;
}
.login-wrap .wrap-right .others a {
  margin-right: 15px;
}
.login-wrap .wrap-right .others p {
  padding-left: 15px;
}
.login-wrap .wrap-right .others .change-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 65px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FC9500;
  border: 1px solid #FC9500;
  border-radius: 2px;
  cursor: pointer;
}
.login-wrap .wrap-register {
  display: none;
}
.login-wrap .n-find {
  display: none;
}
.login-wrap .wrap-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 30px;
  background: url(/static/home/images/common/bg-close.png) 0 18px no-repeat;
}
.login-wrap .wrap-return {
  display: none;
  position: absolute;
  top: 12px;
  right: 273px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 30px;
  background: url(/static/home/images/common/return1.png) 0 19px no-repeat;
}
.login-wrap .set-return {
  display: none;
  position: absolute;
  top: 12px;
  right: 267px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 30px;
  background: url(/static/home/images/common/return1.png) 0 19px no-repeat;
}
.nofind {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 564px;
}
.nofind-bg {
  width: 440px;
  height: 233px;
  background: url(/static/home/images/common/error.png) no-repeat;
  cursor: pointer;
}
.nofind-tip {
  color: #666;
  font-size: 18px;
  font-family: 'PingFang-SC-Medium';
  font-weight: 500;
  margin-top: 28px;
}
.tips {
  color: #FF3C00;
  font-size: 14px;
  font-weight: 400;
  margin-top: 24px;
  text-align: right;
  min-width: 701px;
}
.loading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .loading-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 374px;
  height: 54px;
  background: #eee;
  color: #FF9D00;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
}
.loading .loading-btn:after {
  content: "";
  width: 12px;
  height: 7px;
  background: url(/static/home/images/bbs/loadbtn.png) center no-repeat;
  margin-left: 5px;
}
.loading .loading-btn:hover {
  background: #e3e3e3;
}
.clear_Selected {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
.clear_Selected .clearSelected {
  color: #FF6C00;
  font-size: 13px;
  cursor: pointer;
  font-weight: 400;
}
.showplace {
  visibility: hidden;
  position: absolute;
}
.reserving {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 320px;
  margin-left: -160px;
  margin-top: -160px;
  background: #fff;
  border-radius: 4px;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.reserving .reserving-code {
  width: 255px;
  height: 255px;
  position: relative;
}
.reserving .reserving-code .qr-code {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reserving .reserving-code .reserving-close {
  width: 30px;
  height: 30px;
  background: url(/static/home/images/bbs/close.png) no-repeat;
  background-size: 80%;
  position: absolute;
  top: -45px;
  right: -45px;
}
.reserving .reserving-code p {
  text-align: center;
}
.reserving {
  display: none;
}
.atOnce {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  margin-left: -400px;
  margin-top: -245px;
  background: #fff;
  border-radius: 4px;
  z-index: 110000;
  cursor: pointer;
  display: none;
}
.atOnce .atOnce-body {
  padding: 30px 90px 20px 80px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.atOnce .atOnce-body .atOnce-body-tip {
  color: #FF3C00;
}
.atOnce .atOnce-body .atOnce-body-advisory {
  margin-top: 22px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item {
  display: flex;
  align-items: center;
  position: relative;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .advisory-label {
  margin-right: 5px;
  position: relative;
  min-width: 123px;
  text-align: right;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .advisory-label .asterisk {
  position: absolute;
  margin: 0 5px;
  color: #FF3C00;
  top: 3px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .advisory-label .colon {
  margin-left: 11px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .advisory-ipt,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .select-button {
  border: 1px solid #eee;
  width: 226px;
  height: 40px;
  text-indent: 10px;
  border-radius: 4px;
  margin-right: 30px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .advisory-age {
  width: 367px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .phone-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #eee;
  padding-right: 10px;
  font-size: 13px;
  border-radius: 4px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .phone-wrap .advisory-phone {
  width: 146px;
  margin-right: 0;
  border: 0;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .advisory-code {
  display: none;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .error-tip {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50px;
  left: 127px;
  color: #FF3D00;
  font-size: 10px;
  line-height: 14px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .vercode {
  height: 40px;
  float: right;
  border-radius: 5px;
  border: none;
  outline: none;
  background: #fff;
  color: #FC9500;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-appearance: none;
  cursor: pointer;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .disabled-btn {
  pointer-events: none;
  color: #999;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .tip-phone {
  display: none;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items {
  width: 560px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county {
  width: 126px;
  height: 40px;
  padding-right: 16px;
  position: relative;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country input,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province input,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city input,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county input {
  border: 1px solid #eee;
  height: 40px;
  text-indent: 10px;
  border-radius: 4px;
  margin-right: 30px;
  cursor: pointer;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .advisory-age,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .advisory-age,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .advisory-age,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .advisory-age {
  width: 367px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .country_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .country_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .country_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .country_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .province_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .province_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .province_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .province_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .city_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .city_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .city_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .city_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .county_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .county_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .county_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .county_options {
  position: absolute;
  top: 42px;
  left: 0;
  width: 382px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-radius: 4px 4px 0 0;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .country_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .country_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .country_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .country_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .province_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .province_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .province_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .province_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .city_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .city_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .city_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .city_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .county_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .county_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .county_options li,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .county_options li {
  width: 93.5%;
  line-height: 40px;
  padding-left: 10px;
  color: #333;
  font-weight: 400;
  height: 40px;
  font-size: 14px;
  border: 1px solid #eee;
  border-top: 0;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .country_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .country_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .country_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .country_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .province_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .province_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .province_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .province_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .city_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .city_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .city_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .city_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .county_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .county_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .county_options li:hover,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .county_options li:hover {
  background: #eee;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .country_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .country_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .country_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .country_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .province_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .province_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .province_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .province_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .city_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .city_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .city_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .city_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_country .county_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_province .county_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_city .county_options,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-item .address_items .address_county .county_options {
  display: none;
  z-index: 1;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-checkoption {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-checkoption .advisory-gender-check,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-checkoption .advisory-ivf-check {
  display: flex;
  align-items: center;
  color: #000;
  cursor: pointer;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-checkoption .advisory-gender-check:before,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-checkoption .advisory-ivf-check:before {
  content: '';
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #EEE;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-checkoption .advisory-gender-checked:before,
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-checkoption .advisory-ivf-checked:before {
  border: 1px solid #ffd100;
  background: url(/static/home/images/enter/enter_check.png) center no-repeat;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-checkoption input {
  position: absolute;
  left: -9999px;
}
.atOnce .atOnce-body .atOnce-body-advisory .advisory-list .advisory-btn {
  width: 94px;
  height: 34px;
  background: #FC9500;
  color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  margin-top: 24px;
}
.success-shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 110001;
  cursor: pointer;
  display: none;
}
.success-tips {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  margin-top: -113px;
  background: #fff;
  border-radius: 4px;
  z-index: 110002;
  cursor: pointer;
  display: none;
}
.atOnce-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 10px 13px 6px 15px;
}
.atOnce-head .atOnce-head-tip {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.atOnce-head .atOnce-head-closed {
  width: 32px;
  height: 32px;
  font-size: 30px;
  background: url(/static/home/images/common/bg-close.png) center no-repeat;
}
.atOnce-success {
  padding: 33px 50px 74px 56px;
  text-align: center;
}
.atOnce-success .atOnce-success-tip {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-weight: 800;
  font-size: 30px;
}
.atOnce-success .atOnce-success-tip:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/static/home/images/direct/finsh.png);
  margin-right: 10px;
}
.atOnce-success .atOnce-success-txt {
  color: #FF6C00;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.select-wrapper {
  width: 240px;
  height: 34px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *float: left;
  *margin-right: 10px;
  background: #fff;
  border-radius: 3px;
}
.select-wrapper ::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
.select-wrapper ::-webkit-scrollbar-track {
  display: none;
  -webkit-box-shadow: inset 0 0 6px rgba(102, 101, 101, 0.2);
  background-color: rosybrown;
  border-radius: 3px;
}
.select-wrapper ::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 6px rgba(150, 148, 148, 0.1);
  background-color: #D9D9D9;
}
.select-wrapper ::-webkit-scrollbar-button {
  display: none;
}
.select-wrapper ::-webkit-scrollbar-corner {
  background: khaki;
}
.select-wrapper.focus {
  /*border: 1px solid #61b988;*/
}
.select-button {
  width: 238px;
  height: 34px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  padding: 0 26px 0 10px;
  overflow: hidden;
  text-align: left;
  outline: none;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.select-down {
  position: absolute;
  top: 21px;
  right: 12px;
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 6px;
}
.disabled {
  color: #cccccc;
}
.select-list {
  width: 238px;
  background: #fff;
  box-shadow: 0 0 3px #ddd;
  border-radius: 3px;
  display: none;
  z-index: 2;
  position: absolute;
  left: 1px;
  top: 35px;
  overflow: hidden;
}
.select-list ul {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 34px;
  max-height: 240px;
}
.select-list ul li {
  width: auto;
  height: 34px;
  padding-left: 10px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.select-list ul li {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.select-list ul li:first-child {
  border-top: 1px solid #eee;
}
.select-list ul li.selected,
.select-list ul li:hover {
  color: #FC9500;
  background: #FEEDD5;
  border: 1px solid #F9CB8A;
}
.select-button-disable {
  color: #ccc;
  width: 238px;
  height: 34px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  padding-left: 10px;
  overflow: hidden;
  text-align: left;
  outline: none;
}
.select-down-disable {
  color: #ccc;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 34px;
}
.select-down {
  display: none!important;
}
.commlist-paging {
  width: 100%;
  padding-top: 30px;
}
.commlist-paging .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commlist-paging .pagination li a,
.commlist-paging .pagination li span {
  margin: 0 5px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border-radius: 3px;
  color: #bdbdbd;
  padding: 0 16px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #f4f4f4;
  display: block;
}
.commlist-paging .pagination .active span {
  background: #FF852B;
  color: #fff;
  border: 1px solid #FF852B;
}
.commlist-paging .pagination li:hover a {
  color: #fff;
  background: #FF852B;
  border: 1px solid #FF852B;
}
.commlist-paging .pagination .disabled:hover span {
  color: #bdbdbd;
  background: #fff;
  border: 1px solid #bdbdbd;
}
.noseach-wrap {
  width: 900px;
  background: #fff;
  margin-top: -14px;
}
.noseach-wrap .noseach-result {
  width: 100%;
  margin: 0 auto;
  min-height: 592px;
  background: url(/static/home/images/ask/quizList.png) center 27% no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 40%;
}
.noseach-wrap .noseach-result span {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-top: 53px;
}
.noseach-result {
  width: 100%;
  margin: 0 auto;
  min-height: 577px;
  background: url(/static/home/images/ask/quizList.png) center 27% no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 40%;
}
.noseach-result span {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  margin-top: 53px;
}
.navigation a:hover,
.publish_nav a:hover {
  color: #ff9d00 !important;
}
.previous_next_pages {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}
.previous_next_pages .previous {
  float: left;
}
.previous_next_pages .next {
  float: right;
  text-align: right;
}
.previous_next_pages a {
  transition: all 0.2s;
  cursor: pointer;
  width: 50%;
  color: #333333;
}
.previous_next_pages a:hover {
  color: #FC6C00;
}
.doctor_server .layui-layer-content .doctor_answer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 12px;
}
.doctor_server .layui-layer-content .doctor_answer .answerLeft {
  width: 115px;
  height: 115px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url("/static/home/images/direct/successRate.png") 100% center no-repeat;
}
.doctor_server .layui-layer-content .doctor_answer .answerright {
  width: 335px;
  padding-left: 20px;
  margin-left: 110px;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul li {
  width: 100%;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul li h2 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 25px;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .txt_tips {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 10px;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form {
  height: 100%;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form input {
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  color: #666;
  height: 34px;
  font-size: 14px;
  font-weight: 400;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .userphone {
  width: 224px;
  padding-left: 10px;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .userphone_focus {
  border: 1px solid #F99750;
  box-shadow: 0px 2px 4px 0px #F99750;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .error_tips,
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .errorCode_tips {
  width: 100%;
  padding: 2px 0 0 11px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .error_tips span,
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .errorCode_tips span {
  color: #FF3C00;
  font-size: 13px;
  font-weight: 400;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .answer_code {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .answer_code .veriCode {
  width: 129px;
  padding-left: 10px;
  margin-right: 5px;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .answer_code .codeBtn {
  background: #FC9500 !important;
  width: 90px;
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.doctor_server .layui-layer-content .doctor_answer .answerright ul .answer_form form .answer_code .disabled-btn {
  background: #F4F4F4 !important;
  color: #888 !important;
}
.doctor_server .layui-layer-btn {
  padding: 0 10px 20px;
}
.doctor_server .layui-layer-btn a {
  margin: 0;
}
.doctor_server .layui-layer-btn .layui-layer-btn0 {
  width: 116px;
  padding-left: 10px;
  background: #458BFB;
  color: #fff;
  margin: 0 5px 0 40px;
  height: 34px;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.doctor_server .layui-layer-btn .layui-layer-btn1 {
  width: 60px;
  background: #DEDEDE;
  border: 1px solid #F4F4F4;
  color: #888;
  height: 35px;
  border-radius: 4px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.subSuccess .success_tips ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.subSuccess .success_tips ul .tips_tit {
  color: #333333;
  font-size: 30px;
  font-weight: 800;
  display: flex;
}
.subSuccess .success_tips ul .tips_tit::before {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  content: "";
  display: inline-flex;
  background: url(/static/home/images/direct/finsh.png) 100% center no-repeat;
}
.subSuccess .success_tips ul .tips_body {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  margin: 27px 0 5px 0;
  letter-spacing: 1px;
}
.subSuccess .success_tips ul .tips_body1 {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
}
.subSuccess .success_tips ul .tips_foot {
  position: absolute;
  bottom: 0;
  left: 11%;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
.subSuccess .success_tips ul .tips_foot i {
  color: #FF6C00;
}
.subSuccess .layui-layer-btn {
  position: absolute;
  top: 65%;
  left: 34%;
  padding: 0;
}
.subSuccess .layui-layer-btn a {
  margin: 0;
}
.subSuccess .layui-layer-btn .layui-layer-btn0 {
  width: 120px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
/*电话弹框*/
.mobile_toast {
  display: none;
  width: 500px;
  height: 162px;
  background: #fcfcfc;
  border-radius: 4px;
  box-shadow: 0px 5px 5px #DEDEDE;
  z-index: 999999999;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile_toast .mobile_header {
  height: 45px;
  border-bottom: 1px solid #DEDEDE;
  box-sizing: border-box;
  line-height: 47px;
  padding: 0 15px;
}
.mobile_toast .mobile_header span {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
}
.mobile_toast .mobile_header i {
  width: 20px;
  height: 20px;
  float: right;
  display: block;
  margin-top: 11px;
  background: url(/static/home/images/common/mobile_close.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.mobile_toast .mobile_content {
  line-height: 117px;
}
.mobile_toast .mobile_content i {
  width: 42px;
  height: 42px;
  float: left;
  display: block;
  margin: 36px 15px 0 100px;
  background: url(/static/home/images/common/mobile_icon.png);
  background-size: 100% 100%;
}
.mobile_toast .mobile_content span {
  font-family: 'NotoSansHans-Medium';
  font-size: 38px;
  color: #FF852B;
}
header {
  box-shadow: none;
}
header nav {
  height: 45px;
  align-items: center;
}
header .searchBox {
  margin: 18px auto 11px auto;
}
.search-navwrap {
  padding: 23px 0 11px 0;
}
.search-navwrap .nav-wrap {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
}
.search-navwrap .nav-wrap .nav-lists {
  display: flex;
  align-items: center;
}
.search-navwrap .nav-wrap .nav-lists .nav-list {
  margin-right: 100px;
}
.search-navwrap .nav-wrap .nav-lists .nav-list .nav-link {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding-bottom: 13px;
}
.search-navwrap .nav-wrap .nav-lists .nav-list:hover .nav-link,
.search-navwrap .nav-wrap .nav-lists .nav-list-cur .nav-link {
  color: #FF6C00;
  border-bottom: 2px solid #FC9500;
}
.search-navwrap .nav-wrap .nav-lists .nav-lis:last-child {
  margin-right: 0;
}
.directWrap {
  background: #F4F4F4;
  min-width: 1200px;
  width: 100%;
}
.directWrap .noData {
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
.directWrap .meYY {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 21px;
  letter-spacing: 1px;
}
.directWrap .current-search {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.directWrap .current-search .search-result,
.directWrap .current-search .search-noresult {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  width: 1200px;
  margin: 0 auto 20px;
  min-width: 1200px;
  padding-top: 21px;
  letter-spacing: 1px;
}
.directWrap .current-search .search-result .cur-num,
.directWrap .current-search .search-noresult .cur-num {
  color: #FF6C00;
  padding: 0 4px 0 1px;
  font-style: italic;
}
.directWrap .current-search .search-result .searchTxt,
.directWrap .current-search .search-noresult .searchTxt {
  padding: 0 10px;
  color: #FF6C00;
  font-style: italic;
}
.directWrap .content {
  float: left;
  width: 900px;
  margin: 0px auto;
  padding: 0 0 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.directWrap .content .contLeft {
  width: 900px;
}
.directWrap .content .contLeft .hospitalHref {
  width: 100%;
  height: 100%;
  display: block;
}
.directWrap .content .contLeft .hospital_options {
  width: 100%;
  min-height: 170px;
  margin: 0 0 30px;
  border: 1px solid #fff;
  background: #fff;
  -webkit-transition: all 0.2s ease 0;
  cursor: pointer;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0;
  -ms-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0s;
}
.directWrap .content .contLeft .hospital_options .oversea-item {
  display: block;
  width: 100%;
  height: 100%;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: 26px;
  padding-top: 10px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .doctor_des_img {
  width: 240px;
  height: 0;
  padding-bottom: 16.667%;
  margin: 15px 15px 0 13px;
  cursor: pointer;
  position: relative;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .doctor_des_img .ove_area {
  height: 30px;
  position: absolute;
  top: 6px;
  left: -3%;
  padding: 0 10px;
  z-index: 11;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: url(/static/home/images/main/lable2.png) no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  overflow: hidden;
  white-space: nowrap;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .doctor_des_img .doctor_head {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .doctor_des_img .ove_con {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0 5px;
  font-weight: 500;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .doctor_des_img .ove_con .ove_serve {
  height: 27px;
  font-size: 17px;
  text-align: center;
  white-space: pre-wrap;
  overflow: hidden;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .doctor_des_img .ove_con .ove_scope {
  height: 20px;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  border-radius: 13px;
  padding: 2px 5px;
  white-space: pre-wrap;
  overflow: hidden;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_des_img .reset_p_img {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 6px;
  right: 6px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_des_img .reset_f_img {
  width: 200px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message {
  width: 710px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 11px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul {
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  letter-spacing: 1px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul li {
  color: #141414;
  font-size: 16px;
  font-weight: 550;
  font-family: 微软雅黑;
  padding-right: 10px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .reg_img {
  padding-right: 10px;
  border: 0;
  padding: 0;
  margin: -2px 10px 0 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .reg_img img {
  width: 55px;
  height: 23px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .hotMake img {
  width: 78px;
  height: 23px;
  padding: 0 5px 4px 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .hospital_tit {
  white-space: pre-wrap;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .hospital_group {
  color: #FC9500;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .hospital_tit:hover {
  color: #FF6C00;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_icon .ove_sever {
  display: inline-flex;
  width: 91px;
  height: 23px;
  background: url(/static/home/images/overseas/top.png) center no-repeat;
  margin-right: 6px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_icon .ove_sever1 {
  background-position: -20px -19px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_icon .ove_sever2 {
  background-position: -136px -19px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_icon .ove_sever3 {
  background-position: -368px -19px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_icon .ove_sever4 {
  background-position: -484px -19px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_icon .ove_sever5 {
  background-position: -600px -19px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_icon .ove_sever6 {
  background-position: -716px -19px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_star {
  display: flex;
  margin-left: 5px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_star .lev_txt {
  width: 56px;
  height: 18px;
  padding: 1px 7px 2px 7px;
  text-align: center;
  font-size: 13px;
  color: #F77B04;
  font-weight: 400;
  background: #FEEDD5;
  border-radius: 2px;
  margin-right: 5px;
  overflow: hidden;
  white-space: pre-wrap;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit ul .ove_star .lev_star {
  position: static;
  width: 60px;
  height: 14px;
  background: url(/static/home/images/overseas/lev-star.png) 0 2px;
  background-repeat: repeat-x;
  margin: 4px 2px 0 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit .reset_Y {
  color: #FF3D00;
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -8px;
  font-family: Arial;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit .reset_Y i {
  font-size: 16px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit .reset_Y em {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit .lev_quality {
  width: 90px;
  height: 44px;
  position: absolute;
  top: -31px;
  right: 168px;
  background: url(/static/home/images/overseas/quality.png) no-repeat;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit .lev_quality .lev_qua_tit {
  width: 56px;
  height: 18px;
  padding: 1px 7px 2px 7px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  top: 8px;
  right: 0;
  border-radius: 2px;
  margin-right: 5px;
  overflow: hidden;
  white-space: pre-wrap;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_tit .lev_quality .lev_qua_star {
  position: absolute;
  top: 25px;
  left: 18px;
  width: 60px;
  height: 14px;
  background: url(/static/home/images/overseas/lev-star.png) 0 2px;
  background-repeat: repeat-x;
  margin-left: 2px;
  margin-top: 2px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .lev_price {
  color: #FF3D00;
  font-weight: bold;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -8px;
  font-family: Arial;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .lev_price i {
  font-size: 16px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .lev_price em {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con {
  width: 100%;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval {
  width: 360px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .honorTit {
  display: flex;
  justify-content: flex-start;
  font-family: Arial;
  margin-top: 6px;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #FF6C00;
  border-radius: 0 13px 13px 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .honorTit span {
  background: #FEF7D5;
  padding: 0 15px 0 16px;
  border-radius: 14px;
  margin-left: -11px;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 1px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .honorTit:before {
  width: 27px;
  height: 27px;
  content: "";
  background: url("/static/home/images/direct/star.png") 100% no-repeat;
  z-index: 999;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue {
  width: 360px;
  height: 64%;
  display: flex;
  line-height: 22px;
  flex-wrap: wrap;
  white-space: nowrap;
  overflow: hidden;
  font-family: Arial;
  flex-direction: column;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue li {
  font-size: 14px;
  text-align: left;
  color: #333;
  font-weight: 500;
  cursor: pointer;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .ove_hot {
  display: flex;
  justify-content: flex-start;
  font-family: Arial;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  color: #FF6C00;
  border-radius: 0 13px 13px 0;
  position: relative;
  margin: 10px 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .ove_hot:before {
  width: 24px;
  height: 24px;
  content: "";
  background: url(/static/home/images/common/level.png) 100% no-repeat;
  z-index: 999;
  position: absolute;
  left: -2px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .ove_hot span {
  border: 1px solid #FF7700;
  padding: 0 15px 0 26px;
  border-radius: 14px;
  overflow: hidden;
  height: 20px;
  letter-spacing: 1px;
  line-height: 21px;
  white-space: pre-wrap;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .ove_des {
  padding: 0px 0 10px 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .ove_des p {
  display: -webkit-box;
  color: #666;
  margin-left: -8px;
  font-size: 13px;
  transform: scale(0.95);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  line-height: 1.9;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .doc_intri {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 5px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .doc_intri .doc_line {
  color: #333;
  padding: 0 10px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .doc_practice {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .doc_practice .doc_date em {
  color: #FC9500;
  padding: 0 10px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .doc_practice .doc_num em {
  color: #FC9500;
  padding-left: 10px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue .doc_practice .doc_line_p {
  color: #333;
  padding-right: 10px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_issue em {
  color: #fa6c00;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial;
  flex-wrap: wrap;
  height: 22px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_time li {
  margin-right: 6px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
  padding: 0 6px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .hospital_message_con .hospital_message_eval .hospital_message_time .resetLi {
  color: #FF3C00;
  border: 1px solid #FF716D;
  font-weight: 500;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level {
  display: flex;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_remark {
  margin: 0 10px 0 14px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_remark dl {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0 5px 0 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_remark dl dd {
  letter-spacing: 1px;
  white-space: nowrap;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_remark dl .ove_score {
  color: #FF3D00;
  font-size: 18px;
  font-weight: 550;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_remark dl .ove_mark {
  color: #999;
  font-weight: 400;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_remark dl .ove_recom {
  color: #999;
  font-weight: 400;
  transform: scale(0.9);
  display: flex;
  align-items: center;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_remark dl .ove_hand:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url(/static/home/images/overseas/top.png) no-repeat;
  background-position: -367px -68px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl {
  text-align: center;
  padding-right: 10px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .ove_mark_score {
  color: #FF3D00;
  font-size: 18px;
  font-weight: 550;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .resetprice {
  font-size: 14px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .resetprice em {
  font-size: 20px;
  padding: 0 2px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .ove_mark_num {
  color: #999;
  font-weight: 400;
  margin: 0 0 3px 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .ove_recoms {
  color: #FF5555;
  font-weight: 400;
  transform: scale(0.9);
  display: flex;
  align-items: center;
  padding: 0 6px;
  border: 1px solid #ff5555;
  border-radius: 20px;
  white-space: nowrap;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .ove_recoms_hand:before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background: url(/static/home/images/overseas/top.png) no-repeat;
  background-position: -367px -68px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .ove_obj {
  display: block;
  width: 100%;
  height: 100%;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .ove_obj a .ove_advbtn {
  color: #0181EC;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 0 4px 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .ove_obj a .ove_advbtn:hover {
  color: #6ca1e4;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks dl .ove_obj a .ove_advbtn:after {
  content: '';
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(/static/home/images/overseas/top.png) no-repeat;
  background-position: -138px -68px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_marks .ove_mark_dl {
  padding-right: 0;
  border-left: 1px solid #eee;
  padding-left: 18px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .reset_price {
  padding-left: 18px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .reset_price .reset_dl {
  min-width: 99px;
  border-left: 1px solid #eee;
  padding-left: 18px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_price dl {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  white-space: nowrap;
  padding-right: 12px;
  overflow: hidden;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_price dl dd {
  letter-spacing: 1px;
  white-space: nowrap;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_price dl .ove_bid {
  color: #FF3D00;
  font-size: 18px;
  font-weight: 500;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_price dl .ove_bid .ove_bid_num {
  font-size: 24px;
  font-weight: 500;
  height: 30px;
  overflow: hidden;
  display: inline-flex;
  white-space: nowrap;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_price dl .ove_bid .ove_bid_txt {
  font-size: 12px;
  font-weight: 550;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_price dl .ove_adv {
  color: #0181EC;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 16px 0 5px 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_price dl .ove_adv:hover {
  color: #6ca1e4;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level .ove_price dl .ove_adv:after {
  content: '';
  width: 14px;
  height: 14px;
  margin-left: 5px;
  background: url(/static/home/images/overseas/top.png) no-repeat;
  background-position: -138px -68px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .ove_level_div {
  flex: 0.8;
  padding: 0 0 15px 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_des .hospital_message .resetborder {
  padding: 0 0 15px 15px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_ask {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  font-family: Arial;
  position: relative;
  padding: 10px 0;
  margin: 20px 0 0 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_ask .totalk,
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_ask span {
  position: absolute;
  display: inline-block;
  z-index: 999;
  right: 0;
  top: 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_ask span {
  color: #0181EC;
  font-size: 13px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 115px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_ask span::after {
  padding-left: 8px;
  margin-right: 12px;
  content: "";
  width: 14px;
  height: 14px;
  background: url("/static/home/images/direct/consult.png") 100% no-repeat;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_ask span:hover {
  color: #6ca1e4;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img {
  height: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Arial;
  padding-bottom: 10px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  flex-wrap: nowrap;
  width: 73.5%;
  cursor: pointer;
  padding-left: 190px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul li {
  position: relative;
  margin-right: 5px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul li .doc_bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  z-index: 1;
  position: absolute;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul li .doc_bgI {
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  background: url('/static/home/images/specialist/play.png') no-repeat;
  position: absolute;
  top: 24%;
  left: 40%;
  background-size: 80%;
  z-index: 9;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul li .doc_bgL {
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  background: url('/static/home/images/specialist/docLIcon.png') no-repeat;
  position: absolute;
  top: 24%;
  left: 35%;
  z-index: 9;
  background-position: -54px -90px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul li img {
  width: 100px;
  height: 70px;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul li span {
  width: 100%;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul li span em {
  width: 97%;
  position: absolute;
  bottom: 3px;
  left: 0px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  z-index: 99;
  transform: scale(0.9);
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul li span:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 20px;
  background: url('/static/home/images/direct/bg.png') center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul .hospital_m_img {
  width: 100px;
  height: 70px;
  background: #3D67DE;
  position: relative;
  font-family: Arial;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul .hospital_m_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul .hospital_m_img span {
  position: absolute;
  bottom: 1px;
  left: 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul .hospital_m_img span em {
  width: 109%;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  transform: scale(0.9);
  transform-origin: 0 0;
  white-space: nowrap;
  overflow: hidden;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul .hospital_m_img span:before {
  width: 100%;
  background: url('/static/home/images/direct/bg.png') 100% center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul .hospital_m_img::before {
  content: '';
  width: 37px;
  height: 34px;
  background: url("/static/home/images/specialist/docLIcon.png") 100% center no-repeat;
  background-position: -245px -126px;
  position: absolute;
  bottom: 35%;
  left: 28%;
}
.directWrap .content .contLeft .hospital_options .oversea-item .hospital_img ul .hospital_m_img::after {
  content: '';
  width: 0;
  height: 0;
  border-color: #F77B04 transparent;
  border-width: 0px 0px 14px 14px;
  border-style: solid;
  position: absolute;
  bottom: 0;
  right: 0;
}
.directWrap .content .contLeft .hospital_options:first-child {
  margin-top: 0;
}
.directWrap .content .contLeft .hospital_options:hover {
  border: 1px solid #F77B04;
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-box-shadow: 1px 2px 16px -4px #FF6C00;
  box-shadow: 1px 2px 16px -4px #FF6C00;
}
.directWrap .content .contLeft .conLeftItem {
  box-shadow: 0px 0px 10px 0px #ececec;
  background: #fff;
  height: auto;
  margin-bottom: 25px;
  padding: 24px 20px;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.directWrap .content .contLeft .conLeftItem .itemTop {
  display: flex;
}
.directWrap .content .contLeft .conLeftItem .itemTop .imgBox {
  width: 297px;
  height: 200px;
  overflow: hidden;
  margin-right: 27px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .imgBox img {
  height: auto;
  width: 100%;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText {
  flex: 1;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText h2 {
  display: -webkit-inline-box;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  background: url(/static/home/images/direct/icon03.png) left center no-repeat, url(/static/home/images/direct/icon03.png) right center no-repeat;
  padding: 0 20px 0 20px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagLeft {
  margin-top: 10px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagLeft p {
  background: url(/static/home/images/direct/xin.png) left center no-repeat;
  background-size: 65px;
  padding-left: 70px;
  font-size: 12px;
  color: #333;
  line-height: 12px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagLeft div {
  margin-top: 14px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagLeft div span {
  font-size: 12px;
  color: #fff;
  background: #fa6c00;
  border-radius: 4px;
  padding: 2.5px 10px;
  margin-right: 12px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagLeft .one {
  display: inline-block;
  color: #6ca1e5;
  font-size: 13px;
  line-height: 13px;
  margin-top: 14px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagLeft .one i {
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #6ca1e5;
  margin: 0px 22px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagRight {
  color: #525252;
  text-align: center;
  margin-top: 25px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagRight p {
  font-size: 18px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagRight p span {
  color: #fa6c00;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .conTags .conTagRight i {
  font-size: 14px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText > p {
  color: #aaa;
  font-size: 12px;
  line-height: 15px;
}
.directWrap .content .contLeft .conLeftItem .itemTop .conText .tip {
  background: url(/static/home/images/direct/icon04.png) no-repeat;
  background-size: 14px;
  padding-left: 20px;
  margin-top: 10px;
}
.directWrap .content .contLeft .conLeftItem .itemBot p {
  border-bottom: 1px solid #dcdcdc;
  color: #fa6c00;
  font-size: 13px;
  padding: 11px 30px;
}
.directWrap .content .contLeft .conLeftItem .itemBot .bright {
  color: #333;
  font-size: 12px;
  height: auto;
}
.directWrap .content .contLeft .conLeftItem .itemBot .bright div {
  background: url(/static/home/images/direct/icon06.png) left center no-repeat;
  padding-left: 25px;
  line-height: 12px;
  margin: 16px 50px 0 30px;
  display: inline-block;
  width: 200px;
}
.directWrap .content .contLeft .conLeftItem:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.directWrap .content .contLeft .sgSign {
  position: relative;
  padding: 20px;
}
.directWrap .content .contLeft .sgSign::after {
  content: "试管邦认证";
  display: block;
  width: 46px;
  height: 53px;
  position: absolute;
  background: url(/static/home/images/direct/icon05.png) no-repeat;
  font-size: 12px;
  color: #fff;
  text-align: center;
  right: 20px;
  top: 0;
  padding-top: 4px;
  line-height: 18px;
}
.directWrap .content .contLeft .moreBtn {
  display: flex;
  justify-content: center;
  height: 50px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  line-height: 50px;
  margin-bottom: 60px;
  background: #f8f8f8;
  width: 928px;
  cursor: pointer;
  margin-top: 26px;
  background: #fff;
}
.directWrap .content .contLeft .moreBtn span {
  display: flex;
  align-items: center;
  color: #6ca1e4;
  font-size: 20px;
}
.directWrap .content .contLeft .moreBtn span::after {
  margin-left: 5px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 18px;
  background: url(/static/home/images/common/img.png) no-repeat;
  background-position: -74px 0;
}
.directWrap .content .paging {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.directWrap .contRight {
  width: 285px;
  float: right;
  padding-top: 65px;
}
.directWrap .contRight .hospitalIn {
  width: 100%;
  height: 93.1px;
  margin-top: 1px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 2px 0px rgba(196, 196, 196, 0.5);
  position: relative;
}
.directWrap .contRight .hospitalIn a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url("/static/home/images/direct/enter.png") 100% center no-repeat;
  cursor: pointer;
  background-size: 100% 100%;
}
.directWrap .contRight .hospitalIn a .tojoin {
  margin: 10px 0 0 111px;
  width: 120px;
}
.directWrap .contRight .hospitalIn a .tojoin h2 {
  font-weight: 500;
  font-style: italic;
  color: #ff6c00;
  font-size: 24px;
  letter-spacing: 5px;
  text-align: center;
}
.directWrap .contRight .hospitalIn a .tojoin span {
  color: #C4C4C4;
  display: inline-block;
  width: 100%;
  transform: scale(0.9);
  transform-origin: 0 0;
  letter-spacing: 3px;
}
.directWrap .contRight .hospitalIn a:hover h2 {
  color: #fc9500;
}
.directWrap .contRight .hospitalIn::before {
  display: block;
  content: "";
  position: absolute;
  top: 22%;
  right: 26px;
  width: 18px;
  height: 18px;
  background: url("/static/home/images/direct/hospital_right.png") 100% center no-repeat;
}
.directWrap .contRight .modelOne {
  box-shadow: 0px 0px 10px 0px #ececec;
  background: #fff;
  background: url(/static/home/images/direct/six-serve.png) center 16px #fff no-repeat;
  background-size: 186px;
  padding-top: 1px;
}
.directWrap .contRight .modelOne .imgPlay {
  margin: 53px 0 32px;
  position: relative;
  height: 130px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.directWrap .contRight .modelOne .imgPlay img {
  width: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.directWrap .contRight .modelOne .imgPlay a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/static/home/images/common/play.png) center center rgba(0, 0, 0, 0.3) no-repeat;
}
.directWrap .contRight .modelOne .imgPlay:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.directWrap .contRight .modelOne .play {
  background: url(/static/home/images/direct/boxPlay.png) center no-repeat;
  background-size: 180px 30px;
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 40px;
}
.directWrap .contRight .modelOne ul li {
  padding: 24px 17px 21px 24px;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
}
.directWrap .contRight .modelOne ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 205px;
  cursor: auto;
}
.directWrap .contRight .modelOne ul li a div {
  width: 100%;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 6px;
  letter-spacing: 2px;
}
.directWrap .contRight .modelOne ul li a p {
  color: #A4A4A4;
  font-weight: 400;
  transform: scale(0.98);
  transform-origin: 0 0;
  line-height: 22px;
  letter-spacing: 1px;
  width: 98%;
  background: url(/static/home/images/direct/icon07.png) right 28px no-repeat;
  background-size: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.directWrap .contRight .modelOne ul li:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("/static/home/images/direct/severIcon.png") no-repeat;
}
.directWrap .contRight .modelOne ul li:nth-child(1) {
  border-top: 1px solid #E5E5E5;
}
.directWrap .contRight .modelOne ul li:nth-child(1):before {
  height: 36px;
  width: 37px;
  background-position: 0 0;
}
.directWrap .contRight .modelOne ul li:nth-child(2):before {
  height: 38px;
  width: 38px;
  background-position: 0 -37px;
}
.directWrap .contRight .modelOne ul li:nth-child(3):before {
  height: 38px;
  width: 38px;
  background-position: 0 -74px;
}
.directWrap .contRight .modelOne ul li:nth-child(4):before {
  height: 36px;
  width: 39px;
  background-position: 0 -109px;
}
.directWrap .contRight .modelOne ul li:nth-child(5):before {
  height: 38px;
  width: 40px;
  background-position: 0 -144px;
}
.directWrap .contRight .modelOne ul li:nth-child(6):before {
  height: 38px;
  width: 40px;
  background-position: 0 -183px;
}

.directWrap .contRight .modelTwo {
  box-shadow: 0px 0px 10px 0px #ececec;
  /* background: #fff; */
  margin: 30px 0;
  background: url(/static/home/images/direct/bg01.png) 100% center no-repeat;
  color: #555;
  padding: 0px 0 29px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.directWrap .contRight .modelTwo h2 {
  font-size: 24px;
  color: #3F3F3F;
  letter-spacing: 3px;
  font-weight: 600;
  height: 35px;
  text-align: center;
  padding-top: 15px;
}
.directWrap .contRight .modelTwo div {
  font-style: italic;
  line-height: 30px;
  font-size: 13px;
  /* text-align: left; */
  width: 218px;
  /* height: 70px; */
  padding: 17px 0;
}
.directWrap .contRight .modelTwo div p {
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  letter-spacing: 2px;
}
.directWrap .contRight .modelTwo div p em,
.directWrap .contRight .modelTwo div p i {
  color: #FF6C00;
  font-style: italic;
}
.directWrap .contRight .modelTwo div p:nth-child(1) {
  padding-bottom: 10px;
}
.directWrap .contRight .modelTwo div p:nth-child(1) em {
  font-size: 20px;
  font-weight: 500;
}
.directWrap .contRight .modelTwo div p:nth-child(1) i {
  margin: 0 10px 0 2px;
}
.directWrap .contRight .modelTwo div p:nth-child(2) em {
  font-size: 18px;
  font-weight: 400;
}
.directWrap .contRight .modelTwo div p:nth-child(2) i {
  margin: 0 10px 0 2px;
}
.directWrap .contRight .modelTwo a {
  background: url(/static/home/images/direct/icon08.png) 74px center #266AFB no-repeat;
  background-size: 14px;
  font-size: 16px;
  display: block;
  color: #fff;
  height: 44px;
  width: 128px;
  line-height: 44px;
  border-radius: 22px;
  padding-left: 95px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  outline: none;
}
.directWrap .contRight .modelTwo a:hover {
  background: url("/static/home/images/direct/icon08.png") 74px center no-repeat #6ca1e4;
  background-size: 14px;
}
.directWrap .contRight .modelThere {
  box-shadow: 0px 0px 10px 0px #ececec;
  background: #fff;
  text-align: center;
  padding-bottom: 1px;
  height: 312px;
}
.directWrap .contRight .modelThere h2 {
  margin: 25px 0 38px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  line-height: 18px;
  background: url(/static/home/images/direct/tl.png) left center no-repeat, url(/static/home/images/direct/tr.png) right center no-repeat;
  background-size: 25px;
  padding: 0 35px;
  display: inline-block;
}
.directWrap .contRight .modelThere h2 span {
  font-size: 20px;
  color: #fa6c00;
  font-weight: 600;
}
.directWrap .contRight .modelThere p {
  font-size: 18px;
  color: #555;
  margin-bottom: 25px;
  line-height: 13px;
  letter-spacing: 1px;
}
.directWrap .contRight .modelThere a {
  display: block;
  color: #fff;
  height: 44px;
  width: 144px;
  line-height: 44px;
  border-radius: 22px;
  padding-left: 90px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}
.directWrap .contRight .modelThere .anpai {
  background: url(/static/home/images/direct/icon09.png) 66px center #FC9500 no-repeat;
  background-size: 14px;
  margin-bottom: 35px;
}
.directWrap .contRight .modelThere .zixun {
  background: url(/static/home/images/direct/icon10.png) 66px center #266AFB no-repeat;
  background-size: 14px;
}
.directWrap .contRight .modelThere .anpai:hover {
  background: url(/static/home/images/direct/icon09.png) 66px center #f7b75e no-repeat;
  background-size: 14px;
}
.directWrap .contRight .modelThere .zixun:hover {
  background: url(/static/home/images/direct/icon10.png) 66px center #6ca1e4 no-repeat;
  background-size: 14px;
}
