.banner {
    width: 100%;
    background: url("../img/get_banner.png") no-repeat;
    background-size: 100% 100%;
    height: 500px;
}

.banner>div>img {
    width: 339px;
    height: 86px;
    margin-top: 114px;
    margin-left: 114px;
}

.get {
    width: 100%;
    /* height: 1860px; */

    height: 100%;
}

.get_content {
    /* height: 1960px; */

    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(112, 93, 219, 0.2);
    border-radius: 10px 10px 10px 10px;
    position: relative;
    top: -180px;
    left: 50%;
    margin-left: -600px;
    padding: 40px 40px;
    margin-bottom: 80px;
}

.get_content>h2 {
    width: 270px;
    height: 40px;
    background: linear-gradient(87deg, rgba(112, 93, 219, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(112, 93, 219, 1);
    line-height: 40px;
    padding-left: 20px;
}


.choice {
    display: flex;
    margin-top: 46px;
    height: 40px;
}

.get_content h1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: 41px;
    line-height: 40px;
    margin-left: 48px;
    width: 58px;
    text-align: right;
}

#dropdown {
    position: relative;
}

#dropdown>p {
    display: inline-block;
    width: 612px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 4px;
    padding-left: 10px;
    line-height: 40px;
    margin-right: 44px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

#dropdown>ul {
    width: 612px;
    position: absolute;
    border: 1px solid #eeeeee;
    display: none;
    position: absolute;
    z-index: 100 !important;
    background: #fff;
}

#dropdown>ul>li {
    width: 612px;
    height: 38px;
    padding-left: 10px;
    line-height: 38px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    z-index: 100 !important;


}

#dropdown>ul>li:hover {
    background: rgba(112, 93, 219, 0.2);
}

.db {
    display: block !important;
}

.dn {
    display: none !important;
}

.choice>a {
    width: 138px;
    height: 40px;
    background: rgba(112, 93, 219, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
}



.get_Num {
    height: 40px;
    margin-top: 50px;
    position: relative;
}

.get_Num  p{

    position: absolute;
    right: 95px;
    top: 5px;
    color: red;
    font-weight: 700;
}



/* 滑到开始 */
#Demo {
    width: 400px;
    position: relative;
    top: -32px;
    margin: 0 auto;
    left: -215px;
}

#Demo>div.count {
    box-sizing: border-box;
    width: 136px;
    height: 41px;
    border: 1px solid #C8CED8;
    position: absolute;
    top: -9px;
    left: 474px;
    border-radius: 3px;
}

#Demo>div.count .active {
    background: #E9EEF1;
    color: #BEBFC0;
}

#Demo>div.count>i {
    cursor: pointer;
    display: inline-block;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    font-size: 20px;
    font-style: normal;
    background: rgba(242, 245, 255, 0.55);
    color: #b1b1b1;
}

#Demo>div.count>i.left {
    float: left;
    border-right: 1px solid #C8CED8;
}

#Demo>div.count>i.right {
    float: right;
    border-left: 1px solid #C8CED8;
}

#Demo>div.count>span {
    display: inline-block;
    line-height: 40px;
    position: relative;
    width: calc(100% - 40px - 40px);
    height: 100%;
    text-align: center;
}

#Main {
    width: 400px;
    position: relative;
}

#Main>.img_1 {
    width: 20px;
    height: 33px;
    position: absolute;
    left: calc(400px / 10000 * 20 + 10px);
    top: 11px;
    font-size: 12px;
    color: #A1A1A1;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#Main>.img_1>i {
    display: block;
    border-left: 2px solid #A1A1A1;
    height: 10px;
    width: 0;
    position: relative;
    top: -5px;
    left: calc(50% - 1px);
}

#Main>.img_2 {
    width: 20px;
    height: 33px;
    position: absolute;
    left: calc(400px / 10000 * 2500);
    top: 11px;
    font-size: 12px;
    color: #A1A1A1;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#Main>.img_2>i {
    display: block;
    border-left: 2px solid #A1A1A1;
    height: 10px;
    width: 0;
    position: relative;
    top: -5px;
    left: calc(50% - 1px);
}

#Main>.img_3 {
    width: 45px;
    height: 33px;
    position: absolute;
    left: calc(400px / 10000 * 5000);
    top: 11px;
    font-size: 12px;
    color: #A1A1A1;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#Main>.img_3>i {
    display: block;
    border-left: 2px solid #A1A1A1;
    height: 10px;
    width: 0;
    position: relative;
    top: -5px;
    left: calc(50% - 1px);
}

#Main>.img_4 {
    width: 50px;
    height: 33px;
    position: absolute;
    white-space: nowrap;
    right: -44px;
    top: 11px;
    font-size: 12px;
    color: #A1A1A1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#Main>.img_4>i {
    display: block;
    border-left: 2px solid #A1A1A1;
    height: 10px;
    width: 0;
    position: relative;
    top: -5px;
    left: calc(50% - 1px);
}

#scrollBar {
    width: 100%;
    height: 6px;
    background-color: #E9ECF5;
    margin: 0px auto;
    border-radius: 6px;
    cursor: pointer;
}

#scroll_Track {
    width: 0px;
    height: 6px;
    background-color: #81a2ff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

#scroll_Thumb {
    height: 20px;
    width: 20px;
    background: url(../img/kuai.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    margin-top: -16px;
    cursor: pointer;
    z-index: 80;
}

/* 滑到结束 */




.get_Num_select {
    margin-top: 35px;
    height: 318px;
    padding: 25px 0;
    margin-left: 145px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.get_Num_select>h1 {
    margin: 0px;
    height: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    width: 86px;
    text-align: left;
}

.get_Num_select>a:nth-child(2) {
    min-width: 138px;
    height: 40px;
    background: rgba(71, 158, 255, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 40px;
}

.get_Num_select>a:nth-child(3) {
    width: 138px;
    height: 40px;
    background: rgba(255, 62, 10, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.get_Num_select>ul {
    display: flex;
    flex-flow: wrap;
}

.get_Num_select>ul>li {
    width: 320px;
}

/* 单选 */

.get_Num_select .test-label {
    display: inline-block;
    color: rgba(51, 51, 51, 1);
}

.get_Num_select .test-radio {
    display: none
}

.get_Num_select .test-radioInput {
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-top: -6px;
    border: 1px solid rgba(112, 93, 219, 1);
    border-radius: 50%;
    position: relative;
}

.get_Num_select .test-radio:checked+.test-radioInput:after {
    border-radius: 50%;
    background-color: rgba(112, 93, 219, 1);
    content: "";
    /* content: url("../img/check_img.png") ; */
    display: inline-block;
    width: 7px;
    height: 7px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 3px;
}

/* end */



.agency {
    height: 40px;
    display: flex;
    margin-top: 45px;
    position: relative;
}

.test-label {
    display: inline-block;
    color: rgba(51, 51, 51, 1);
    line-height: 40px;
}

.test-radio {
    display: none
}

.test-radioInput {
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-top: -6px;
    border: 1px solid rgba(112, 93, 219, 1);
    border-radius: 50%;
    position: relative;
}

.test-radio:checked+.test-radioInput:after {
    border-radius: 50%;
    background-color: rgba(112, 93, 219, 1);
    content: "";
    /* content: url("../img/check_img.png") ; */
    display: inline-block;
    width: 7px;
    height: 7px;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 3px;
}

.agency>label:nth-child(2) {
    margin-right: 79px;
}

.agency>img {
    width: 15px;
    height: 15px;
    display: block;
    margin: auto 0px;
    margin-left: 37px;
}

.data_format {
    display: flex;
    height: 40px;
    margin-top: 40px;
}

.data_format>label:nth-child(2) {
    margin-right: 114px;
}

.data_format>label:nth-child(3) {
    margin-right: 130px;
}

.separator {
    height: 40px;
    display: flex;
    margin-top: 40px;
}

.separator>label {
    margin-right: 40px;
}


.Area_selection {
    display: flex;
    margin-top: 40px;
}


.Area_selection>select {
    width: 250px;
    height: 40px;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 0px 10px;
    line-height: 40px;
}

.Area_selection>select:nth-child(2) {
    margin-right: 30px;
}


.IP {
    display: flex;
    height: 40px;
    margin-top: 43px;
}

.IP>label {
    margin-right: 109px;
}


.generate_ip {
    width: 138px;
    height: 40px;
    background: rgba(112, 93, 219, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 40px;
    display: block;
    margin-left: 145px;
    margin-top: 40px;
}

.link {
    display: flex;
    height: 40px;
    margin-top: 20px;
    margin-left: 145px;
    margin-bottom: 80px;
}

.link>input {
    margin-right: 20px;
}

.link>input[type="text"] {
    width: 400px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(204, 204, 204, 1);
    padding: 0px 20px;
    line-height: 40px;
}

.link>input[type="button"],
.link>a {
    width: 106px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(112, 93, 219, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(112, 93, 219, 1);
    text-align: center;
    line-height: 40px;
}

.link>input::-webkit-input-placeholder {
    color: rgba(204, 204, 204, 1);
    font-size: 14px;
}


.parameter {
    height: 173px;
    display: flex;
    margin-top: 60px;
}

.parameter>p {
    width: 975px;
    height: 173px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 19px 20px 0px 20px;
    line-height: 28px;
}

.return_result {
    display: flex;
    margin-top: 35px;
}

.return_result>h1 {
    width: 88px;
    margin-left: 18px;
}

.return_result>p {
    width: 975px;
    height: 120px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    padding: 19px 190px 0px 20px;
}

.result {
    display: flex;
    margin-top: 35px;
}

.result>p {
    width: 975px;
    height: 84px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    padding: 20px 53px 0px 20px;
}

.use_function {
    display: flex;
    margin-top: 35px;
}

.use_function>p {
    width: 975px;
    height: 198px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 20px 150px 0px 20px;
    line-height: 31px;
}

.use_function>p>span {
    color: rgba(255, 62, 10, 1);

}


.mistake {
    display: flex;
    height: 198px;
    margin-top: 35px;
}

.mistake table tr td {
    width: 220px;
    text-align: center;
    font-size: 14px;
    height: 40px;
}

.mistake thead>tr {
    width: 438px;
    height: 38px;
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 2px;
}

.mistake thead>tr>td {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.mistake tbody>tr>td {
    border: 1px solid rgba(238, 238, 238, 1);
}

.get_Num_select {
    display: none;
}

.hint {
    width: 310px;
    height: 180px;
    background: url("../img/hint.png") no-repeat;
    background-size: contain;
    display: none;
    z-index: 6;
    padding: 20px 23px 20px 32px;
    line-height: 20px;
    position: absolute;
    right: 310px;
    top: -6px;

}

.hint>p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.agency>img:hover+.hint {
    display: block !important;
}


#fullbg {
    background-color: gray;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 9998;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

body {
    position: relative;
}

#popup {
    width: 340px;
    height: 364px;
    border-radius: 4px;
    position: fixed;
    top: 300px;
    left: 50%;
    margin-left: -170px;
    z-index: 9999;
    display: none;
    background: url(../img/popup.png) no-repeat;
    background-color: #fff;
    background-size: 100% 130px;
}

#popup h1 {
    margin-top: 51px;
    text-align: center;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    height: 28px;
    text-shadow: 0px 3px 4px rgba(68, 20, 148, 0.5);
    margin-bottom: 98px;
}

#popup h2 {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    height: 20px;
    margin-bottom: 15px;
    text-align: center;
}

#popup h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
    height: 16px;
    text-align: center;
    margin-bottom: 50px;
}

#popup h3 span {
    color: #FF9B1A;
}

#popup a {
    width: 225px;
    height: 45px;
    background: rgba(137, 73, 242, 1);
    box-shadow: 0px 5px 12px 0px rgba(155, 89, 255, 0.4);
    border-radius: 23px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

#popup img {
    right: 779px;
    position: fixed;
    top: 262px;
}

.defaultRsBox {
    margin-top: 20px;
    margin-bottom: 20px;
}
.demo-title {
    font-size: 18px;
    color: #2ab0df;
}
.demo-box {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 1px #c9ced7;
    border-radius: 2px;
    background-color: #fff;
    padding: 15px;
    display: flex;
}
.demo-box .demo-list {
    flex: 1;
    box-sizing: border-box;
    /*float: left;*/
    width: 210px;
    height: 110px;
    background-color: #F6FAFF;
    text-align: center;
    margin: 0px 10px 0px 10px;
}
.demo-box .demo-list span {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
}
.demo-box .demo-list p {
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
}
.demo-box .demo-list a {
    display: inline-block;
    width: 82px;
    height: 28px;
    line-height: 28px;
    background-color: #02C1DE;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
}
