* {
    margin: 0;
    padding: 0;
    font-family: Microsoft Yahei, simsun;
    text-decoration: none;
}

/*.w1000 {*/
/*    width: 970px;*/
/*    margin: 0 auto;*/
/*}*/

ul {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both
}

img {
    border: none;
}

body, html {
    background: #e6e6e6;
    min-width: 100%;
}

a:hover {
    text-decoration: underline
}


body {
    font: 20px/16px arial;
    margin: 0
}


#TopTipHolder {
    height: 83px;
    /*overflow: hidden;*/
    /*position: relative*/
}

#TopTip {
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 0 5px 10px #eeeeee
}

.TopLeft {
    float: left;
    position:relative;
    left:50%;
    margin-left:-100px;
    margin-top: 6px;
}

.TopRight {
    float: right;
    margin-right:350px;
    margin-top: 16px;

}

.main {
    width: 1200px;
    height: 800px;
    margin: -30px auto;
    /*background-color: pink;*/
    z-index: 1;
    display: flex;
    justify-content: space-around;
}

.main-left {
    width: 580px;
    background-color: #ffffff;
    height: 700px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 10px 5px #cccccc;
}

.title {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 20px;
}

.jiance {
    display: flex;
}
input {
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #666666;
    font-size: 14px;
}

.title span {
    display: block;
    width: 111px;
    height: 20px;
    line-height: 32px;
    font-size: 12px;
    color: #999999;
    margin-right: 185px;
    text-align: center;
}

.title p {
    font-weight: 600;
    color: #666666;
    font-size: 20px;
}


/*线路检测优化*/
.listurl {
    font-size: 20px;
    
}

.listurl li {
    list-style: none;
    background-color: #eeeeee;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 5px 5px 5px 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content:space-between;
    color: #666666;
}

.listurl span {
    display: inline-block;
}

.listurl a {
    /*background-color:#f3994e;*/
    background-image: linear-gradient(#f49a4e, #ca7732);
    border-radius: 50px;
    width: 100px;
}




.listurl .ipt1 {
    color: #666666;
}

.listurl .ipt2 {
    color: #666666;
}

.listurl a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.prompt {
    box-sizing: border-box;
    padding: 35px 10px 5px 15px;
    font-size: 16px;
}
.prompt p {
    color: #707070;
}

.prompt p span {
    color: #ff7e00;
}
.prompt p a {
    cursor: pointer;
}







/*线路检测/手机APP&寰宇浏览器*/
a {
    color: #666666;
    text-decoration: none
}

body {
    font: 14px/1.6 "Microsoft Yahei";
    color: #000000;
    background: #f6f6f6;
}

ul li {
    list-style: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


.main-right {
    box-shadow: 0 0 10px 5px #cccccc;
    border-radius: 10px;
    height: 700px;
}


#sideBar {
    width: 540px;
    height: 700px;
    box-sizing: border-box;
    padding: 30px 30px 0;
    position: relative;
    background: #ffffff;
    border-radius: 10px;
}

#sideBar .tabNavi {
    margin-bottom: 17px;
    display: flex;
    justify-content: space-around;
    /*border-bottom:solid;*/
    /*border-color:#eeeeee;*/
}

#sideBar .tabNavi li {
    /*width: 230px;*/
    /*float: left;*/
}

#sideBar .tabNavi li:last-child {
    /*float: right;*/
}

#sideBar .tabNavi li a {
    display: block;
    font-size: 20px;
    line-height: 50px;
    text-align: center;

    font-weight: 600;
}

#sideBar .tabNavi li a img {
    margin: -4px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#sideBar .tabNavi li a:hover,
#sideBar .tabNavi li.on a {
    /*border: 2px solid #fff;*/
    /*background: #ffcc00;*/
    color: #d9843c;
    text-decoration: none;
    border-bottom:solid;
    border-color:#d9843c;
}

#sideBar .inner {
    padding: 15px 17px 10px 16px;
    border: 3px solid #eeeeee;
}

#sideBar .inner .ma {
    margin-right: 20px;
    float: left;
}

#sideBar .inner p {
    float: left;
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 33px;
}

#sideBar .inner p span {
    display: block;
    color: #d9843c;
    font-size: 20px;
    font-weight: 600;
}

#sideBar .inner p a {
    color: #0096fc;
}

.img img {
    display: block;
    margin: 0 auto;
    padding: 20px 0 20px;
}

.btn0 {
    margin-top: 10px
}

.btn0 a img {
    padding-left: 175px;
}
#sideBar .inner .ma img {
    width:150px
}










