a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img{ border:0px;}
.m-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
    margin: 0%;
    border-radius: 5px;
}
.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}
.slider-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}
.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slider-pagination > .slider-pagination-item {
    margin: 0 .25rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #ff9900;
}
.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #ffffff;
    border-radius: 100%;
}

#triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #FF9900;
	margin:-15px auto 0px auto;
}
#logo_kuang{ height:50px; width:90%; margin:20px auto;}
#logo_img{ float:left; width:40px;}
#logo_img img{ width:100%;}
#logo_title{ float:left; height:50px; line-height:50px; text-align:left; margin-left:10px; font-size:18px; font-weight:bold; color:#FFFFFF;}
#kuang90{ width:90%; margin:10px auto;}
#kuang90_0{ width:90%; margin:0px auto;}
#kuang100_bai{ width:100%; background-color:#FFFFFF; padding-top:10px; padding-bottom:10px;}
#kuang_bai{ width:90%; margin:10px auto; background-color:#FFFFFF; padding-top:10px; padding-bottom:10px; border-radius:10px;}
#kuang_title{ height:20px; line-height:20px; text-align:left; font-size:18px; font-weight:bold; color:#000000; margin-bottom:20px;}
#fenlan_33{ float:left; width:33%;}
#fenlan_25{ float:left; width:25%;}
#text_14{ font-size:14px; color:#666666; height:20px; line-height:20px; text-align:center;}
#text_16{ font-size:16px; color:#666666; height:20px; line-height:20px; text-align:center;}
#from_ti{ clear:both; font-size:16px; text-align:left; color:#000000; height:22px; line-height:22px; margin-top:8px;}
#guding_100{ display:block; width:100px; display:block; text-align:center;}
#a_40{ display:block; width:40px; text-align:center;}
#div_40{ width:40px; margin:0px auto;}
#jieshu{ clear:both; height:1px; width:100%;}
#dibu{display:block; bottom:0px; width:100%; position:fixed; z-Index:3; padding-top:10px; padding-bottom:10px; -moz-border-radius: 15px 15px 0px 0px; -webkit-border-radius: 15px 15px 0px 0px;border-radius:15px 15px 0px 0px;}
#my_center_tu{ float:left; width:70px;}
#my_center_tu img{ width:60px; height:60px;  border-radius:30px;}
#my_center_info{ float:left; padding-top:8px;}
#text_24{ font-size:24px; font-weight:bold; color:#000000; height:30px; line-height:30px; text-align:left;}
#text_green{ font-size:18px; color:#00CC33; height:25px; line-height:25px; text-align:left;}
#tubiao{ width:65%; margin:0px auto;}
#tubiao img{ width:60px;}
#input100{ width:100%; height:34px; line-height:34px; font-size:14px; color:#666666; background-color:#f3f3f3; border-radius:10px; border:0px;}
#inp{ width:120px; float:left; height:34px; line-height:34px; font-size:14px; color:#666666; background-color:#f3f3f3; border-radius:10px; border:0px;}
#sub_tijiao{ width:100%; margin:10px auto; font-size:16px; font-weight:bold; height:40px; line-height:40px; text-align:center; border:0px; background-color:#FF6633; color:#FFFFFF; border-radius:10px;}
#imagePreview {
        padding: 0px;
        background-color: #f8f9fa;
        border-radius: 8px;
        border: 1px solid #e9ecef;
        margin-top: 20px;
		width:100%;
    }
    
    #previewImg {
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
        object-fit: contain;
		width:100%;
    }
    
    #previewImg:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        transform: scale(1.01);
    }
    
    #input {
        padding: 0px;
        border: 0px;
        border-radius: 4px;
        margin-bottom: 10px;
        width: 100%;
        font-size: 14px;
    }
    
    #imgurl {
        hight:20px; line-height:20px;
        border: 0px;
        border-radius: 4px;
		margin:0px auto;
        width: 90%;
        background-color: #f8f9fa;
        font-size: 14px;
        color: #666;
    }
    
    #orientationBadge {
        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    }
#a_ti{ display:block; float:left; width:40px; text-align:center; font-size:16px; height:20px; line-height:20px; margin-right:5px; color:#333333;}
#search{ float:right;}
#search_inp{ float:left; width:100px; margin-right:5px; height:22px; background-color:#f3f3f3; color:#999999; font-size:12px; border-radius:5px; border:0px; text-align:center;}
#search_sub{ float:right; width:50px; height:23px; line-height:23px; border:0px; background-color:#CCCCCC; color:#000000; font-size:14px; border-radius:5px;}
#tu_bgkuang{ float:left; width:25%; height:80px; border-radius:6px; border:solid 2px #CCCCCC; text-align:center;}
#tu_bgkuang img{ width:90%; border-radius:5px; padding-top:10px;}
#tu_bgkuang_bai{ float:left; width:30%; height:80px; border-radius:6px; text-align:center;}
#tu_bgkuang_bai img{ width:95%; border-radius:5px;}

#zhongjian{ float:left; width:55%; padding-left:10px;}
#zhongjian2{ float:left; width:45%; padding-left:10px;}
#a_xiangqing{ display:block; float:right; width:10%; text-align:center; padding-top:5px; padding-bottom:5px; background-color:#0066CC; font-size:12px; color:#FFFFFF; border-radius:6px;}
#a_zt{display:block; float:right; height:20px; line-height:20px; width:20%; text-align:center; background-color:#0066CC; font-size:12px; color:#FFFFFF; border-radius:3px;}
#fanye{ text-align:center; color:#000000; font-size:16px;}
#fanye a{ color:#000000;}
#jiedan{ display:block; width:100%; height:40px; line-height:40px; background-color:#FF6600; color:#FFFFFF; font-size:18px; text-align:center; border-radius:10px;}
#kuang_hui{ clear:both; width:95%; margin:5px auto; height:90px; box-shadow:0px 0px 4px 0px #ccc; padding-top:5px; padding-bottom:5px; background-color:#CCCCCC;}