@charset "utf-8";
.apply-domain-content {width: 1200px;margin: 20px auto;}
.apply-domain-content .title {font-size: 20px;font-weight: bold;color: #333;}
.apply-domain-content .top-card {background-color: white;padding: 20px;margin-top: 20px;min-height: 290px;}
.apply-domain-content .top-card .tabs {display: flex;justify-content: space-between;}
.apply-domain-content .top-card .tabs .tab-item {width: 216px;height: 89px;border-radius: 2px;display: flex;justify-content: center;align-items: center;font-size: 20px;font-family: microsoft yahei;font-weight: normal;color: #333;line-height: 24px;cursor: pointer;}
.apply-domain-content .top-card .tabs .tab-item > .name {margin-left: 10px;padding-bottom: 2px;border-bottom: 3px solid white;}
.apply-domain-content .top-card .tabs .tab-item.active-tab > .name {border-bottom: 3px solid #5092ff;}
.apply-domain-content .top-card .description {width: 1160px;min-height: 80px;border-radius: 2px;font-size: 14px;font-weight: normal;color: #333;line-height: 26px;padding: 0 20px;}
.apply-domain-content .top-card .description .description-item {display: none;}
.apply-domain-content .top-card .description .description-item.active-item {display: block;}

/* domain info */
.apply-domain-content .domain-info {background-color: white;margin-top: 20px;padding: 20px;}
.apply-domain-content .domain-info .top {display: flex;justify-content: space-between;margin-bottom: 20px;}
.apply-domain-content .domain-info .top .money-tab {display: flex;height: 41px;width: 226px;line-height: 41px;background: white;border: 1px solid #d4d4d4;border-radius: 21px;}
.apply-domain-content .domain-info .top .money-tab .tab-item {width: 88px;height: 41px;text-align: center;border-radius: 21px;cursor: pointer;font-size: 16px;font-family: microsoft yahei;font-weight: bold;color: #666;}
.apply-domain-content .domain-info .top .money-tab .tab-item.active-tab {color: white;background: #5092ff;}

/* 表格 */
.apply-domain-content .domain-info .blue-table {width: 100%;font-family: microsoft yahei;color: #666;font-size: 16px;font-weight: normal;margin-bottom: 20px;}
.apply-domain-content .domain-info .blue-table tr {border-bottom: 1px solid white;}
.apply-domain-content .domain-info .blue-table tr:nth-child(2n) {background-color: #e9f1ff;}
.apply-domain-content .domain-info .blue-table tr:nth-child(2n+1) {background-color: #f9fbff;}
.apply-domain-content .domain-info .blue-table tr th {border-left: 1px solid white;border-right: 1px solid white;height: 60px;background: #5092ff;color: white;text-align: center;}
.apply-domain-content .domain-info .blue-table tr td {border-left: 1px solid white;border-right: 1px solid white;height: 50px;text-align: center;}
.apply-domain-content .domain-info .blue-table tr .grey-price {color: #999;cursor: pointer;}
.apply-domain-content .domain-info .blue-table tr .grey-price.selected {color: white;background: #c4cfe2;}
.apply-domain-content .domain-info .blue-table tr .blue-price, .apply-domain-content .domain-info .blue-table tr .td-purchase.purchase {color: #5092ff;cursor: pointer;}
.apply-domain-content .domain-info .blue-table tr .blue-price.selected, .apply-domain-content .domain-info .blue-table tr .td-purchase.purchase.selected {color: white;background: #5092ff;}

/* 收费标准 */
.apply-domain-content .domain-info .charge-standard {font-size: 16px;line-height: 22px;color: #333;}
.apply-domain-content .domain-info .charge-standard .title {margin-bottom: 20px;}
.apply-domain-content .domain-info .charge-standard p {margin-bottom: 0;}
.apply-domain-content .domain-info .charge-standard p.first-level {margin-left: 3rem;font-size: 14px;margin-top: 5px;}

/* 弹窗 */
.dialog-wrapper {display: none;float: left;position: fixed;left: 0;top: 0;height: 100%;width: 100%;}
.dialog-wrapper .masker-layer {height: 100%;width: 100%;background-color: #666;opacity: 0.5;}
.dialog-wrapper .dialog {position: fixed;z-index: 999;top: 35%;left: calc(50% - 250px);width: 500px;height: 234px;background: white;display: flex;flex-direction: column;align-items: flex-end;padding: 10px 20px 20px 20px;}
.dialog-wrapper .close-image {cursor: pointer;}
.dialog-wrapper .title {width: 100%;font-size: 20px;font-weight: bold;text-align: center;}
.dialog-wrapper .text {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;font-size: 16px;font-weight: normal;font-family: microsoft yahei;padding: 0 30px;}
.dialog-wrapper .button-wrapper {display: flex;justify-content: center;width: 100%;}
.dialog-wrapper .button-wrapper .button {width: 100px;height: 36px;background: #5092ff;border-radius: 2px;font-size: 16px;font-weight: normal;color: white;margin: 0 10px;cursor: pointer;line-height: 36px;text-align: center;}

/* 暂未开放提示 */
.not-open-tip {display: none;position: fixed;top: 45%;left: 45%;width: 270px;background: rgba(0, 0, 0, 0.5);border-radius: 2px;text-align: center;padding: 21px 0;font-size: 18px;font-weight: normal;color: white;line-height: 20px;}
.not-open-tip img {margin-right: 5px;height: 29px;width: 29px;}

/* tips */
.tips {display: none;position: fixed;top: calc(50% - 180px);left: 50%;min-height: 260px;padding: 50px;font-size: 16px;line-height: 30px;transform: translate(-50%, 0);}
.tips .box {margin: auto;min-width: 300px;max-width: 400px;padding: 20px;background: #fff;border: 1px solid #ccc;border-radius: 15px;box-shadow: 1px 2px 3px #999;}
.tips .box h2 {text-align: center;font-size: 18px;font-weight: normal;}
.tips .box .info {margin: 10px auto;color: #9399a3;text-align: center;}
.tips .box .button-list {margin: auto -20px -20px;text-align: center;border-top: 1px solid #f2f2f2;}
.tips .box .button-list a {display: inline-block;width: 45%;padding: 10px;color: gray;cursor: pointer;}
.tips .box .button-list a.color-blue {color: #2ca8dc !important;}
.tips .box .button-list a:nth-child(2) {border-left: 1px solid #f2f2f2;}
.tips .close-tips {position: absolute;right: 60px;top: 60px;cursor: pointer;}
