html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
    min-height: 100vh;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	overflow-x: auto;
	box-sizing: border-box;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	
	color: #101010;
    background: #f0f0f1;
    
    --red: #CC0033;
    --black: #1d2327;
    --blue: #0099FF;
}

button { cursor: pointer; }

a { 
    color: #101010;
    text-decoration: none;
}

ul, ol { list-style: none; }

input, textarea { outline: none; }

.fieldset-container input, 
.fieldset-container button { -webkit-appearance: auto !important; appearance: auto !important; }

.bg-gray,
input[readonly] { background-color: #f2f2f2 !important; }

table { border-collapse: collapse; }

.hidden { display: none !important; }
.wzt_seohj_hidden { display: none !important; }
.d-block { display: block !important; }

.d-flex { display: flex !important; }

.page {
    width: 100%;
    position: relative;
}

.wztseo-welcome-container { height: 100%; }

.wztseo-wizard,
.wztseo-welcome-container {
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wztseo-welcome-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
    position: relative;
    width: 100%;
    max-width: 640px;
    background-color: #fff;
    border: 1px solid #E8E8EB;
    box-shadow: 0 2px 10px #005ae033;
    padding: 70px;
}

.header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.body-content .form-header:not(:first-of-type) {
    margin-top: 25px;
}

.form-header {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.yindao-button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    font-size: 14px;
    box-shadow: 0 2px 10px 0 #6a6a6a66;
    width: 265px;
    height: 66px;
    border: 1px solid #BBBBBB;
    cursor: pointer;
    border-radius: 5px;
    transition: .15s;
}

.yindao-button:hover {
    color: #FFFFFF;
    background: var(--red);
}

.yindao-button + .yindao-button {
    margin-top: 30px;
}

.wztseo-wizard-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 900px;
}

.wztseo-wizard-progress li {
    color: white;
    width: 80px;
    height: 80px;
    font-size: 14px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #dcdde1;
    cursor: pointer;
    
    position: relative;
}

.wztseo-wizard-progress li:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: calc(100% + 10%);
    width: 40px;
    height: 2px;
    border-radius: 3px;
    background: #dcdde1;
}

.wztseo-wizard-progress li.done,
.wztseo-wizard-progress li.done::before {
    background: var(--red);
}

.wztseo-wizard-container {
    margin: 40px auto 40px;
    max-width: 900px;
}

.wztseo-wizard-body {
    background-color: #fff;
    max-width: 900px;
    box-shadow: 0 2px 5px #0000000d;
}

.body-content {
    padding: 80px;
}

.body-footer {
    border-top: 1px solid #f0f0f1;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
}

.body-footer > a:last-of-type {
    position: absolute;
    left: 5px;
    bottom: 5px;
    font-size: 14px;
}

.wztseo-wizard-form { width: 100%; }

.form-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.refuse-dir-group > div { 
    width: 100%;
}

.refuse-dir-group {
    flex-direction: column;
}

.flex-wrap { flex-wrap: wrap; }

.form-item + .form-item {
    margin-top: 25px;
}

.form-item > span {
    font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    text-align: right;
    flex-shrink: 0;
}

.address-area .form-item > span {
    width: 185px;
}

.flex-start { align-self: flex-start; }

.form-item input[type="text"],
.form-item input[type="number"] {
    margin: 0;
    padding: 0 8px;
    line-height: 2;
    color: #2c3338;
    flex: 1;
    min-height: 40px;
    border-radius: 3px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.form-item textarea {
    font-family: inherit;
    flex: 1;
    border-radius: 3px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
    margin: 0;
    font-size: 14px;
    box-sizing: border-box;
    height: 100px;
    resize: none;
    padding: 5px 10px;
}

.form-tip {
    font-size: 14px;
    margin-left: 10px;
}

.form-wrap-tip {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.75;
    color: #666666;
}

.zzts-tip {
    color: #666666;
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.75;
    border: 1px solid #dddddd;
    padding: 10px;
    margin-left: 0;
}

.zzts-tip p + p { margin-top: 10px; }

.baidu-preview,
.baidu-preview-logo {
    width: 560px;
    font-size: 13px;
    line-height: 21px;
}

.baidu-preview h3,
.baidu-preview-logo h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
    font-weight: normal;
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.wztkj_row { 
    display: flex;
    flex-wrap: wrap;
}

.align-center { align-items: center; }

.flex-column {
    flex-direction: column;
}

.justify-content-center { justify-content: center; }

.justify-content-between { justify-content: space-between; }

.col-40 { width: 40%; }

.col-60 { width: 60%; }

.col-50 { width: 50%; padding-left: 15px; padding-right: 15px; }

.col-100 { width: 100%; }

.row > .form-item + .form-item {
    margin-top: 0;
}

.top-middle { margin-top: 10px; }
.top-small { margin-top: 6px; }
.top-xsmall { margin-top: 4px; }

.span3 { width: 128px; margin-right: 16px; height: 87px; background: #e8e8e8; border-radius: 12px; }

.span9 { width: 416px; }

.color-gray { color: #9195A3; }

.color-gray2 { color: #626675; }

.content-right { 
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.body-btn {
    width: 110px;
    flex-shrink: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 0 24px;
    border-radius: 4px;
    -webkit-appearance: none;
    cursor: pointer;
    height: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: background-color .15s;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
    color: #FFFFFF;
    background: #a4adb3;
}

.body-btn-sm {
    width: 80px;
}

.body-btn.gray:hover,
.body-btn.red {
    color: #fff;
    border-color: var(--red);
    background: var(--red);
}

.body-btn.gray {
    color: #fff;
    border-color: #A4ADB3;
    background: #A4ADB3;
}

.next-step::after {
    content: "\2192";
    display: none;
}

.body-cancel::before,
.prev-step::before {
    content: "\2190";
    display: none;
}

.body-cancel:hover::before,
.prev-step:hover::before,
.next-step:hover::after {
    display: block;
}

.checkbox-group,
.radio-group { 
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkbox-group input[type="checkbox"],
.radio-group input[type="radio"] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.checkbox-group > label,
.radio-group > label {
    display: block;
    font-size: 13px;
    border: 1px solid #8c8f94;
    color: #666;
    padding: 2px 8px 2px 8px; 
    line-height: 30px;
    box-sizing: border-box;
    min-width: 70px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.has-gap .checkbox-group + .checkbox-group {
    margin-top: 15px;
}

.checkbox-group input[type="checkbox"]:checked + label,
.radio-group input[type="radio"]:checked + label {
    border-color: var(--blue);
    background: var(--blue);
    color: #FFFFFF;
}

.checkbox-group > label ~ label, .radio-group > label ~ label { margin-left: 8px; }

.icon-container {
    display: flex;
    align-items: center;
}

.svg-icon {  
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #75F9FD;
    fill: #FFFFFF;
}

.loading {
    fill: #101010;
    background: none;
}

.icon-done {
    padding: 3px;
}

.icon-close {
    background: #1d2327;
    padding: 5px;
}

.icon-wrap .font {
    font-size: 14px;
    min-width: 24px;
    text-align: center;
    color: #75F9FD;
}

.rotate-animate {
    animation: rotate 3s linear infinite;
}

.wztseo-wizard-form .fieldset-container {
    width: 100%;
    padding: 20px;
    position: relative;
    box-shadow: 0 0 10px 0px #dddddd;
}

.fieldset-intro {
    cursor: pointer;
}

.fieldset-intro:hover .intro {
    display: block;
}
.fieldset-intro:hover .wzt_webmaster_box_hd_ts_img{
        display: block;
}

.fieldset-intro .intro::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
}

.fieldset-container .wzt_seo_keyss_tbs li:nth-child( n + 4 ) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-menu select {
    font-size: 14px;
    line-height: 2;
    color: #2c3338;
    border-color: #8c8f94;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 24px 0 8px;
    min-height: 30px;
    max-width: 25rem;
    -webkit-appearance: none;
    background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}

.fieldset-container + .fieldset-container {
    margin-top: 30px;
}

.wzt_switch { box-sizing: border-box; }

.wzt_optimal_box { margin-bottom: 0; }

.fieldset-container table {
    font-size: 13px;
}

.fieldset-container table th {
    font-size: 13px;
    font-weight: normal;
}

table a {
    color: #2271b1;
    font-size: 13px;
    transition-property: border,background,color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out;
}

table a:hover {
    text-decoration: underline;
}

.step-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-list li {
    font-size: 15px;
    width: 560px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.step-list li + li::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 5px;
    width: 1px;
    height: 30px;
    background: var(--red);
}

.step-list li + li {
    margin-top: 30px;
}

.step-score {
    margin-top: 30px;
}

.step-score + h2 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}

.left-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--red);
}

.wzt_qcpopup_tips,
.wzt_qcpopup_key_container,
.tuli-container {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
}

.wzt_qcpopup_key_container input {
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    background-color: #fff;
    color: #2c3338;
}

.tuli-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
}

.tuli-inner.bing-tuli {
    width: 30%;
}

.tuli-inner img {
    width: 100%;
}

.close-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 50px;
    cursor: pointer;
}

.close-icon img {
    width: 100%;
    height: 100%;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}