body,
div,
ul,
ol,
dt,
dd,
dl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
textarea,
p,
img,
a,
span,
strong,
* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  font-family: "微软雅黑";
  color: #000000;
  min-width: 1280px;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
}

img,
input,
select,
textarea {
  vertical-align: middle
}

img {
  border: none;
}

a {
  color: #333333;
  text-decoration: none;
}

/* a:hover{ color: #f00;} */
.clear {
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
}

/* 清除浮动 在称不开父元素宽高的时候使用 */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.clearfix {
  zoom: 1;
}

/* 设置HTML5 - placeholder样式 */
input[placeholder],
[placeholder],
*[placeholder] {
  font-family: 微软雅黑;
}

/* 设置HTML5 - 默认 placeholder样式 */
input::-webkit-input-placeholder {
  color: #ddd;
}

/* 文字超过一定长度变点点点 */
.text_overflow {
  width: 237px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

/* 去除input焦点框框 */
input {
  outline: none
}

/* 设置i标签为图标块 */
i {
  display: block;
}


section .card-head {
  width: 250px;

  margin-top: 15px;
}

section .card-head .menu {
  background-color: #0075da;
  font-size: 14px;
  color: #fff;
  border: 1px solid #D5D5D5;
}

section .card-head .menu p {
  line-height: 36px;
}

section .card-head .act {
  color: #0075da;
}

section .card-head .menu .level_menu2 {
  padding-left: 20px;
  background: #fff;
  cursor: pointer;
  color: #000;
  position: relative;
  padding-bottom: 18px;
}

section .card-head .menu .level_menu2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 0;
  height: 100%;
  border-left: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu2:last-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  bottom: 27px;
  width: 0;
  height: auto;
  border-left: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu2 span {
  position: relative;
  line-height: 20px;
  margin-top: 8px;
  display: inline-block;
}

section .card-head .menu .level_menu2 span:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 6px;
  width: 15px;
  height: 0;
  border-bottom: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu3 {
  padding: 8px 0 0 10px;
  position: relative;
  line-height: 18px;
}

section .card-head .menu .level_menu3:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 18px;
  left: 25px;
  width: 0;
  border-left: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu3 li {
  cursor: pointer;
  position: relative;
  padding: 9px 5px 9px 35px;
  cursor: pointer;
}

section .card-head .menu .level_menu3 li:hover {
  color: #0075da;
}

section .card-head .menu .level_menu3 li:before {
  content: '';
  position: absolute;
  top: 17px;
  left: 15px;
  width: 15px;
  height: 0;
  border-bottom: 1px dotted #c0c4cc;
}

section .card-head .menu .level_menu3 .level_menu4 {
  /* left: 0; */
  padding: 0 5px 0 10px;
  position: relative;
}

section .card-head .menu .hasnext:before {
  bottom: 10px;
}

section .card-head .menu .level_menu4 ul {
  padding: 0 0 0 12px;
}

section .card-head .menu .level_menu3 .level_menu4:before {
  content: '';
  position: absolute;
  top: 26px;
  left: 36px;
  width: 0;
  height: auto;
  bottom: 18px;
  border-left: 1px dotted #c0c4cc;
}

section .card-head .menu .hide {
  background: url('../images/bg09.png;vpn_img') no-repeat;
  background-position: 20px center;
  padding-left: 45px;
  cursor: pointer;
}

section .card-head .menu .open {
  background: url('../images/bg10.png;vpn_img') no-repeat;
  background-position: 20px center;
  padding-left: 45px;
}

section .card-head .menu .none {
  display: none;
}

section .card-head .menu .block {
  display: block;
}

section .resource {
  padding: 20px 15px 15px 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section .container {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
}

section .container .conta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section .container .details{
    padding: 20px 40px;
}
section .containerDetails{
    box-shadow: 0px 0px 10px 0px rgb(188 184 184 / 50%);
}

.catalog {
  color: #666;
}

.catalog p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  color: #666;
}



.catalog h4 {
  font-size: 22px;
  color: #000;
  padding: 5px 0;
}

.catalog h5 {
  font-size: 20px;
  color: #000;
  padding: 20px 0 5px 0;
  display: block;
}

.catalog h5 a {
  font-size: 20px;
  color: #000;
  display: block;
}

.catalog a {
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.catalog .catalog_timers {
  padding: 10px 30px 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog .catalog_timers li {
  list-style-type: none;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #666;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 15px 15px 0;
  width: 70px;
  text-align: center;
}

.catalog_data {
  width: 100%;
  border: 1px solid #DEDEDE;
  overflow: hidden;
  margin: 10px 0;
}

strong {
  color: #FF0000;
}

.catalog_data li {
  width: 50%;
  float: left;
  font-size: 14px;
  list-style-type: none;
  line-height: 40px;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}



.catalog_data li:nth-child(2n-2) {
  border-left: none;
}

.catalog_data li:nth-child(1) {
  border-top: none;
  border-left: none;
}

.catalog_data li span {
  width: 120px;
  text-align: center;
  background: #f9f9f9;
  display: inline-block;
  border-right: 1px solid #DEDEDE;
}

.catalog_data li input {
  width: 300px;
  height: 34px;
  padding: 0 5px;
}

.catalog_data li label {
  margin: 0 13px;
}

.catalog_data .catalog_search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 0;
}

.catalog_data .catalog_search span {
  background: #0075da;
  padding: 3px 10px;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
  width: auto;
  line-height: 28px;
}

.catalog .tab_len {
  width: 100% !important;
}

.catalog .tab_len span {
  display: block !important;
  width: 100% !important;
  background: #fff !important;
  border-right: none !important;
}

.information h4 {
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.information h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.information img {
  max-width: 100%;
  margin: 5px 0;
}

.information p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

.information table {
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
  text-align: center;
  margin-top: 15px;
}

.information .table>thead>tr>th {
  background: #E5ECF4;

}

.information .table>thead>tr>th,
.information table>tbody>tr>td {
  padding: 8px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #DEDEDE;

  color: #333;
  font-weight: normal;
  font-size: 14px;
}

.information .table-striped>tbody>tr:nth-child(odd) {
  border-bottom: 1px solid #dddddd;
}

.means {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.means .means_left {
  width: 280px;
  background-color: rgb(244, 244, 244);
  padding: 0 5px 10px;
  border-radius: 5px;
}

.means .means_left h5 {
  font-size: 16px;
  line-height: 45px;
  padding-left: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDD;
  color: #666666;
}

.means .means_left li {
  font-size: 14px;
  list-style-type: none;
  line-height: 30px;
  cursor: pointer;
  padding-left: 10px;
}

.means .means_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 30px;
}

.means .means_right p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

.means .means_right h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.means .means_right a {
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.iftimer h4 {
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.iftimer h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.iftimer img {
  max-width: 100%;
  margin: 5px 0;
}

.iftimer p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

.iftimer table {
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
  text-align: center;
  margin-top: 15px;
}

.iftimer .table>thead>tr>th {
  background: #E5ECF4;

}

.iftimer .table>thead>tr>th,
.iftimer table>tbody>tr>td {
  padding: 8px;
  height: 20px;
  vertical-align: middle;
  color: #333;
  font-weight: normal;
  font-size: 14px;
}

.iftimer .table-striped>tbody>tr:nth-child(odd) {
  border-bottom: 1px solid #dddddd;
}

.iftimer .search_data {
  width: 100%;
  border: 1px solid #DEDEDE;
  overflow: hidden;
}

.iftimer strong {
  color: #FF0000;
}

.iftimer .search_data li {
  width: 50%;
  float: left;
  font-size: 14px;
  list-style-type: none;
  height: 57px;
  line-height: 57px;
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}

.iftimer .search_data li:nth-child(1),
.iftimer .search_data li:nth-child(2) {
  border-top: none;
}

.iftimer .search_data li:nth-child(2n-1) {
  border-left: none;
}

.iftimer .search_data li span {
  width: 57px;
  text-align: center;
  background: #f9f9f9;
  display: inline-block;
  border-right: 1px solid #DEDEDE;
}

.iftimer .search_data li input {
  width: 160px;
  height: 34px;
  padding: 0 5px;
}

.iftimer .search_data li label {
  margin: 0 13px;
}

.iftimer .search_data .search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iftimer .search_data .search p {
  background: #0075da;
  padding: 3px 10px;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  cursor: pointer;
  border-radius: 5px;
}

.iftimer .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  margin-top: 30px;
}

.iftimer .page li {
  padding: 0 6px;
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.response {
  color: #666;
}

.response p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

.response h5 {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.response a {
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.response ul {
  padding: 30px;
}

.response ul li {
  list-style-type: none;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}

/* 页面主受限宽度 */


section .screen {
  width: 100%;
  background: #fff;
  padding: 15px;
  margin: 15px 0;
}

section .screen .screen_ul {
  border: 1px solid #666;
  border-radius: 5px;
}

section .screen .screen_ul li {
  line-height: 30px;
  padding: 10px 0;
  border-top: 1px solid #666;
  font-size: 14px;
  color: #666;
}

.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 !important;
}

section .screen .screen_ul li:first-child {
  border-top: none;
}

section .screen .screen_ul li h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
}

section .screen .screen_ul li span {
  width: 220px;
  padding-left: 15px;
  height: 100%;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

section .screen .screen_ul li .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #666;
  padding: 5px 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section .screen .screen_ul li .label label {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section .screen .screen_ul li .label input {
  margin-right: 5px;
}

section .screen .screen_ul .bot {
  text-align: center;
}

section .screen .screen_ul .bot p {
  display: inline-block;
  width: auto;
  background: #0075da;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

section .screen .screen_ul li p {
  padding: 0 15px;
  color: #666;
  font-size: 14px;
}

.iftimer_timer h4 {
  font-size: 18px;
  color: #666;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.iftimer_timer h5 {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

.iftimer_timer img {
  max-width: 100%;
  margin: 5px 0;
}

.iftimer_timer p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
}

/*.iftimer_timer table {
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
  text-align: center;
  margin-top: 15px;
}

.iftimer_timer .table>thead>tr>th {
  background: #E5ECF4;

}

.iftimer_timer .table>thead>tr>th,
.iftimer_timer table>tbody>tr>td {
  padding: 8px;
  height: 20px;
  vertical-align: middle;
  border: 1px solid #DEDEDE;
  color: #333;
  font-weight: normal;
  font-size: 14px;
}*/

.iftimer_timer .table-striped>tbody>tr:nth-child(odd) {
  border-bottom: 1px solid #dddddd;
}

.iftimer_timer .search_data {
  width: 100%;
  border: 1px solid #DEDEDE;
  overflow: hidden;
  margin: 10px 0;
}

.iftimer_timer strong {
  color: #FF0000;
}

.iftimer_timer .search_data li {
  width: 50%;
  float: left;
  font-size: 14px;
  list-style-type: none;
  height: 57px;
  line-height: 57px;
  border-top: 1px solid #DEDEDE;
}

.iftimer_timer .search_data li:nth-child(1),
.iftimer_timer .search_data li:nth-child(2) {
  border-top: none;
}

.iftimer_timer .search_data li:nth-child(2n-1) {
  border-left: none;
}

.iftimer_timer .search_data li span {
  width: 57px;
  text-align: center;
  background: #f9f9f9;
  display: inline-block;
  border-right: 1px solid #DEDEDE;
}

.iftimer_timer .search_data li input {
  width: 160px;
  height: 34px;
  padding: 0 5px;
}

.iftimer_timer .search_data li label {
  margin: 0 13px;
}

.iftimer_timer .search_data .search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.iftimer_timer .search_data .search p {
  background: #0075da;
  padding: 3px 10px;
  margin: 0 10px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  cursor: pointer;
  border-radius: 5px;
}


.iftimer_timer .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  margin-top: 30px;
}

.iftimer_timer .page li {
  padding: 0 6px;
}

.iftimer_timer a {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.iftimer_timer .iftimer_timer .down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.iftimer_timer .down a {
  padding: 0 8px;
}

.iftimer_timer .tab_len {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iftimer_timer .tab_len input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 12px 10px;
}

.iftimer_timer .contact {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.iftimer_timer .contact li {
  line-height: 30px;
}

section .order strong {
  color: red;
  line-height: 30px;
}

section .order .order_line {
  border-left: 1px solid #666;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
  overflow: hidden;
  min-height: 30px;
}

section .order .order_line_r {
  border-right: 1px solid #666;
}

section .order .order_flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

section .order .order_flex_box p {
  display: inline-block;
  width: auto;
  background: #0075da;
  border-radius: 5px;
  color: #fff !important;
  cursor: pointer;
}

section .order .order_sel {
  width: 100%;
  height: 40px;
}

section .order .shmin p {
  color: #0075da !important;
}

section .order .wid50 {
  width: 50%;
}

section .order .order_line input {
  width: 100%;
  height: 40px;
}

section .order .flex_wrapspan {
  max-height: 140px;
  line-height: 20px;
  overflow-y: auto;
  margin: 0 5px;
  background: #fff;
}

section .order .order_box {
  height: 140px;
  margin: 0 5px;
  border: 1px solid #666;
}

section .order .order_textarea {
  width: 100%;
  height: 80px;
}

section .order .flex_wrapspan a {
  display: block;
  width: 100%;
}

section .observ_box {
  padding: 0;
}

section .observation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}

section .observation .observation_left ul {
  width: 250px;
  font-size: 16px;
  color: #666;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(188, 184, 184, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(188, 184, 184, 0.5);
}

section .observation .observation_left li {
  line-height: 30px;
  padding: 7px 0 7px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #EEEEEE;
}

section .observation .observation_left li:last-child {
  border: none;
}

section .observation .observation_left li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #666;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section .observation .observation_left .act:after {
  border: 1px solid #0075da;
  background: #0075da;
}

section .observation .observation_left li.act a{
  color: #0075da;
}

section .observation .observation_left li a:hover {
  color: #0075da;
}

section .observation .observation_left li:hover:after {
  border: 1px solid #0075da;
}

section .observation .observation_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 5px;
  margin-left: 15px;
  padding: 15px 15px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(188 184 184 / 50%);
    box-shadow: 0px 0px 10px 0px rgb(188 184 184 / 50%);
}


section .observation .observation_right .obser_sel {
  font-size: 14px;
  padding: 15px 0;
}

section .observation .observation_right .obser_sel p {
  line-height: 30px;
  color: #000;
}

section .observation .observation_right .obser_sel ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #666;
}

section .observation .observation_right .obser_sel ul li {
  cursor: pointer;
  color: #000;
  /* border: 1px solid #666; */
  border-radius: 5px;
  background: rgb(238, 238, 238, .5);
  padding: 0px 10px;
  /* box-shadow: 0px 0px 10px 0px rgba(188, 184, 184, 0.5); */
  margin: 0 10px 15px 0;
  text-align: center;
}



section .observation .observation_right .obser_sel span,
section .observation .observation_right .obser_sel ul li.act {
    color: #fff!important;
    background: #2D90FF;
}

section .observation .observation_right .obser_sel ul li.act a {
  color: #fff;
}

section .observation .observation_right .obser_sel ul li:hover {
    color: #fff!important;
    background: #2D90FF;
    box-shadow: 0px 0px 9px 0px rgba(230, 238, 242, 1);
}

section .observation .observation_right .obser_sel ul li:hover a {
  color: #fff;
}

section .observation .observation_right h4 {
  font-size: 16px;
  color: #666;

}

section .observation .observation_right h5 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  /* border-left: 2px solid #0075da; */
  position: relative;
  padding-left: 10px;
}

section .observation .observation_right h5:before {
    width: 3px;
    border-radius: 3px;
    top: 5px;
    left: 0;
    background: #2D90FF;
    position: absolute;
    content: '';
    bottom: 5px;
}

section .observation .observation_right .obser_cont {
  padding: 15px 0;
}

section .observation .observation_right .obser_cont li {
  border-bottom: 1px dashed #666;
  padding: 15px 0;
}

section .observation .observation_right .obser_flex {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  color: #666;
  font-weight: 500;
  font-size: 16px;
}

section .observation .observation_right .obser_flex a {
  cursor: pointer;
}

section .observation .observation_right .obser_dbtj {
  font-size: 14px;
  line-height: 30px;
}

section .observation .observation_right .obser_dbtj span {
  color: #333;
  margin-right: 5px;
}

section .observation .observation_right .obser_dbtj p {
  font-weight: 400;
}

section .observation .observation_right .obser_logo {
  width: 150px;
  height: 100px;
  margin-right: 30px;
  float: left;
}

section .observation .observation_right .obser_logo img {
  width: 100%;
  height: 100%;
}

section .origin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .origin img {
  max-width: 100%;
}

section .origin .origin_left {
  margin-right: 30px;
}

section .origin .origin_left h5 {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
  position: relative;
  /* border-bottom: 3px solid #0F48F7; */
}

section .origin .origin_left h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0F48F7;
  border-radius: 3px;
}

section .origin .origin_left ul {
  width: 250px;
  font-size: 16px;
  color: #666;
}

section .origin .origin_left li {
  line-height: 30px;
  padding: 7px 0 7px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #EEEEEE;
}

section .origin .origin_left li:last-child {
  border: none;
}

section .origin .origin_left li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('../images/origin_r.svg;vpn_img') no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

section .origin .origin_left .act:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('../images/origin.svg;vpn_img') no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

section .origin .origin_left li.act {
  color: #0075da;
}

section .origin .origin_left li:hover {
  color: #0075da;
}

section .origin .origin_left li:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  background: url('../images/origin.svg;vpn_img') no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

section .origin .origin_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section .origin .origin_right h5 {
  font-size: 16px;
  padding: 5px 10px;
  background: #F1F1F1;
  margin-bottom: 15px;
}

section .origin .origin_right .origin_headr {
  margin-bottom: 15px;
}

section .origin .origin_right .origin_headr p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

section .origin .origin_right .origin_cont {
  box-shadow: 0px 0px 5px 0px rgba(233, 237, 250, 1);
}

section .origin .origin_right .origin_cont h5 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
}

section .origin .origin_right .origin_cont h5:before {
  width: 3px;
  border-radius: 3px;
  top: 8px;
  bottom: 8px;
  left: 5px;
  background: #0F48F7;
  position: absolute;
  content: '';
}

section .origin .origin_right .origin_cont .origin_ul {
  padding: 0 15px;
  border-bottom: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}

section .origin .origin_right .origin_cont .origin_li {
  padding: 30px 0;
  border-bottom: 1px dashed #F1F1F1;
}

section .origin .origin_right .origin_cont .origin_li a {
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}

section .origin .origin_right .origin_cont .origin_li p {
  font-size: 14px;
  color: #000000;
}

section .origin .origin_right .origin_cont .iftimer_timer .page {
  margin: 30px 0;
}

section .standard_ff {
  padding: 0;
}

section .standard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section .standard .standard_left {
  width: 208px;
  margin-right: 15px;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(188, 184, 184, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(188, 184, 184, 0.5);
}

section .standard .standard_left h5 {
  font-size: 16px;
  color: #000;
  line-height: 40px;
  position: relative;
  display: inline-block;
  /* margin: 0 15px; */
}

section .standard .standard_left h5:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #1F94F6;
  border-radius: 3px;
}

section .standard .standard_left ul {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}

section .standard .standard_left ul li {
  line-height: 30px;
  padding: 8px 15px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px dashed #EEEEEE;
}
section .standard .standard_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 5px;
  padding: 30px 50px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(188, 184, 184, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(188, 184, 184, 0.5);
  min-height: 600px;
  position: relative;
}

section .standard .standard_right h5 {
  text-align: right;
  font-weight: normal;
  color: #6f6f6f;
  font-size: 14px;
  padding: 5px 0 10px;
  display: block;
  border-bottom: 1px solid #EEEEEE;
}

section .standard .standard_right span {
  color: #999;
}

section .standard .collection span {
    color: #000!important;
  }

section .standard .standard_right .origin_ul {
  padding: 30px 0;
  min-height: 500px;
}

section .standard .standard_right .origin_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #EEEEEE;
  line-height: 30px;
  padding: 5px 0 5px 15px;
  font-size: 18px;
  position: relative;
}
section .standard .standard_right .origin_ul li span{
  display: block;
  font-size: 14px;
}

section .standard .standard_right .origin_ul a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #666;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


section .standard .standard_right .origin_ul li a {
  cursor: pointer;
  color: #666;
}


section .standard .standard_right .origin_ul li p {
  color: #666666;
}

section .standard .standard_right .origin_ul a:hover:before {
  background: #0F48F7;
}

section .standard .standard_right .origin_ul a:hover,
section .standard .standard_right .origin_ul a:hover font,
section .standard .standard_right .origin_ul li:hover p {
  color: #0F48F7;
}

section .standard .standard_right .origin_ul li:last-child {
  border: none;
}

section .details .details_headr {
  padding: 5px 0 10px;
  font-weight: normal;
  color: #6f6f6f;
  font-size: 14px;
  border-bottom: 1px solid rgb(204, 204, 204);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section .details .details_headr a {
  color: #6f6f6f;
  cursor: pointer;
  padding: 0 5px;
}
section .details .details_headr a:hover{
    text-decoration: underline;
}
section .details .details_cont {
  padding-top: 15px;
  line-height: 30px;
  overflow: hidden;
}

section .details .details_cont h5 {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

section .details .details_cont .details_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #afafaf;
  margin-top: 8px;
  font-size: 13px;
}

section .details .details_cont .details_tit span {
  padding: 0 15px;
}

section .details .details_cont .details_tit span:first-child,
section .details .details_cont .details_tit span:last-child {
  padding: 0;
}

section .details .details_cont ul {
  margin: 20px 0;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  padding: 0 15px;
}

section .details .details_cont ul li {
  margin-bottom: 15px;
}

section .details .details_cont span {
  margin-bottom: 15px;
}

section .details .details_cont strong {
  font-weight: bold;
  color: #666666;
}

section .details .details_cont .cont p {
  line-height: 30px;
  font-size: 16px
}
.obser_text {
    padding-left: 180px;
}
