div.sec {
    width: 100%;
    margin-top: 80px;
    padding: 0 85px;
    box-sizing: border-box;
    line-height: 1.4;
    overflow: hidden;
  }

  body div.sec .red {
    color: red;
  }

  .page_content .sec .sec_tit {
    color: #1b1b1b;
  }

  .page_content .sec .sec_tit h3 {
    margin-bottom: 25px;
    font-size: 1.5em;
  }

  .page_content .sec .sec_tit h3 span {
    color: #7145ff;
  }

  .page_content .sec .sec_tit p {}

  .page_content .sec .sec_con {
    margin-top: 60px;
  }

  .page_content .sec .sec_con .table_tit {
    color: #7145ff;
    font-size: 19px;
    margin-bottom: 10px;
  }

  .page_content .sec .sec_con .table_tit::before {
    content: '\f00c';
    display: absolute;
    left: 0;
    top: 3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-right: 7px;
  }

  .page_content .sec .sec_con .table_wrap {
    position: relative;
    width: 790px;
    margin: 0 auto;
  }

  .page_content .sec .sec_con table {
    width: 790px;
    margin: 0 auto;
    border: none;
    color: #555;
  }

  .page_content .sec .sec_con table tr {
    border-bottom: 1px solid #bfbbce;
  }

  .page_content .sec .sec_con table tr .accent {
    color: #7145ff;
    font-weight: bold;
  }

  .page_content .sec .sec_con table tr th,
  .page_content .sec .sec_con table tr td {
    border: none;
    text-align: center;
  }

  .page_content .sec .sec_con table thead th {
    background: #bfbbce;
    height: 70px;
  }

  .page_content .sec .sec_con table thead th.accent {
    color: #4020aa;
  }

  .page_content .sec .sec_con table tbody {
    background: #fff;
  }

  .page_content .sec .sec_con table tbody td {
    height: 40px;
    font-size: 14px;
    border: none;
  }

  .page_content .sec .sec_con table .price_row .accent .renew_price {
    text-decoration: line-through;
    color: #555;
    font-weight: normal;
  }

  .page_content .sec .sec_con .accent_line {
    border: 1px solid #7145ff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -1px;
    width: 430px;
    height: 100%;
    left: 90px;
  }

  .page_content .sec .sec_con .col3 .accent_line {
    width: 335px;
    left: 160px;
  }

  .page_content .sec .sec_con .col6 .accent_line {
    width: 429px;
    left: 120px;
  }

  .page_content .sec .sec_con .warning {
    color: #777777;
    padding-top: 20px;
  }

  .page_content .sec.vps_contents .sec_tit {
    text-align: center;
  }

  .page_content .sec.dark {
    background: #2c2a33;
    color: #e7e5ee;
    padding: 85px;
  }

  .page_content .sec.dark h3 {
    color: #e7e5ee;
  }

  .page_content .sec.dark h3 span {
    color: #14ffca;
  }

  .page_content .sec.dark p {
    color: #e7e5ee;
  }

  .page_content .full_sec {
    color: #fff;
    font-size: 1.5em;
    background: #7145ff;
    padding: 40px 85px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    background-color: #7145ff;
    background-image: linear-gradient(45deg, #7145ff 63%, #4020aa 35%);
  }

  .page_content .full_sec>div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-weight: 400;
  }

  .page_content .full_sec div a {
    display: inline-block;
    border: 1px solid #fff;
    height: 44px;
    width: 180px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 17px;
    float: right;
  }

  .page_content .sec_btn {
    overflow: hidden;
    margin: 0 auto;
    margin: 60px 0;
    text-align: center;
    display: none;
  }

  .page_content .sec_btn>div {
    display: inline-block;
    margin: 30px 0 30px;
  }

  .page_content .sec_btn a {
    display: inline-block;
    width: 210px;
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background: #2c2a33;
    font-weight: bold;
  }

  .page_content .sec_btn a:hover {}

  .page_content .sec_btn a:first-child {
    background: #7145ff;
    margin-right: 8px;
  }

  .page_content .sec_btn a:first-child:hover {}

  .page_content .footer {
    color: #fff;
    background: #2c2a33;
    padding: 85px 120px;
    display: table;
    width: 100%;
    box-sizing: border-box;
  }

  .page_content .footer>div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }

  body div.sec.vps_contents {
    padding-bottom: 10px;
  }

  /* tab */
  .page_content .tab-wrapper {
    margin-top: 100px;
    background: #e7e5ee;
    overflow: hidden;
  }

  .page_content .tab-wrapper .vps_info {
    background: #fff;
  }

  .page_content .tab-wrapper .event_tab {
    width: 100%;
    border-bottom: 1px solid #bfbbce;
    overflow: hidden;
    background: #fff;
  }

  .page_content .tab-wrapper .event_tab span {
    padding: 30px 0 35px 0;
    opacity: 0.5;
    font-size: 19px;
    width: 25%;
    display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    color: #1b1b1b;
  }

  .page_content .tab-wrapper .event_tab span.active {
    opacity: 1;
    font-weight: bold;
    border-bottom: 3px solid #1b1b1b;
  }

  .page_content .tab-wrapper .event_tab span:hover {
    opacity: 1;
    font-weight: bold;
  }


  /* tab2 */
  .page_content .tab-content .tab.tab2 {}

  .tab-content .tab.tab2 .sec ul {
    width: 100%;
    display: table;
  }

  .tab-content .tab.tab2 .sec ul li {
    display: table-cell;
    overflow: hidden;
    text-align: center;
  }

  .tab-content .tab.tab2 .sec ul li>div {
    display: table-cell;
    vertical-align: middle;
  }

  .tab-content .tab.tab2 .sec_con_1 {
    padding: 40px;
    background: #fff;
  }

  .tab-content .tab.tab2 .sec_con_1 ul {}

  .tab-content .tab.tab2 .sec_con_1 ul li {
    display: table;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }

  .tab-content .tab.tab2 .sec_con_1 ul li:last-child {
    margin-bottom: 0;
  }

  .tab-content .tab.tab2 .sec_con_1 ul li .img {}

  .tab-content .tab.tab2 .sec_con_1 ul li .text {
    padding-left: 30px;
    color: #1b1b1b;
  }

  .tab-content .tab.tab2 .sec_con_1 ul li .text h5 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .tab-content .tab.tab2 .sec_con_1 ul li .text p {
    font-size: 14px;
  }

  .tab-content .tab.tab2 .sec_con_2 ul li {
    width: 20%;
    display: table;
    float: left;
  }

  .tab-content .tab.tab2 .sec_con_2 ul li .img {
    display: table-row;
    padding-bottom: 10px;
  }

  .tab-content .tab.tab2 .sec_con_2 ul li .img img {
    padding-bottom: 10px;
  }

  .tab-content .tab.tab2 .sec_con_2 ul li p {
    display: table-row;
    font-weight: bold;
    color: #4020aa;
  }

  .tab-content .tab.tab2 .sec.dark .img_grid li {
    width: 253px;
    margin-left: 15px;
    background: #fff;
    float: left;
    box-sizing: border-box;
    padding: 17px;
    padding-bottom: 20px;
    color: #555;
    text-align: center;
  }

  .tab-content .tab.tab2 .sec.dark .img_grid li p {
    color: #555;
  }

  .tab-content .tab.tab2 .sec.dark .img_grid li:first-child {
    margin-left: 0;
  }

  .tab-content .tab.tab2 .sec.dark .img_grid li p {
    margin-top: 20px;
  }

  .tab-content .tab.tab2 .sec.dark .img_grid li p strong {
    color: #1b1b1b;
  }

  .tab-content .tab.tab2 .sec.dark .icon_grid:first-child {
    border-bottom: 1px dashed #bfbbce;
  }

  .tab-content .tab.tab2 .sec.dark .icon_grid li {
    width: 33.3333333%;
    box-sizing: border-box;
    border-right: 1px dashed #bfbbce;
    display: table;
    float: left;
    padding: 30px 0 60px;
  }

  .tab-content .tab.tab2 .sec.dark .icon_grid li:nth-child(3n) {
    border-right: none;
  }

  .tab-content .tab.tab2 .sec.dark .icon_grid li>div {
    display: table-row;
  }

  .tab-content .tab.tab2 .sec.dark .icon_grid li h5 {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .tab-content .tab.tab2 .sec.dark .icon_grid li p {}

  .tab-content .tab.tab2 .sec.dark .slogun {
    width: 100%;
    color: #14ffca;
    padding: 35px 0;
    background: #7145ff;
    text-align: center;
    font-size: 1.5em;
    background-color: #7145ff;
    background-image: linear-gradient(315deg, #7145ff 50%, #bba5ff 99%);
  }

  .tab-content .tab.tab3 .sec_btn {
    display: block;
  }

  .tab-content .tab.tab4 {
    display: none;
  }

  .tab-content .tab.tab4 .sec_con .apply .row {
    padding: 11px 0;
    display: table;
    color: #555;
  }

  .tab-content .tab.tab4 .sec_con .apply .row label {
    font-size: 17px;
    font-weight: bold;
    width: 90px;
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
  }

  .tab-content .tab.tab4 .sec_con .apply .row input {
    width: 687px;
    height: 40px;
    display: table-cell;
  }

  .tab-content .tab.tab4 .sec_con .apply .row textarea {
    display: table-cell;
    width: 687px;
    resize: none;
  }

  .tab-content .tab.tab4 .sec_con .apply .row.email input {
    width: 33.3333333%;
    display: inline-block;
  }

  .tab-content .tab.tab4 .sec_con .apply .row.email select {
    height: 45px;
    display: inline-block;
    vertical-align: 1px;
  }

  .tab-content .tab.tab4 .sec_con #agree {
    background: #fff;
    border: 1px solid #aaa;
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }