* {
  outline: none;
}

/*@font-face{
  font-family: '微软雅黑';
  src: url(MSYH.ttf;vpn_img) format('truetype');;
}
*/
@font-face{
  font-family: '黑体';
  src: url(simhei.ttf;vpn_img) format('truetype');;
}

@font-face{
  font-family: '楷体';
  src: url(simkai.ttf;vpn_img) format('truetype');;
}

@font-face{
  font-family: '仿宋';
  src: url(FZFSJW.ttf;vpn_img) format('truetype');;
}

@font-face{
  font-family: '华文中宋';
  src: url(STZhongsong.ttf;vpn_img) format('truetype');;
}

@font-face{
  font-family: '方正小标宋';
  src: url(FZXiaoBiaoSong-B05S.ttf;vpn_img) format('truetype');;
}

html,
body {
  background: #fff;
  color: #323232;
  font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, 'SF Pro Display', Roboto, Noto, Arial, 'PingFang SC', sans-serif;
  font-size: 20px;
  height: 100%;
  margin: 0;
  min-width: 1280px;
}

img{
  border:0;
}

body {
  font-size: 0.8rem;
}

a,
label {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

input,
button,
textarea {
  font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, 'SF Pro Display', Roboto, Noto, Arial, 'PingFang SC', sans-serif;
  font-size: 16px;
}

body .f-l {
  float: left;
}

body .f-r {
  float: right;
}

body .ta-l {
  text-align: left;
}

body .ta-c {
  text-align: center;
}

body .ta-r {
  text-align: right;
}

body .va-m {
  vertical-align: middle !important;
}

body .va-t {
  vertical-align: top !important;
}

body .scroll {
  overflow: auto;
}

body .unscroll {
  overflow: hidden;
}

body .v-hidden {
  visibility: hidden;
}

body .v-show {
  visibility: show;
}

body .mcenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .pl80 {
  padding-left: 80px;
}

body .pr80 {
  padding-right: 80px;
}

body .pl20 {
  padding-left: 30px;
}

body .pr20 {
  padding-right: 30px;
}

body .pt30 {
  padding-top: 30px;
}

body .pb30 {
  padding-bottom: 30px;
}

body .ml20 {
  margin-left: 20px;
}

body .mr20 {
  margin-right: 20px;
}

body .ml40 {
  margin-left: 40px;
}

body .mr40 {
  margin-right: 40px;
}

body .mt30 {
  margin-top: 30px;
}

body .mb30 {
  margin-bottom: 30px;
}

body .w100p {
  width: 100%;
}

body .w20p {
  width: 20%;
}

body .w35p {
  width: 35%;
}

body .w50p {
  width: 50%;
}

body .w65p {
  width: 65%;
}

body .h5em {
  height: 12em;
  /*字16px行高24px,原9em*/
}

body .circle {
  border-radius: 100% !important;
}

body .box-shadow {
  box-shadow: 0px 0px 9.9px 1px rgba(207, 207, 207, 0.32);
}

body .bg-light-gray {
  background-color: #f2f6fe;
}

body .bt-dashed-blue {
  border-top: 1px dashed #9CC0FD;
}

.wrap {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px;
}

.main {
  background: #FFFFFF;
  margin: 30px 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.tabs {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  overflow: hidden;
}

.tabs li {
  float: left;
}

.tabs li a {
  color: #959595;
  display: block;
  font-size: 20px;
  line-height: 36px;
  margin: 0 17px;
}

.tabs li a.focus {
  color: #2f7cf6;
  border-bottom: 2px solid #2F75F6;
}

.txt {
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.8rem;
  padding-left: 10px;
  padding-right: 10px;
  /*line-height: 42px;*/
  margin: 0;
  vertical-align: middle;
}
.yzm{
	height: 42px;
	padding: 0;
	display: inline;
}
input.txt {
  height: 42px;
}
.txt.suggestion {
  background: #FFF;
  display: inline-block;
  position: relative;
}

.txt.suggestion input {
  border: 0;
  height: 36px;
}

.select {
  border: 1px solid #DCDCDC;
  clear: initial;
  display: inline-block;
  float: none;
  height: 42px;
  line-height: 42px;
  padding-left: 20px;
}

.select span.current{
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.select .list {
  display: none;
  max-height: 300px;
  left: -1px;
  min-width: 100%;
  overflow: auto;
}

.select.open .list {
  display: block;
}

.select .option {
  padding-left: 20px;
  position: relative;
}

.select .pin.option {
  color: initial;
}

.select .pin.option:after {
  background: no-repeat center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath fill-rule='evenodd' fill='%232F7EF6' d='M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10-4.477 10-10 10z'/%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M15.99 8.265L10 13.99 4.01 8.265l1.331-1.272L10 11.446l4.659-4.453 1.331 1.272z'/%3E%3C/svg%3E");
  content: "";
  position: absolute;
  right: 12px;
  height: 100%;
  width: 20px;
}

.select .lv2 {
  padding-left: 60px;
  display: none;
}

.btn {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #FFF;
  box-shadow: 0px 0px 9.9px 0.1px rgba(5, 157, 254, 0.32);
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  margin: 0;
  min-width: 111px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.btn.primary {
  background: #2f7af6;
  border: 1px solid #2F7DF6;
  color: #FFF;
  height: 40px;
  line-height: 38px;
}

.btn.grey {
  background: #999;
  border: 1px solid #ccc;
  color: #FFF;
  height: 40px;
  line-height: 38px;
}

.btn.link {
  background: no-repeat;
  box-shadow: none;
  color: #2F7DF6;
  text-decoration: underline;
}


form h2.title {
  color: #323232;
  font-size: 18px;
  margin-left: 20px;
}

form h2.title:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='10'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='100%25' x2='0%25' y1='0%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='%23ACCBFC'/%3E%3Cstop offset='100%25' stop-color='%230A22EA'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='none' d='M70 10V0h2v10h-2zM65 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zM5 0h2v10H5V0zM0 0h2v10H0V0z'/%3E%3Cpath fill='url(%23a;vpn_img)' d='M70 10V0h2v10h-2zM65 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zm-5 0h2v10h-2V0zM5 0h2v10H5V0zM0 0h2v10H0V0z'/%3E%3C/svg%3E");
  display: inline-block;
  height: 10px;
  width: 72px;
  margin-left: 5px;
}

label>input[type=radio],
label>input[type=checkbox] {
  visibility: hidden;
}

label>input[type=radio]+span:before,
label>input[type=checkbox]+span:before {
  content: "";
  border: 2px solid #c1c9db;
  border-radius: 2px;
  display: inline-block;
  margin: -2px 7px 0 -14px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
}

label>input[type=radio]+span:before {
  border-radius: 14px;
  border: 2px solid #AFAFAF;
}

label>input[type=radio]:checked+span:before,
label>input[type=checkbox]:checked+span:before {
  content: "";
  border-width: 0;
  background: #437BEE no-repeat center url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9'%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M1.05 4.174a1.002 1.002 0 0 1 1.415 0L6 6.71a1 1 0 1 1-1.414 1.415L1.05 5.589a1.002 1.002 0 0 1 0-1.415z'/%3E%3Cpath fill-rule='evenodd' fill='%23FFF' d='M4.586 6.71L9.536.76a.999.999 0 1 1 1.414 1.414L6 8.125A1 1 0 0 1 4.586 6.71z'/%3E%3C/svg%3E");
}

label>input[type=radio]:checked+span:before {
  border: 2px solid #437DEE;
}

table.border th,
table.border td {
  border: 2px solid #e5e5e5;
}

table.form {
  border-spacing: 20px;
}

table.form th {
  color: #323232;
  text-align: left;
}

table.form td {
  padding: 0;
  position: relative;
}

table.form .err {
  color: #f50000;
}
table.form .tip.err:before {
  content: "";
  /*font-size: 14px;*/
  /*padding-left: 30px;*/
  display: inline-block;
  background: no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11'%3E%3Cpath fill-rule='evenodd' fill='%23F50000' d='M10.128 2.952l-3.455 1.46.559-3.961H4.171l.559 3.961-3.467-1.46-.927 2.654 3.759.533-2.692 2.945 2.387 1.638 1.906-3.504 1.917 3.504 2.388-1.638-2.68-2.945 3.76-.533-.953-2.654z'/%3E%3C/svg%3E");
  vertical-align: middle;
  height: 12px;
  width: 12px;

}

table.form .vcode img {
  border-radius: 4px;
  background: #DBE9FF;
  width: 95px;
  height: 42px;
  position: absolute;
  right: 60px;
  top: 0;
  vertical-align: middle;
  display: block;
}

table.form .vcode a {
  position: absolute;
  color: #2f7cf6;
  right: 0;
  line-height: 40px;
  top: 0;
}

table.form td label {
  line-height: 42px;
}

body>.header {
  background: no-repeat center url(../img/bg_header.jpg;vpn_img);
  height: 276px;
}

body>.header>.wrap {
  background: no-repeat 20px center url(logo.png;vpn_img);
  padding: 212px 0 0;
}
