input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
.service {
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  height: 42px;
  width: 100%; }

input[type="text"],
input[type="email"],
input[type="password"] {
  border-color: #CCC;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #49545C;
  margin-bottom: 10px;
  padding: 12px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

input[type="submit"] {
  background: #1f73b7;
  color: #FFF;
  font-weight: bold; }
@font-face {
  font-family: "zendeskauthentypo";
  src: url("/fonts/entypo/entypo.eot");
  src: url("/fonts/entypo/entypo.eot?#iefix") format("embedded-opentype"), url("/fonts/entypo/entypo.woff") format("woff"), url("/fonts/entypo/entypo.ttf") format("truetype"), url("/fonts/entypo/entypo.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  min-height: 100%; }

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  color: #49545C; }

a {
  color: #1f73b7;
  text-decoration: none; }

p {
  margin: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }separator

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
.service {
  border: 1px solid transparent;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  height: 42px;
  width: 100%; }

input[type="text"],
input[type="email"],
input[type="password"] {
  border-color: #CCC;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #49545C;
  margin-bottom: 10px;
  padding: 12px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus {
    outline: none;
    border-color: #999;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15); }

input[type="submit"] {
  background: #1f73b7;
  color: #FFF;
  font-weight: bold; }

.cancel-link {
  color: #49545C;
  position: absolute;
  right: 15px;
  top: 15px; }
.separator {
    background: #ccc;
    height: 1px;
    margin: 35px 0;
    font-size: 0;
    line-height: 0;
}
.cancel-link:hover {
  color: #2F3941; }

html.turbolinks-progress-bar::before {
  background-color: #c2c2c2 !important;
  height: 5px !important; }

.title {
  color: #333333;
  font-size: 16px;
  margin: -5px 0 25px;
  text-align: center; }

.clear {
  clear: both; }

.center_link {
  text-align: center; }
  .center_link a {
    color: #68737D;
    display: inline-block; }

.sign_in_link {
  text-align: right; }
  [dir="rtl"] .sign_in_link {
    text-align: left; }
  .sign_in_link a {
    color: #68737D;
    display: inline-block;
    margin: 10px 0 15px; }

.privacy_link {
  display: inline-block;
  margin: 10px 0 15px; }

.flash {
  background: #ffeded;
  position: relative;
  min-height: 20px;
  padding: 10px;
  margin: -5% 0 20px; }
  .flash.flash-notice {
    background: #dbf3ff; }
  .flash.flash-cookie {
    display: none; }

.modal {
  background: #fff;
  padding: 40px;
  position: relative;
  text-align: left; }
  [dir="rtl"] .modal {
    text-align: right; }
  @media (min-width: 600px) {
    .modal {
      border-radius: 2px;
      box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
      display: block;
      margin: 5% auto 50px;
      width: 380px; } }
  @media (max-width: 320px) {
    .modal {
      padding: 40px 10px; } }
  .old-ie .modal {
    border-radius: 2px;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 5% auto 50px;
    width: 380px; }
  @media (min-width: 880px) {
    .modal.signin {
      display: table;
      width: auto;
      max-width: 800px; } }
  .old-ie .modal.signin {
    display: table;
    width: auto;
    max-width: 800px; }
  .old-ie .modal {
    border: 6px solid #e6e6e6; }
  .modal.password-reset-success-modal {
    text-align: center; }
    .modal.password-reset-success-modal p {
      margin: 1em 0;
      text-align: left; }
    .modal.password-reset-success-modal ul {
      list-style: initial;
      margin-top: 2em; }
      .modal.password-reset-success-modal ul li {
        margin-bottom: 1em;
        text-align: left; }

.interface.inner {
  text-align: center; }

@media (min-width: 880px) {
  .services {
    display: inline-block;
    vertical-align: top;
    } }
.old-ie .services {
  display: inline-block;
  vertical-align: top;
  width: 300px; }


.credentials {
  text-align: left; }
  .credentials input + input {
    margin-top: 20px; }

/*.login .separator {*/
/*  background: #ccc;*/
/*  height: 1px;*/
/*  margin: 35px 0;*/
/*  font-size: 0;*/
/*  line-height: 0; }*/
  @media (min-width: 880px) {
    .separator {
      display: inline-block;
      vertical-align: top;
      margin: 0 35px;
      width: 1px;
      height: 206px; } }
  .old-ie .separator {
    display: inline-block;
    vertical-align: top;
    margin: 0 35px;
    width: 1px;
    height: 206px; }

.remember {
  margin: 10px 0 15px;
  text-align: left; }
  [dir="rtl"] .remember {
    text-align: right; }

.login .cancel {
  display: inline-block;
  color: #68737D;
  font-size: 15px;
  height: 15px;
  margin-top: 5px; }
.login .secure-disclaimer {
  margin-top: 5px;
  color: #ccc;
  margin-bottom: 4px;
  font-size: 11px; }

.assistance {
  text-align: center; }

.separator ~ .assistance {
  float: right;
  text-align: center;
  width: 100%; }
  [dir="rtl"] .separator ~ .assistance {
    float: left; }
  @media (min-width: 880px) {
    .separator ~ .assistance {
      width: 280px; } }
  .old-ie .separator ~ .assistance {
    width: 280px; }

.roles {
  padding-top: 20px; }

.forgot_password {
  margin: 10px 0 20px; }

.password_requirements {
  color: #999;
  text-align: left;
  min-width: 200px;
  margin-bottom: 10px; }
  .password_requirements strong {
    display: block;
    margin-bottom: 5px;
    font-weight: normal; }
  .password_requirements li:before {
    color: #bfbfbf;
    content: "\23F4";
    display: inline-block;
    font-family: "zendeskauthentypo";
    font-size: 15px;
    margin-right: 5px;
    vertical-align: middle; }
  .password_requirements li.valid:before {
    content: "\2713";
    color: #78A300; }
  .password_requirements li.invalid:before {
    content: "\274C";
    color: #bf3026; }

.change_password {
  min-width: 200px; }

body[dir=rtl] .password_requirements {
  text-align: right; }
  body[dir=rtl] .password_requirements li:before {
    margin-left: 5px;
    margin-right: 0px; }

a.recaptcha_audio_cant_hear_link {
  cursor: pointer; }

.service {
  display: flex;
  align-items: center;
  background-repeat: repeat-x;
  color: #49545C;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
  text-align: left;
  text-decoration: none;
  height: 42px;
  width: 300px;
  background: #FFFFFF;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }
  [dir="rtl"] .service {
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .service:hover {
    background: #EEEEEE;
    text-decoration: none; }
  .service:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin: 12px 24px 12px 12px; }

.twitter .logo {
  background-image: url(../images/icons/auth_twitter.svg);
  margin-top: 14px;
  margin-bottom: 10px; }

.facebook .logo {
  background-image: url(../images/icons/auth_facebook.svg); }

.google .logo {
  background-image: url(../images/icons/auth_google.svg); }

.office365 .logo {
  background-image: url(../images/icons/auth_microsoft.svg); }

[dir="rtl"] .footnotes .question-text {
  float: right; }
  [dir="rtl"] .footnotes .question-text:after {
    content: "\00a0"; }
.footnotes .question {
  margin-bottom: 5px; }
  .footnotes .question + .question {
    margin-top: 10px; }
    .footnotes .question + .question + p {
      color: #68737D;
      font-size: 12px;
      max-width: 410px; }
      .footnotes .question + .question + p br {
        display: none; }

form p {
  margin-bottom: 20px;
  text-align: center; }

form label {
  color: #2F3941;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px; }

form .controls {
  text-align: right; }
  [dir="rtl"] form .controls {
    text-align: left; }
  form .controls a {
    color: #68737D;
    display: inline-block;
    margin: 10px 0 15px; }

.trust-device {
  margin-bottom: 10px; }

#recaptcha_widget {
  margin: 20px 0; }
  #recaptcha_widget ul {
    color: #68737D;
    font-size: 11px;
    margin-top: 5px; }
    #recaptcha_widget ul a {
      text-align: underline;
      color: #68737D; }

#recaptcha_image {
  background: #f9f9f9;
  min-height: 57px;
  min-width: 300px; }

.two-factor-required form p {
  text-align: left; }
.two-factor-required .c-btn + .c-btn {
  margin-left: 1em; }
.two-factor-required .validation-message::before {
  background-image: url(../images/validation/error.svg);
  position: absolute;
  height: 20px;
  width: 20px;
  left: -27px;
  content: ' '; }
.two-factor-required .validation-message {
  display: block;
  color: #bf3026;
  margin: 10px 0 -29px 27px;
  position: relative; }
.two-factor-required input[type="text"] {
  display: block;
  margin: 1em 0 0 0; }
.two-factor-required .error input {
  border-color: #bf3026; }
.two-factor-required input[type="submit"] {
  float: right;
  width: auto;
  height: 30px;
  font-size: 12px;
  font-weight: inherit; }
.two-factor-required section {
  width: 720px;
  min-height: 566px; }
.two-factor-required footer {
  position: fixed;
  width: 640px;
  bottom: 40px; }
.two-factor-required .two-factor-navigation {
  margin-top: 134px;
  position: absolute; }
.two-factor-required #configuration-options {
  width: 240px;
  margin: 70px auto 0 auto; }
  .two-factor-required #configuration-options a.c-btn {
    width: 240px;
    height: 50px;
    margin-left: 201px;
    margin-bottom: 20px;
    line-height: 20px;
    background-color: white;
    display: table-cell; }
.two-factor-required #phone-configuration .two-factor-navigation {
  margin-top: 177px; }
.two-factor-required #code-verification .two-factor-navigation {
  margin-top: 177px; }
.two-factor-required #qr_code table {
  border-width: 0;
  border-style: none;
  border-color: #0000ff;
  border-collapse: collapse;
  margin-left: 230px;
  margin-top: 100px; }
.two-factor-required #qr_code td {
  border-left: solid 3px #000;
  padding: 0;
  margin: 0;
  width: 0px;
  height: 3px; }
.two-factor-required #qr_code td.black {
  border-color: #000; }
.two-factor-required #qr_code td.white {
  border-color: #fff; }
    .container2{background-color:#f3f3f3;padding: 100px 0px 0px 0px;width:100%;margin:0px auto;background-size: cover;
background-repeat: no-repeat;}
  #app .container1{width:1000px;margin:0px auto;}
.main-block .block1{display:flex;}
.main-block .block1 .block1_thumb{width:10%}
.main-block .block1 .block1_thumb i{font-size:50px;}
.main-block .block1_info{width:80%;marin-left:10%;position:relative;}
.main-block .block1 h1 i{
    font-size: 15px;
    position: absolute;
    right: 0px;
    /*left: 100px;*/
    top: 10px;
    color: #73aad6;
}
.main-block .block1 h1{
    position: relative;
color: #1f73b7;
}
.main-block .block1  .profile{position:absolute;right:0px;top:0px;background: #1f73b7;
padding: 10px 30px;}
#app .container1::before{
    background:none;
}
.main-block .block1 .info_foot{display:flex;align-items:center;}
.main-block .block1 .info_foot .info22{margin-left:10px;}
.main-block .block1 .info_foot .info22 a{display:inline-block;margin:0px 5px;}
.main-block .el-tabs--border-card{border:none;box-shadow:None;}
.el-tabs--border-card > .el-tabs__header{border:none;background:#ccc;}
.el-tabs--border-card{border:None;box-shadow:none;}
.container3 .item1{
    display: none;
    align-items: center;
    flex-wrap: wrap;
}
.container3 .list0{display:flex;}
.tabs{display:flex;align-items:center;margin: 20px 0px 0px 0px;}
.tabs .tabs1{
 margin: 0px 5px;
position: relative;
padding: 10px 5px;
background: #d8ddde;
border-radius: 5px;
text-align: center;
font-size: 16px;
height: 60px;
width: 120px;
display: flex;
align-items: center;
justify-content: center;
line-height: 20px;
cursor: pointer;
}
.tabs .active{background: #1f73b7;color:white;}
.tabs .tabs1 span{
    background: red;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    color: white;
    line-height: 18px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
}

.container3 .item1 .item_list a:hover{color:#409EFF;}
.container3 .item1 .item_list .title:hover{color:#409EFF;}
.container3 .item1 .item_list{width:25%;margin:4%;}
.container3 .item1 .plus{font-size: 80px; height: 225px; }
.container3 .item1 .plus a{
    width:100%;
    height:100%;
    display: flex; align-items: center;; justify-content: center;border: 2px dashed;
border-radius: 5px;
color: #ccc;
}
.container3 .item1 .item_list.plus .jia2{
    display: none;
}
.container3 .item1 .item_list.plus:hover .jia2{
    display: block;
}
.container3 .item1 .item_list.plus:hover .jia1{
    display: none;
}
.tanchu .form_group{margin:10px 0px;}
.tanchu .form_group label{display:block;width:100%;}
.tanchu .el-select{display:block;width:100%;}
.tanchu .photo label{width:100%;display:block}
.tanchu .photo .photo1 i{display:inline-block;font-size:60px;margin-right:10px;}
.interface1 {background:url(../images/userbg.png);background-repeat: no-repeat;
background-size: cover;display:flex;}
.interface1 .credentials label{color:white;font-size:16px;margin-bottom: 20px;}
.interface1 .internal{margin-top:200px;width: 70%;
box-sizing: border-box;
text-align: center;} 
.services form {
  width: 300px;display:inline-block; }
  .interface .external{
     width: 320px; padding-bottom: 20px;
      background: rgba(255,255,255,0.3);
      color:white;
  }
.interface1 h3{color:white;margin:20px 0px;}
.interface1 .erweima{width: 80%;
margin: 0px auto;
background: rgba(255,255,255,0.3);
padding: 20px;
box-sizing: border-box;}
.interface .info_12{
    width: 90%;
margin: 0px auto;
}
.info_22{
    text-align: center;
    font-size: 18px;
    margin: 20px 0px;
}
.bind_buton{color:white;padding: 10px 5px;}
.info_33 .title1{font-size:18px;margin:20px 0px;font-weight:bold;}
.info_33 img{padding: 10px;}
.detail .container::before{border:none;background:none !important;}
.detail .pro_img_title{font-size:18px;}
.detail .pro_img_title p{padding:0px;}
.detail .pro_img_l {position:relative;}
.detail .pro_img_l img{max-width:200px;}
.detail .unre{
    position: absolute;
    right: 0px;
    bottom: 20px;
}
.detail .pro_img{padding-bottom:20px;width:80%;margin:0px auto;}
.detail .fenge{
    height:1px;
    background: #333;
}
.banben{
    margin: 20px 0px;
}
.interface.inner.services .ex_1{text-align: left; padding: 0px 10px;}
.banben .banb_list{display: flex;
align-items: center;
width: 80%;
margin: 20px auto;}
.banben .banb_list .banb_1{text-align:left;}
.banben .banb_list .banb_2{text-align:right;}
.bund .bund-tit .bund1{width: 20%;text-align: center;display:inline-block;font-size:18px;}
.banben .banb_list>div{width:33.3%;text-align: center;font-size: 18px;}
.bund{margin:20px 0px;}
.bund .hr{background:#333;width:40%;display:inline-block;height:1px;}
.bund .bundlist{display:flex;align-items:center;width:80%;margin:20px auto;}
.bund .bundlist>div{width:20%;text-align:center;}
.bund .bundlist .thumb img{width:50px;}
.bund .bundlist .thumb{text-align:left;}
.bund .bundlist .dodo{text-align:right !important;}
.bund .file i{font-size: 20px;color: #409eff;cursor:pointer;}
.Mobile_login {display:flex;align-items:center;}
.Mobile_login .jia{    display: inline-block;height:42px;
    border: 1px solid;
    border-color: #CCC;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #49545C;
    margin-bottom: 10px;
    padding: 11px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#user_entry{display:inline-block; float: left; margin: -2px 0 0 22px;}
.Mobile_login input{border-bottom-left-radius:0px;border-top-left-radius:0px;border-left:0px}
@media screen and (max-width: 650px) {
    #app .container1{width:100%}
    .tabs{flex-wrap: wrap;}
    .tabs .tabs1 {
    width: 43%;
    margin: 10px;
}
.main-block .block1{margin-top:10px;}
.main-block .block1 .block1_thumb{width:30%;}
.block1_info p{padding-bottom:5px;}
.container3 .item1 .item_list{width:42%;}
.container3 .item1 .plus{height:150px;}
.main-block .el-dialog{width:100% !important;}
.interface1{flex-wrap:wrap;}
.interface1 .internal{margin:20px auto;width:90%;}

.services form{width:100%;}
 .interface .external{width:100%;}
 .interface.inner.services .ex_1{text-align:center;}
 #user_entry{margin: 2px 0 0 2px;}
 .et_header_style_left .logo_container{position:relative;width:auto !important;height:auto !important;}
.nav_container{display:flex;align-items:center;}
#et-top-navigation{padding-left:10px !important;display:flex;align-items:center;}
.et_header_style_left #logo{max-width:80px;}
.mobile_menu_bar{padding-bottom:0px !important;}
.et_header_style_left #et-top-navigation{padding-top:10px;}
.et-search-form input{right:0px;    margin: 5px 0px;
    padding-top: 5px;}
#content-area .el-dialog{width:100% !important;}
.detail .pro_img_l .el-button{padding:5px 10px;}
.container{width:95%;}
.banben .banb_list{width:95%;}
.banben .banb_list>div{font-size:14px;}
.banben .banb_list>div:nth-child(1){width:50%;}
.banben .banb_list>div:nth-child(2){width:20%;}
.banben .banb_list>div:nth-child(3){width:30%;}
.detail .pro_img_title{font-size:14px;}
.bund .bund-tit .bund1{font-size: 14px;}
.bund .bundlist>div:nth-child(1){width:20%}
.bund .bundlist>div:nth-child(2){width:20%}
.bund .bundlist>div:nth-child(3){width:30%}
.bund .bundlist>div:nth-child(4){width:10%}
.bund .bundlist>div:nth-child(4){width:20%}
}
.main-block .el-dialog{    margin: 20% auto 40%;}
#et-main-area{
        height: calc(100vh - 69px);
}
