.aside_right {
    width: 280px;
    right: -280px;
    position: fixed;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 100px 0px;
}
.aside_icon{
    width: 40px;
    height: 128px;
    position: absolute;
    left: -40px;
    line-height: 32px;
    cursor: pointer;
    top:0;
    transition: .3s;
    background: #36c1b4;
    border-radius: 2px;
    color: #fff;
    z-index: 20;

    font-size: 16px;
    opacity:.75;
    box-shadow: 0px 0px 10px 0px rgba(62,194,180, 0.6);
}
.aside_icon:hover{
    opacity:1;
}
.aside_icon span{
        font-size: 17px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 128px;
    transform: rotate(180deg);
    transition: all .3s linear;
}
.aside_icon i{
        font-style: normal;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.aside_right .search {
    width: 90%;
    display: block;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 5%;
    padding: 30px 0px 10px;
    margin: 0px auto;
}
.aside_right .search input {
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: rgb(102, 102, 102);
    line-height: 40px;
    text-indent: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    border-radius: 3px;
}
.aside_right .search span {
    color: rgb(85, 85, 85);
    font-size: 21px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -1px;
    top: 30px;
    cursor: pointer;
    padding: 0px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    border-radius: 3px;
    background:#fff;
}
.aside_right .search .pro {
    position: absolute;
    top: 72px;
    width: 100%;
    height: 525px;
    display: none;
    z-index: 10;
    font-size: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    border-radius: 3px;
    background: rgb(255, 255, 255);
}
.aside_right .search .pro .txt {
    line-height: 30px;
    display: block;
    text-indent: 5px;
    font-size: 15px;
    border-bottom: 1px solid rgb(243, 243, 243);
}
.aside_right .search .provin {
    overflow-y: auto;
    height: 525px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
}
.aside_right .search .pro .provin a {
    display: block;
}
.aside_right .search .pro .provin a h4 {
    text-indent: 10px;
    font-size: 18px;
    line-height: 40px;
    color: rgb(244, 67, 54);
    border-radius: 2px;
    background: rgb(245, 245, 245);
}
.aside_right .search .pro .provin .label {
    display: block;
    text-indent: 3px;
    cursor: pointer;
    background: rgb(255, 255, 255);
}
.aside_right .search .pro .provin .label p {
    line-height: 35px;
    height: 35px;
    color: rgb(109, 107, 107);
    font-size: 14px;
    border-bottom: 1px solid rgb(229, 229, 229);
    background: rgb(255, 255, 255);
}
.aside_right .search .pro .provin .label p:hover{
    background:#f9f9f9;
}
.aside_right .search .pro .label .pro-content i {
        line-height: 20px;
    display: block;
    font-style: normal;
    padding: 2px 0;
    font-size: 12px;
    color: rgb(158, 158, 158);
    border-bottom: 1px solid rgb(229, 229, 229);
    padding-left: 5px;
}
.aside_right .search .pro .grap {
    height: 525px;
    text-align: center;
    width: 10%;
    display: inline-block;
    vertical-align: top;
}
.aside_right .search .pro .grap b {
    color: rgb(102, 102, 102);
    font-size: 15px;
    display: block;
    cursor: pointer;
    height: 20px;
}
.aside_right .search .pro .grap b.on,.aside_right .search .pro .grap b:hover {
    color: red;
}
.aside_right .btn {
    width: 90%;
    display: block;
    height: 35px;
    position: absolute;
    bottom: 20px;
    left: 5%;
    padding: 20px 0px;
    margin: 0px auto;
}
.aside_right .btn button {
    width: 100%;
    height: 40px;
    font-size: 15px;
    color: rgb(255, 253, 253);
    line-height: 40px;
    text-indent: 10px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 3px;
    background: rgb(15, 156, 239);
}
.aside_right .btn span {
    color: rgb(85, 85, 85);
    font-size: 13px;
    text-align: center;
    display: block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.aside_right ul {
    overflow-y: auto;
    max-height: 400px;
    border-top: 1px solid rgb(216, 216, 216);
}
.aside_right ul li {
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid rgb(216, 216, 216);
    padding: 10px 40px 10px 15px;
}
.aside_right ul li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}
.aside_right ul li a:hover{
    color:#ff7800;
}

.del {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    height: 20px;
    font-size: 25px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgb(189, 189, 189);
    cursor: pointer;
}

.del:hover{
    color:red;
}
.aside_right .search .provin::-webkit-scrollbar, .aside_right ul::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgb(229, 229, 229);
}
.aside_right .search .pro .provin::-webkit-scrollbar-thumb, .aside_right ul::-webkit-scrollbar-thumb {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px inset;
    background-color: rgb(226, 226, 226);
    border-radius: 4px;
}
.aside_right .search .provin::-webkit-scrollbar-track, .aside_right ul::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px inset;
    background-color: rgb(249, 249, 249);
    border-radius: 4px;
}
/*¶Ô±È*/
.container-fulid{
    /*padding-left: 430px;*/
    padding-left: 200px;
	margin-top: 20px;
	padding-right: 20px;
}
.container-fulid .Nav{
	display: block;
    position: absolute;
    width: 158px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    background: #fff;
    padding: 10px 0px;
    border-radius: 5px;
    top: 370px;
    /*left: 263px;*/
    left: 30px;
}
.container-fulid .Nav ul li{
	    width: 160px;
    position: relative;
}
.container-fulid .Nav li:hover a{
	background-color: #e9e9e9;
	color: #999;
}
.container-fulid .Nav li:hover em{
	border-left-color: #e9e9e9;
}
.container-fulid .Nav ul li a{
	    display: inline-block;
    text-align: center;
    width: 160px;
    margin-left: -1px;
    line-height: 40px;
    color: #666;
}
.container-fulid .Nav ul li.active a{
	background-color: #666;
    color: #fff;
}
/*.container-fulid .Nav ul li em{
	position: absolute;
    left: 158px;
    top: 13px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    transition: border-color 0.2s linear;
}*/
/*.container-fulid .Nav ul li.active  em{
	  border-left-color: #666;
} */

.TableHeader,.TableFixed,.TableLeft,.TableLeftTop{
     /*width: 100%; */
    background-color: #e9e9e9;
    color: #666;
    font-size: 12px;
    border-spacing: 1px;
    left: 0px;
    table-layout: fixed;
}
.TableFixed{
	position: fixed;
	top: 0;
	left: 200px;
	display: none;
	z-index: 10;
}
.TableLeft{
	position:fixed;
	top: 109px;
	left: 0;
	z-index: 8;
	display: none;
}
.TableLeftTop{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    display: none;
}
/*.TableContent{
	margin-top: -1px;
}*/
.TableHeader td, 
.TableHeader th,
.TableFixed td, 
.TableFixed th,
.TableLeft th,
.TableLeft td,
.TableLeftTop th,
.TableLeftTop td{
    background-color: #fff;
    vertical-align: middle;
    width: 220px;
    padding: 0px;
    font-weight: normal;
    color: #747474;
}
.TableHeader .parme th,
.TableLeft .parme th{
	text-align: left;
    line-height: 50px;
    font-size: 16px;
    text-indent: 20px;
}
.TableHeader th.confsTitle{
	text-align: right;
}
.TableHeader .TableBody th,
.TableLeft .TableBody th,
.TableHeader .TableBody td{
	line-height:36px;
	height: 36px;
	text-indent: 0;
	font-size: 14px;
}
.TableHeader .TableBody td{
	text-align: center;
}
.TableHeader .carxNameBox,
.TableFixed .carxNameBox,
.TableLeft .carxNameBox,
.TableLeftTop .carxNameBox{
    height: 200px;
    position: relative;
    width: 220px;
    display: inline-block;
}
.carxNameBox.title {
    vertical-align: top;
}

.TableHeader .highLight,
.TableHeader .hideSame, 
.TableHeader .hideEmpty,
.TableFixed .highLight,
.TableFixed .hideSame, 
.TableFixed .hideEmpty,
.TableLeft .highLight,
.TableLeft .hideSame, 
.TableLeft .hideEmpty,
.TableLeftTop .highLight,
.TableLeftTop .hideSame, 
.TableLeftTop .hideEmpty {
    text-align: left;
    line-height: 25px;
    margin-left: 20px;

 }
 .TableHeader h6,
.TableHeader h6, 
.TableHeader h6,
.TableFixed h6,
.TableFixed h6, 
.TableFixed  h6,
.TableLeft h6,
.TableLeft h6, 
.TableLeft h6,
.TableLeftTop h6,
.TableLeftTop h6, 
.TableLeftTop h6{
    font-size: 24px;
    font-weight: bold;
    height: 40px;
    text-align: left;
    line-height: 40px;
    margin-top: 10px;
    text-indent: 20px;
}
.TableHeader p,
.TableHeader p, 
.TableHeader p,
.TableFixed p,
.TableFixed p, 
.TableFixed p,
.TableLeft p,
.TableLeft p, 
.TableLeft  p,
.TableLeftTop p,
.TableLeftTop p, 
.TableLeftTop  p{
       text-align: left;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 15px;
}
.TableHeader .highLight input,
 .TableHeader .hideSame input, 
 .TableHeader .hideEmpty input,
 .TableFixed .highLight input,
 .TableFixed .hideSame input, 
 .TableFixed .hideEmpty input,
 .TableLeft .highLight input,
 .TableLeft .hideSame input, 
 .TableLeft .hideEmpty input{
    vertical-align: middle;
    margin-right: 7px;
}
.Select{
	display: inline-block;
    position: relative;
}
.Select  h4{
    text-align: left;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;

}
.Select img{
    width: 160px;
    height: 120px;
    display: block;
    margin:0 auto;
}
.Select .main{
	position: relative;
    display: inline-block;
    width: 178px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    text-align: left;
}
.Select .main span{
	    margin-left: 10px;
    display: inline-block;
    font-size: 12px;
    color: #666;
    width: 138px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.Select .main em{
	transition: all 0.2s linear;
    display: inline-block;
    position: absolute;
    right: 5px;
    width: 25px;
    top: 2px;
    line-height: 25px;
    font-size: 15px;
    transform: rotate(180deg);
    color: #d2d2d2;
}
.TableHeader .carxNameBox .carNameselect,
.TableFixed .carxNameBox .carNameselect{
    display: block;
    width: 100%;
    text-align: center;
    position: static;
    margin-top: 10px;
        height: 124px;
 }
 .TableHeader .carxNameBox .move,
 .TableFixed .carxNameBox .move{
 	display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
 }
.TableHeader .carxNameBox .move span,
.TableFixed .carxNameBox .move span{
 	display: inline-block;
    font-size: 18px;
    line-height: 26px;
    vertical-align: top;
    color: #999;
 }
.TableHeader .carxNameBox .move span.icon-top,
.TableFixed .carxNameBox .move span.icon-top{
 	transform: rotate(-90deg);
 }
.TableHeader .carxNameBox .move i,
.TableFixed .carxNameBox .move i{
 	    display: inline-block;
    border-radius: 3px;
    background: #33a4f7;
    color: #fff;
    text-align: center;
    font-style: normal;
    width: 95px;
    line-height: 25px;
    font-size: 12px;
    vertical-align: top;
 }

.Select .pro,.Select .sec_pro,.Select .third_pro{
    position: absolute;
    top: 29px;
    width: 100%;
    border:1px solid #e5e5e5;
    border-radius: 3px;
    height:525px;
    display: none;
    background: #fff;
    z-index: 10;
    font-size: 0px;
}
.Select .provin{
    overflow-y: auto;
     height:525px;
     width: 90%;display: inline-block;vertical-align: top;
}
.Select .sec_pro,.Select .third_pro{
	overflow-y: auto;
     max-height:400px;
     width: 100%;
}
.Select .provin::-webkit-scrollbar,
.Select .sec_pro::-webkit-scrollbar,
.Select .third_pro::-webkit-scrollbar{  
    width: 8px;  
    height: 8px;  
    background-color: #e5e5e5;  
}
.Select .provin::-webkit-scrollbar-track,
.Select .sec_pro::-webkit-scrollbar-track,
.Select .third_pro::-webkit-scrollbar-track{  
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);  
    border-radius: 4px;  
    background-color: #f9f9f9;  
}  
.Select .pro .provin::-webkit-scrollbar-thumb,
.Select .sec_pro::-webkit-scrollbar-thumb,
.Select .third_pro::-webkit-scrollbar-thumb{  
    border-radius: 4px;  
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.1);  
    background-color: #e2e2e2;  
} 
.Select .sec_pro p,
.Select .third_pro p{
	display: block;
	line-height: 35px;
	font-size: 14px;
	text-indent: 5px;
	color: #747474;
	border-bottom: 1px solid #f9f9f9;
}
.Select .pro .provin a{
    display: block;
}   
.Select .pro .provin a h4{
     border-radius: 2px;
    text-indent: 10px;
    font-size: 18px;
    line-height: 40px;
    color: #F44336;

}
.Select .pro .provin .label{
    display: block;
    background: #fff;
    text-indent:3px;
    cursor: pointer;
}
.Select .pro .provin .label p{
    line-height: 35px;
    height: 35px;
    border-bottom: 1px solid #e5e5e5;
    color: #6d6b6b;
    font-size: 14px;
    background: #f5f5f5;
}
.Select .pro .grap{
    height:525px;
    text-align: center;
    width: 10%;

    display: inline-block;vertical-align: top;
}
.Select .pro .grap b{
    color: #666;
    font-size: 15px;
    display: block;
    cursor: pointer;
    height: 20px;
}
.Select .pro .grap b:hover{
    color: red;
}
.Select .pro .grap b.on{
    color: red;
}
.Select .pro .label .pro-content .pro-content-detail label{
    font-size: 15px;
    line-height: 35px;
    background: #fbfbfb;
    display: block;
    color: #FF9800;
    text-indent: 16px;
    font-weight: 600;
}




