.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tiyan2020 {
    background: #ececec;
    padding-top: 60px;
    padding-bottom: 60px
}

.tiyan2020 .blue {
    color: #1890ff
}

.tiyan2020 a.blue {
    color: #1890ff
}

.tiyan2020 a.blue:hover {
    text-decoration: underline
}

.tiyan2020 .red {
    color: #f00
}

.tiyan2020 .orange {
    color: #f45f1d
}

.tiyan2020 a.orange {
    color: #f45f1d
}

.tiyan2020 a.orange:hover {
    text-decoration: underline
}

.tiyan2020 .orange-02 {
    color: #ff970a
}

.tiyan2020 a.orange-02 {
    color: #ff970a
}

.tiyan2020 a.orange-02:hover {
    text-decoration: underline
}

.tiyan2020 .green {
    color: #52c41a
}

.tiyan2020 .tiyan-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px
}

.tiyan2020 .truelandTabs {
    margin-top: 20px
}

.tiyan2020 .tabsMenu {
    font-size: 0;
    text-align: center
}

.tiyan2020 .tabsMenu li {
    display: inline-block;
    min-width: 160px;
    padding: 0 10px;
    font-size: 16px;
    background: #fff;
    border: 1px #f45f1d solid;
    line-height: 44px;
    cursor: pointer;
    margin: 0 0 0 -1px;
    color: #f45f1d
}

.tiyan2020 .tabsMenu li a {
    color: #f45f1d
}

.tiyan2020 .tabsMenu li:hover {
    background: #f45f1d;
    color: #fff
}

.tiyan2020 .tabsMenu li:hover a {
    color: #fff
}

.tiyan2020 .tabsMenu .active {
    background: #f45f1d;
    color: #fff
}

.tiyan2020 .tabsMenu .active a {
    color: #fff
}

.tiyan2020 .tabsCon {
    color: #333;
    margin: 20px 0 0 0
}

.tiyan2020 .item {
    display: none
}

.tiyan2020 .chxform {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1)
}

.tiyan2020 .desc {
    background-color: #f55f1c;
    background: -webkit-gradient(linear, left top, right top, from(#f55f1c), color-stop(#ff970a), to(#ffe4bf));
    background: linear-gradient(to right, #f55f1c, #ff970a, #ffe4bf);
    color: #fff;
    font-size: 14px;
    padding: 25px 240px 25px 70px;
    line-height: 20px;
    min-height: 130px;
    position: relative
}

.tiyan2020 .desc:after {
    content: "";
    display: block;
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../../images/tcloud/digital/polygon.png) no-repeat right center
}

.tiyan2020 .desc .p-01 {
    font-size: 24px;
    line-height: 40px
}

.tiyan2020 input[type="text"],.tiyan2020 textarea {
    border: 1px #d7d7d7 solid;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    width: 100%
}

.tiyan2020 input[type="text"]:focus,.tiyan2020 textarea:focus {
    border-color: #f45f1d;
    -webkit-box-shadow: 0 0 3px 0 rgba(244,95,29,0.5);
    box-shadow: 0 0 3px 0 rgba(244,95,29,0.5)
}

.tiyan2020 textarea {
    height: 95px
}

.tiyan2020 .form {
    padding: 60px 0 60px 0;
    overflow: hidden;
    background: #fff url(../../../images/tcloud/digital/bg-01.png) no-repeat center bottom;
    min-height: 325px
}

.tiyan2020 .form .list-01 {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto
}

.tiyan2020 .form .list-01 li {
    position: relative;
    padding-left: 130px;
    padding-bottom: 10px
}

.tiyan2020 .form .list-01 .bt {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    font-size: 14px
}

.tiyan2020 .form .list-02 {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto
}

.tiyan2020 .form .list-02 li {
    position: relative;
    margin-bottom: 10px;
    width: 100%
}

.tiyan2020 .form .list-03 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.tiyan2020 .form .list-03 li {
    padding-bottom: 10px;
    overflow: hidden
}

.tiyan2020 .form .list-03 .vs {
    position: absolute;
    width: 80px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 40px
}

.tiyan2020 .form .list-03 .div-02 {
    position: relative;
    width: 50%;
    float: left;
    padding: 0 40px
}

.tiyan2020 .btns {
    font-size: 0;
    padding-top: 10px;
    padding-bottom: 0 !important
}

.tiyan2020 .btns a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    min-width: 180px;
    border-radius: 3px;
    padding: 0 10px;
    margin-right: 15px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px #f45f1d;
    box-shadow: 0 0 0 1px #f45f1d;
    color: #f45f1d
}

.tiyan2020 .btns a:hover {
    background-color: #f55f1c;
    background: -webkit-gradient(linear, left top, right top, from(#f55f1c), to(#ff996e));
    background: linear-gradient(to right, #f55f1c, #ff996e);
    color: #fff
}

.tiyan2020 .btns a.submit {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f55f1c;
    background: -webkit-gradient(linear, left top, right top, from(#f55f1c), to(#ff996e));
    background: linear-gradient(to right, #f55f1c, #ff996e);
    color: #fff
}

.tiyan2020 .btns a.submit:hover {
    background-color: #f55f1c;
    background: -webkit-gradient(linear, right top, left top, from(#f55f1c), to(#ff996e));
    background: linear-gradient(to left, #f55f1c, #ff996e)
}

.tiyan2020 .btns-02 {
    text-align: center
}

.tiyan2020 .zypp {
    padding-bottom: 5px
}

.tiyan2020 .zypp .div-01 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: -10px
}

.tiyan2020 .zypp .span-01 {
    max-width: 190px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative
}

.tiyan2020 .zypp .span-01 .closeBtn {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    top: -8px;
    right: -8px;
    text-align: center
}

.tiyan2020 .zypp .span-01 .closeBtn:before,.tiyan2020 .zypp .span-01 .closeBtn:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tiyan2020 .zypp .span-01 .closeBtn:before {
    width: 10px;
    height: 2px;
    background: #fff
}

.tiyan2020 .zypp .span-01 .closeBtn:after {
    width: 2px;
    height: 10px;
    background: #fff
}

.tiyan2020 .zypp .span-01 .closeBtn:hover {
    background: #f00
}

.tiyan2020 .zypp .addBtn {
    position: relative;
    display: inline-block;
    float: left;
    width: 16px;
    height: 16px;
    margin-top: 9px;
    border-radius: 50%;
    border: 1px #f45f1d solid
}

.tiyan2020 .zypp .addBtn:before,.tiyan2020 .zypp .addBtn:after {
    content: "";
    display: block;
    background: #f45f1d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.tiyan2020 .zypp .addBtn:before {
    width: 8px;
    height: 2px
}

.tiyan2020 .zypp .addBtn:after {
    width: 2px;
    height: 8px
}

.tiyan2020 .zypp .addBtn:hover {
    background: #f45f1d
}

.tiyan2020 .zypp .addBtn:hover:before,.tiyan2020 .zypp .addBtn:hover:after {
    background: #fff
}

.tiyan2020 .tagsinput-primary {
    margin-bottom: 18px
}

.tiyan2020 .tagsinput-primary .bootstrap-tagsinput {
    border-color: #d7d7d7;
    margin-bottom: 0;
    height: 95px
}

.tiyan2020 .bootstrap-tagsinput input {
    padding: 0;
    width: 80px;
    border: none;
    height: 34px;
    line-height: 34px
}

.tiyan2020 .bootstrap-tagsinput input:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none
}

.tiyan2020 .bootstrap-tagsinput {
    width: 100%;
    height: 95px;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px #d7d7d7 solid
}

.tiyan2020 .bootstrap-tagsinput:focus {
    border-color: #f45f1d;
    -webkit-box-shadow: 0 0 3px 0 rgba(244,95,29,0.5);
    box-shadow: 0 0 3px 0 rgba(244,95,29,0.5)
}

.tiyan2020 .bootstrap-tagsinput .label-info {
    border-radius: 4px;
    background-color: #cbeeff;
    color: #1890ff;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 5px 5px 0;
    padding: 6px 10px 6px 14px;
    -webkit-transition: .25s linear;
    transition: .25s linear
}

.tiyan2020 .bootstrap-tagsinput .tag [data-role="remove"] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1890ff;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    background: url(../../../images/tcloud/digital/close.png) no-repeat center
}

.tiyan2020 .bootstrap-tagsinput .tag [data-role="remove"]:after {
    display: none
}

.tiyan2020 .gjcxjbchx .tips {
    font-size: 12px;
    padding-top: 10px
}

.tiyan2020 .wzhpf .form {
    padding-top: 100px
}

.tiyan2020 .wzhpf .form .btns {
    padding-top: 50px
}

.tiyan2020 .thdb .form {
    padding-top: 100px
}

.tiyan2020 .thdb .form .btns {
    padding-top: 50px
}

.tiyan2020 .result {
    padding: 50px 0 0 0
}

.tiyan2020 .result .inside-title .title:after {
    display: none
}

.tiyan2020 .result .con {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 0;
    background: #fff;
    padding: 0 30px 30px 30px
}

.tiyan2020 .resultCp .bd {
    padding: 30px 0;
    overflow: hidden
}

.tiyan2020 .resultCp .bd .picLeft {
    width: 15%;
    float: left
}

.tiyan2020 .resultCp .bd .picLeft img {
    max-width: 180px;
    max-height: 180px
}

.tiyan2020 .resultCp .bd .picRight {
    float: right;
    width: 35%
}

.tiyan2020 .resultCp .bd .picRight img {
    max-width: 420px;
    max-height: 250px
}

.tiyan2020 .resultCp .bd .text {
    width: 50%;
    float: left;
    padding: 20px 0 0 25px
}

.tiyan2020 .resultCp .bd .title {
    font-size: 28px;
    line-height: 40px
}

.tiyan2020 .resultCp .bd .title img {
    max-height: 24px;
    vertical-align: top;
    margin-top: 6px
}

.tiyan2020 .resultCp .bd .info-01 {
    font-size: 16px;
    margin-bottom: 30px
}

.tiyan2020 .resultCp .bd .info-02 {
    font-size: 14px;
    color: #666
}

.tiyan2020 .resultCp .list li {
    clear: both;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    margin: 0 0 40px 0;
    min-height: 135px
}

.tiyan2020 .resultCp .list .box {
    display: block;
    padding: 20px 0 20px 88px;
    overflow: hidden;
    position: relative
}

.tiyan2020 .resultCp .list .tag {
    position: absolute;
    width: 68px;
    height: 70px;
    left: 20px;
    top: 0;
    text-align: center;
    line-height: 1
}

.tiyan2020 .resultCp .list .tag.excellent {
    background: url(../../../images/tcloud/digital/excellent.png) no-repeat center;
    color: #fff
}

.tiyan2020 .resultCp .list .tag.good {
    background: url(../../../images/tcloud/digital/good.png) no-repeat center;
    color: #fff
}

.tiyan2020 .resultCp .list .tag.poor {
    background: url(../../../images/tcloud/digital/poor.png) no-repeat center;
    color: #fff
}

.tiyan2020 .resultCp .list .tag.qualified {
    background: url(../../../images/tcloud/digital/qualified.png) no-repeat center;
    color: #fff
}

.tiyan2020 .resultCp .list .tag.fail {
    background: url(../../../images/tcloud/digital/fail.png) no-repeat center;
    color: #fff
}

.tiyan2020 .resultCp .list .tag .txt-01 {
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    padding: 15px 0 10px 0
}

.tiyan2020 .resultCp .list .tag .txt-02 {
    font-size: 20px
}

.tiyan2020 .resultCp .list .text {
    width: 50%;
    float: left;
    padding: 0 0 0 30px
}

.tiyan2020 .resultCp .list .title {
    color: #333;
    font-size: 18px
}

.tiyan2020 .resultCp .list .info {
    color: #888;
    font-size: 14px
}

.tiyan2020 .resultCp .list .xx {
    width: 45%;
    float: right;
    font-size: 14px
}

.tiyan2020 .resultCp .list .xx>.div-01 {
    width: 33.33333333%;
    float: left;
    text-align: center
}

.tiyan2020 .resultCp .list .xx .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px #cbeeff solid;
    position: relative;
    margin: auto
}

.tiyan2020 .resultCp .list .xx .icon img {
    max-width: 32px
}

.tiyan2020 .resultCp .list .xx .jsh {
    padding: 10px 0 0 0
}

.tiyan2020 .resultCp .list .more {
    background: url(../../../images/tcloud/digital/more-bg-01.png) left top;
    text-align: center;
    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;
    border-bottom: none;
    padding: 42px 0;
    margin-bottom: 0
}

.tiyan2020 .resultCp .list .more .title-02 {
    font-size: 20px
}

.tiyan2020 .resultPf .a-01 {
    color: #1890ff
}

.tiyan2020 .resultPf .a-01:hover {
    text-decoration: underline
}

.tiyan2020 .resultPf .a-02 {
    color: #f45f1d
}

.tiyan2020 .resultPf .a-02:hover {
    text-decoration: underline
}

.tiyan2020 .resultPf .bd {
    padding: 20px 0;
    overflow: hidden
}

.tiyan2020 .resultPf .bd .picLeft {
    width: 35%;
    max-width: 350px;
    float: left;
    height: 290px;
    background: url(../../../images/tcloud/digital/computer.png) no-repeat center top;
    padding: 31px 0 0 0
}

.tiyan2020 .resultPf .bd .picLeft>div {
    width: 290px;
    height: 156px;
    background: #fff;
    margin: auto;
    overflow: hidden;
    text-align: center
}

.tiyan2020 .resultPf .bd .picRight {
    width: 15%;
    float: right;
    padding-top: 30px
}

.tiyan2020 .resultPf .bd .picRight img {
    max-width: 180px;
    max-height: 180px
}

.tiyan2020 .resultPf .bd .text {
    width: 50%;
    float: left;
    padding: 20px 0 0 25px
}

.tiyan2020 .resultPf .bd .title {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tiyan2020 .resultPf .bd .title .span-01 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-width: 500px;
    word-break: break-word
}

.tiyan2020 .resultPf .bd .title .span-02 {
    width: 52px;
    max-height: 24px;
    display: inline-block
}

.tiyan2020 .resultPf .bd .title .webTitleVico img {
    vertical-align: top
}

.tiyan2020 .resultPf .bd .info-01 {
    font-size: 16px;
    margin-bottom: 30px
}

.tiyan2020 .resultPf .bd .info-02 {
    font-size: 14px;
    color: #666
}

.tiyan2020 .resultPf .list li {
    clear: both;
    border-bottom: 1px #ebebeb solid
}

.tiyan2020 .resultPf .list .box {
    display: block;
    position: relative;
    padding: 20px 0 20px 0;
    overflow: hidden
}

.tiyan2020 .resultPf .list .title-01 {
    width: 18%;
    float: left;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.tiyan2020 .resultPf .list .title-01 .icon {
    height: 20px;
    vertical-align: middle;
    float: left;
    margin-right: 10px
}

.tiyan2020 .resultPf .list .text {
    width: 82%;
    float: left;
    padding: 0 30px 0 30px;
    line-height: 30px
}

.tiyan2020 .resultPf .list .title-02 {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

.tiyan2020 .resultPf .list .info-01 {
    color: #888;
    font-size: 14px;
    margin-bottom: 5px
}

.tiyan2020 .resultPf .list .info-02 {
    color: #888;
    font-size: 14px
}

.tiyan2020 .resultPf .list .more {
    background: url(../../../images/tcloud/digital/more-bg-02.png) left top;
    text-align: center;
    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;
    border-bottom: none;
    padding: 42px 0;
    min-height: 375px
}

.tiyan2020 .resultPf .list .more .title-02 {
    font-size: 20px
}

.tiyan2020 .resultDb .bd {
    clear: both;
    padding: 50px 0 30px 0;
    min-height: 115px
}

.tiyan2020 .resultDb .bd .box {
    display: block;
    position: relative;
    padding: 20px 0 20px 0;
    overflow: hidden
}

.tiyan2020 .resultDb .bd .title-01 {
    width: 18%;
    float: left;
    min-height: 12px
}

.tiyan2020 .resultDb .bd .one,.tiyan2020 .resultDb .bd .two {
    width: 41%;
    float: left;
    padding: 0 30px 0 30px
}

.tiyan2020 .resultDb .bd .one .name,.tiyan2020 .resultDb .bd .two .name {
    font-size: 28px
}

.tiyan2020 .resultDb .bd .one .url,.tiyan2020 .resultDb .bd .two .url {
    font-size: 14px
}

.tiyan2020 .resultDb .list li {
    clear: both;
    min-height: 115px;
    border-bottom: 1px #ebebeb solid
}

.tiyan2020 .resultDb .list .box {
    display: block;
    position: relative;
    padding: 30px 0 20px 0;
    clear: both
}

.tiyan2020 .resultDb .list .box:after {
    content: "";
    display: block;
    clear: both
}

.tiyan2020 .resultDb .list .title-01 {
    width: 18%;
    float: left;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

.tiyan2020 .resultDb .list .title-01 .qa {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative
}

.tiyan2020 .resultDb .list .title-01 .qa>img {
    float: left
}

.tiyan2020 .resultDb .list .title-01 .qa:hover .ask {
    display: block
}

.tiyan2020 .resultDb .list .title-01 .qa .ask {
    display: none;
    position: absolute;
    z-index: 99;
    left: -60px;
    top: 30px;
    padding: 15px 10px;
    cursor: initial;
    background: rgba(255,255,255,0.85);
    border: 1px #e3e2e8 solid;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    width: 240px
}

.tiyan2020 .resultDb .list .title-01 .qa .ask:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(255,255,255,0.85) transparent;
    position: absolute;
    top: -9px;
    left: 60px
}

.tiyan2020 .resultDb .list .title-01 .qa .ask:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e3e2e8 transparent;
    position: absolute;
    top: -10px;
    left: 60px
}

.tiyan2020 .resultDb .list .text {
    width: 41%;
    float: left;
    padding: 0 30px 0 60px;
    line-height: 30px;
    position: relative
}

.tiyan2020 .resultDb .list .text .iconImg {
    display: block;
    width: 20px;
    height: 20px;
    max-height: 20px;
    float: left;
    position: absolute;
    left: 30px;
    top: 0
}

.tiyan2020 .resultDb .list .text .iconImg img {
    float: left
}

.tiyan2020 .resultDb .list .title-02 {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

.tiyan2020 .resultDb .list .info-01 {
    color: #888;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px
}

.tiyan2020 .resultDb .list .info-02 {
    color: #888;
    font-size: 14px
}

.tiyan2020 .resultDb .list .more {
    background: url(../../../images/tcloud/digital/more-bg-03.png) left top;
    text-align: center;
    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;
    border-bottom: none;
    padding: 42px 0;
    min-height: 180px
}

.tiyan2020 .resultDb .list .more .title-02 {
    font-size: 20px
}

.tiyan2020 .resultChx .con {
    padding-left: 0;
    padding-right: 0
}

.tiyan2020 .resultChx .nr {
    margin-top: 30px;
    background: #fff
}

.tiyan2020 .resultChx .sort {
    display: inline-block;
    width: 20px;
    margin-top: -3px;
    vertical-align: middle
}

.tiyan2020 .resultChx .sort .up,.tiyan2020 .resultChx .sort .down {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    margin: 2px 0
}

.tiyan2020 .resultChx .sort .up {
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #888 transparent
}

.tiyan2020 .resultChx .sort .up:hover,.tiyan2020 .resultChx .sort .up.active {
    border-color: transparent transparent #f45f1d transparent
}

.tiyan2020 .resultChx .sort .down {
    border-width: 6px 5px 0 5px;
    border-color: #888 transparent transparent transparent
}

.tiyan2020 .resultChx .sort .down:hover,.tiyan2020 .resultChx .sort .down.active {
    border-color: #f45f1d transparent transparent transparent
}

.tiyan2020 .resultChx .list {
    overflow: hidden;
    position: relative
}

.tiyan2020 .resultChx .list .div-01,.tiyan2020 .resultChx .list .div-02,.tiyan2020 .resultChx .list .div-03,.tiyan2020 .resultChx .list .div-04,.tiyan2020 .resultChx .list .div-05,.tiyan2020 .resultChx .list .div-06,.tiyan2020 .resultChx .list .div-07,.tiyan2020 .resultChx .list .div-08,.tiyan2020 .resultChx .list .div-09,.tiyan2020 .resultChx .list .div-10,.tiyan2020 .resultChx .list .div-11 {
    float: left;
    display: inline-block;
    line-height: 30px;
    padding: 12px 0
}

.tiyan2020 .resultChx .list .div-01 {
    width: 14%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tiyan2020 .resultChx .list .div-02 {
    width: 11%;
    text-align: left
}

.tiyan2020 .resultChx .list .div-03 {
    width: 8%
}

.tiyan2020 .resultChx .list .div-04 {
    width: 7%
}

.tiyan2020 .resultChx .list .div-05 {
    width: 9%
}

.tiyan2020 .resultChx .list .div-06 {
    width: 9%
}

.tiyan2020 .resultChx .list .div-07 {
    width: 9%
}

.tiyan2020 .resultChx .list .div-08 {
    width: 9%
}

.tiyan2020 .resultChx .list .div-09 {
    width: 8%
}

.tiyan2020 .resultChx .list .div-10 {
    width: 8%
}

.tiyan2020 .resultChx .list .div-11 {
    width: 8%
}

.tiyan2020 .resultChx .list li {
    clear: both;
    overflow: hidden;
    border-bottom: 1px #ebebeb solid;
    text-align: center
}

.tiyan2020 .resultChx .list .title {
    background: #fafafa;
    line-height: 44px
}

.tiyan2020 .resultChx .list .score {
    width: 100px;
    height: 16px;
    background: url(../../../images/tcloud/digital/star-01.png) no-repeat left top;
    display: inline-block;
    vertical-align: middle
}

.tiyan2020 .resultChx .list .score span {
    display: block;
    width: auto;
    height: 16px;
    background: url(../../../images/tcloud/digital/star-02.png) no-repeat left top
}

.tiyan2020 .resultChx .more {
    background: url(../../../images/tcloud/digital/more-bg-04.png) left top;
    text-align: center;
    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;
    border-bottom: none;
    padding: 42px 0;
    position: absolute;
    top: 55px;
    width: 60%;
    height: 100%;
    right: 0
}

.tiyan2020 .resultChx .more .box-02 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -30px
}

.tiyan2020 .resultChx .more .title-02 {
    font-size: 20px
}

@media screen and (max-width:768px) {
    .tiyan2020 {
        /* display: none */
    }
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity
}

@-webkit-keyframes scale-01 {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        visibility: visible
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-01 {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        visibility: visible
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.tipsPopup {
    display: none
}

.tipsPopup .transparent {
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.tipsPopup .nr {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 450px;
    height: 230px;
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.15);
    overflow: hidden
}

.tipsPopup.show {
    display: block
}

.tipsPopup.show .transparent {
    opacity: 1
}

.tipsPopup.show .nr {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity;
    -webkit-animation: scale-01 .4s;
    animation: scale-01 .4s
}

.tipsPopup .titleBig {
    line-height: 54px;
    border-bottom: 1px #e5e5e5 solid;
    font-weight: 700;
    padding-left: 20px;
    font-size: 16px;
    position: relative;
    color: #333
}

.tipsPopup .close {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: none;
    transition: none;
    text-align: center
}

.tipsPopup .close:before,.tipsPopup .close:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tipsPopup .close:before {
    width: 18px;
    height: 2px;
    background: #bfbfbf
}

.tipsPopup .close:after {
    width: 2px;
    height: 18px;
    background: #bfbfbf
}

.tipsPopup .close:hover {
    background: #f00
}

.tipsPopup .close:hover:before,.tipsPopup .close:hover:after {
    opacity: .8;
    background: #fff
}

.tipsPopup .con {
    padding: 40px 20px 20px 20px
}

.tipsPopup .text {
    text-align: center;
    margin-bottom: 20px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    color: #666
}

.tipsPopup .btns {
    text-align: right;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px
}

.tipsPopup .btns a {
    display: inline-block;
    border-radius: 2px;
    padding: 0 10px;
    min-width: 80px;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    margin-right: 10px;
    text-align: center;
    border: 1px #dfdfdf solid
}

.tipsPopup .btns .a-01 {
    color: #333;
    border: 1px #dfdfdf solid;
    background: #f4f4f4
}

.tipsPopup .btns .a-01:hover {
    background: #fff
}

.tipsPopup .btns .a-02 {
    color: #fff;
    background: #f45f1d;
    border: 1px solid #f45f1d
}

.tipsPopup .btns .a-02:hover {
    background: #e24b08;
    border-color: #e24b08
}

.tipsPopup1 {
    display: block
}

.tipsPopup1 .transparent {
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.tipsPopup1 .nr {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 450px;
    height: 200px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    overflow: hidden
}

.tipsPopup1.show {
    display: block
}

.tipsPopup1.show .transparent {
    opacity: 1
}

.tipsPopup1.show .nr {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity;
    -webkit-animation: scale-01 .4s;
    animation: scale-01 .4s
}

.tipsPopup1 .titleBig {
    line-height: 40px;
    font-weight: 700;
    padding-left: 20px;
    background: #e4e4e4;
    position: relative;
    color: #333
}

.tipsPopup1 .close {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: none;
    transition: none;
    text-align: center
}

.tipsPopup1 .close:before,.tipsPopup1 .close:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.tipsPopup1 .close:before {
    width: 12px;
    height: 2px;
    background: #666
}

.tipsPopup1 .close:after {
    width: 2px;
    height: 12px;
    background: #666
}

.tipsPopup1 .close:hover {
    background: #f00
}

.tipsPopup1 .close:hover:before,.tipsPopup1 .close:hover:after {
    opacity: .8;
    background: #fff
}

.tipsPopup1 .con {
    padding: 40px 20px 20px 20px
}

.tipsPopup1 .text {
    text-align: center;
    margin-bottom: 20px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden
}

.tipsPopup1 .btns {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%
}

.tipsPopup1 .btns a {
    display: inline-block;
    border-radius: 2px;
    padding: 0 10px;
    min-width: 80px;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    margin-right: 10px;
    text-align: center;
    border: 1px #dfdfdf solid
}

.tipsPopup1 .btns .a-01 {
    color: #333;
    border: 1px #dfdfdf solid;
    background: #f4f4f4
}

.tipsPopup1 .btns .a-01:hover {
    background: #fff
}

.tipsPopup1 .btns .a-02 {
    color: #fff;
    background: #1890ff;
    border: 1px solid #1890ff
}

.tipsPopup1 .btns .a-02:hover {
    background: #0073dd;
    border-color: #0073dd
}

div.tagsinput {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    width: 300px;
    height: 100px;
    overflow-y: auto
}

div.tagsinput span.tag {
    border: 1px solid #cbeeff;
    border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: #cbeeff;
    color: #1890ff;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px
}

div.tagsinput span.tag a {
    display: inline-block;
    width: 12px;
    height: 12px;
    font-weight: 700;
    color: #1890ff;
    text-decoration: none;
    font-size: 0;
    background: url(../../../images/tcloud/digital/close.png) no-repeat center;
    vertical-align: middle;
    margin-top: -2px
}

div.tagsinput input {
    width: 80px;
    margin: 0;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 5px;
    background: 0 0;
    color: #000;
    outline: 0;
    margin-right: 5px;
    margin-bottom: 5px
}

div.tagsinput div {
    display: block;
    float: left
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0
}

.not_valid {
    background: #fbd8db !important;
    color: #90111a !important
}
